python-sphinx/2c3e22e3e8e743960.patch
Miro Hrončok 59303ae9d8 Use new package name for roman-numerals
- Fixes: rhbz#2438819

This is the bootstrap build that was necessary due to:

    Problem: package python3-sphinxcontrib-websupport-1.2.7-16.fc44.noarch requires python3.14dist(sphinx) >= 5, but none of the providers can be installed
      - package python3-sphinx-1:8.2.3-19.fc44.noarch requires python3.14dist(roman-numerals-py) >= 1, but none of the providers can be installed
      - package python3-roman-numerals-4.1.0-1.fc45.noarch obsoletes python3-roman-numerals-py < 4~~ provided by python3-roman-numerals-py-3.1.0-6.fc44.noarch
      - cannot install the best candidate for the job
      - conflicting requests
2026-02-11 13:16:15 +01:00

25 lines
686 B
Diff

From 6e5d24b9bbb513ce2666f12724aa5da3ab0700bb Mon Sep 17 00:00:00 2001
From: Adam Turner <9087854+aa-turner@users.noreply.github.com>
Date: Mon, 24 Nov 2025 22:47:51 +0000
Subject: [PATCH] Use new package name for ``roman-numerals``
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 4e59e90..717c135 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -75,7 +75,7 @@ dependencies = [
"alabaster>=0.7.14",
"imagesize>=1.3",
"requests>=2.30.0",
- "roman-numerals-py>=1.0.0",
+ "roman-numerals>=1.0.0",
"packaging>=23.0",
"colorama>=0.4.6; sys_platform == 'win32'",
]
--
2.53.0