diff mbox series

[v3] python3-roman-numerals-py: upgrade 3.1.0 -> 4.1.0

Message ID 20260112101027.7153-1-liuyd.fnst@fujitsu.com
State New
Headers show
Series [v3] python3-roman-numerals-py: upgrade 3.1.0 -> 4.1.0 | expand

Commit Message

Liu Yiding Jan. 12, 2026, 10:10 a.m. UTC
1. Upstream has renamed roman_numerals-py to roman_numerals
https://pypi.org/project/roman-numerals-py/4.1.0/

2. Changelog
https://github.com/AA-Turner/roman-numerals/blob/master/CHANGES.rst

Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
---
 ...numerals-py_3.1.0.bb => python3-roman-numerals_4.1.0.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-devtools/python/{python3-roman-numerals-py_3.1.0.bb => python3-roman-numerals_4.1.0.bb} (60%)

Comments

Varatharajan, Deepesh Jan. 12, 2026, 10:24 a.m. UTC | #1
Hi Liu,

I guess you need to adapt the recipe name change in maintainers.inc file as well.

Regards,
Deepesh
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-roman-numerals-py_3.1.0.bb b/meta/recipes-devtools/python/python3-roman-numerals_4.1.0.bb
similarity index 60%
rename from meta/recipes-devtools/python/python3-roman-numerals-py_3.1.0.bb
rename to meta/recipes-devtools/python/python3-roman-numerals_4.1.0.bb
index 9a76df0de2..7a97fd3b19 100644
--- a/meta/recipes-devtools/python/python3-roman-numerals-py_3.1.0.bb
+++ b/meta/recipes-devtools/python/python3-roman-numerals_4.1.0.bb
@@ -3,9 +3,9 @@  HOMEPAGE = "https://github.com/AA-Turner/roman-numerals/"
 LICENSE = "0BSD & CC0-1.0"
 LIC_FILES_CHKSUM = "file://LICENCE.rst;md5=bfcc8b16e42929aafeb9d414360bc2fd"
 
-SRC_URI[sha256sum] = "be4bf804f083a4ce001b5eb7e3c0862479d10f94c936f6c4e5f250aa5ff5bd2d"
-PYPI_PACKAGE = "roman_numerals_py"
-UPSTREAM_CHECK_PYPI_PACKAGE = "roman_numerals_py"
+SRC_URI[sha256sum] = "1af8b147eb1405d5839e78aeb93131690495fe9da5c91856cb33ad55a7f1e5b2"
+PYPI_PACKAGE = "roman_numerals"
+UPSTREAM_CHECK_PYPI_PACKAGE = "roman_numerals"
 
 inherit pypi python_flit_core