]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-hatch-fancy-pypi-readme: upgrade 24.1.0 -> 25.1.0
authorWang Mingyu <wangmy@fujitsu.com>
Mon, 12 May 2025 09:03:20 +0000 (17:03 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 May 2025 09:29:17 +0000 (10:29 +0100)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_25.1.0.bb [moved from meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb with 80% similarity]

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 b32527f9498912e3203a5555ba553c50e44e1cc9..5d8d82edd831489308815fac14ff93cdfaee7311 100644 (file)
@@ -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"