From: Wang Mingyu Date: Tue, 2 Jan 2024 07:23:43 +0000 (+0800) Subject: python3-hatch-fancy-pypi-readme: upgrade 23.1.0 -> 24.1.0 X-Git-Tag: uninative-4.4~543 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e59d673b773289a2d73cc5502c814860f31f6bf;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-hatch-fancy-pypi-readme: upgrade 23.1.0 -> 24.1.0 Changelog: =========== -Added a default to an internal API that is used by scikit-build-core. -$HFPR_VERSION is now replaced by the package version in the PyPI readme. The version is not available in CLI mode, therefore it's replaced by the dummy value of 42.0. Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_23.1.0.bb b/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb similarity index 81% rename from meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_23.1.0.bb rename to meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb index 8f6e996a44d..1e5c67f8323 100644 --- a/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_23.1.0.bb +++ b/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb @@ -7,7 +7,7 @@ inherit pypi python_hatchling PYPI_PACKAGE = "hatch_fancy_pypi_readme" -SRC_URI[sha256sum] = "b1df44063094af1e8248ceacd47a92c9cf313d6b9823bf66af8a927c3960287d" +SRC_URI[sha256sum] = "44dd239f1a779b9dcf8ebc9401a611fd7f7e3e14578dcf22c265dfaf7c1514b8" BBCLASSEXTEND = "native nativesdk"