From 67c02597c1578b77d92055b919e5757882e1a7a5 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 2 Jan 2024 15:23:43 +0800 Subject: [PATCH] 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. (From OE-Core rev: 9e59d673b773289a2d73cc5502c814860f31f6bf) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- ...adme_23.1.0.bb => python3-hatch-fancy-pypi-readme_24.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hatch-fancy-pypi-readme_23.1.0.bb => python3-hatch-fancy-pypi-readme_24.1.0.bb} (81%) 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 8f6e996a44..1e5c67f832 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"