diff mbox series

python3-hatch-fancy-pypi-readme: upgrade 23.1.0 -> 24.1.0

Message ID 1704180223-8624-1-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 9e59d673b773289a2d73cc5502c814860f31f6bf
Headers show
Series python3-hatch-fancy-pypi-readme: upgrade 23.1.0 -> 24.1.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Jan. 2, 2024, 7:23 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 ...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 mbox series

Patch

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"