diff mbox series

python3-roman-numerals-py: upgrade 3.1.0 -> 4.1.0

Message ID 20260107082233.803-1-liuyd.fnst@fujitsu.com
State Changes Requested
Headers show
Series python3-roman-numerals-py: upgrade 3.1.0 -> 4.1.0 | expand

Commit Message

Yiding Liu (Fujitsu) Jan. 7, 2026, 8:22 a.m. UTC
Changelog:
  Restore LICENCE.rst in the roman-numerals-py meta-package
  Add some debug assertions for unsafe blocks

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

Comments

Paul Barker Jan. 7, 2026, 3:01 p.m. UTC | #1
On Wed, 2026-01-07 at 16:22 +0800, Yiding Liu (Fujitsu) via
lists.openembedded.org wrote:
> Changelog:
>   Restore LICENCE.rst in the roman-numerals-py meta-package
>   Add some debug assertions for unsafe blocks
> 
> Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
> ---
>  ...umerals-py_3.1.0.bb => python3-roman-numerals-py_4.1.0.bb} | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-devtools/python/{python3-roman-numerals-py_3.1.0.bb => python3-roman-numerals-py_4.1.0.bb} (68%)
> 
> diff --git a/meta/recipes-devtools/python/python3-roman-numerals-py_3.1.0.bb b/meta/recipes-devtools/python/python3-roman-numerals-py_4.1.0.bb
> similarity index 68%
> rename from meta/recipes-devtools/python/python3-roman-numerals-py_3.1.0.bb
> rename to meta/recipes-devtools/python/python3-roman-numerals-py_4.1.0.bb
> index 9a76df0de2..8689a6315f 100644
> --- a/meta/recipes-devtools/python/python3-roman-numerals-py_3.1.0.bb
> +++ b/meta/recipes-devtools/python/python3-roman-numerals-py_4.1.0.bb
> @@ -3,10 +3,10 @@ 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"
> +SRC_URI[sha256sum] = "f5d7b2b4ca52dd855ef7ab8eb3590f428c0b1ea480736ce32b01fef2a5f8daf9"
>  PYPI_PACKAGE = "roman_numerals_py"
>  UPSTREAM_CHECK_PYPI_PACKAGE = "roman_numerals_py"
>  
> -inherit pypi python_flit_core
> +inherit pypi python_flit_core python_setuptools_build_meta

Thanks for your patch!

The commit message should say why the extra bbclass is needed with this
upgrade.

Best regards,
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-py_4.1.0.bb
similarity index 68%
rename from meta/recipes-devtools/python/python3-roman-numerals-py_3.1.0.bb
rename to meta/recipes-devtools/python/python3-roman-numerals-py_4.1.0.bb
index 9a76df0de2..8689a6315f 100644
--- a/meta/recipes-devtools/python/python3-roman-numerals-py_3.1.0.bb
+++ b/meta/recipes-devtools/python/python3-roman-numerals-py_4.1.0.bb
@@ -3,10 +3,10 @@  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"
+SRC_URI[sha256sum] = "f5d7b2b4ca52dd855ef7ab8eb3590f428c0b1ea480736ce32b01fef2a5f8daf9"
 PYPI_PACKAGE = "roman_numerals_py"
 UPSTREAM_CHECK_PYPI_PACKAGE = "roman_numerals_py"
 
-inherit pypi python_flit_core
+inherit pypi python_flit_core python_setuptools_build_meta
 
 BBCLASSEXTEND = "native nativesdk"