diff mbox series

[37/56] python3-hatch-fancy-pypi-readme: upgrade 24.1.0 -> 25.1.0

Message ID 1747040619-7566-37-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [01/56] appstream: upgrade 1.0.4 -> 1.0.5 | expand

Commit Message

Mingyu Wang (Fujitsu) May 12, 2025, 9:03 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- $HFPR_PACKAGE_NAME is now replaced by the package name in the PyPI readme. 
- Support for Python 3.7.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...adme_24.1.0.bb => python3-hatch-fancy-pypi-readme_25.1.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-hatch-fancy-pypi-readme_24.1.0.bb => python3-hatch-fancy-pypi-readme_25.1.0.bb} (80%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb b/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_25.1.0.bb
similarity index 80%
rename from meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb
rename to meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_25.1.0.bb
index b32527f949..5d8d82edd8 100644
--- a/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb
+++ b/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_25.1.0.bb
@@ -8,6 +8,6 @@  inherit pypi python_hatchling
 PYPI_PACKAGE = "hatch_fancy_pypi_readme"
 UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
-SRC_URI[sha256sum] = "44dd239f1a779b9dcf8ebc9401a611fd7f7e3e14578dcf22c265dfaf7c1514b8"
+SRC_URI[sha256sum] = "9c58ed3dff90d51f43414ce37009ad1d5b0f08ffc9fc216998a06380f01c0045"
 
 BBCLASSEXTEND = "native nativesdk"