summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-01-02 15:23:43 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-01-07 12:24:57 +0000
commit67c02597c1578b77d92055b919e5757882e1a7a5 (patch)
tree7d45d808ce0ece728b47c67ef9448eabc37a7a63
parent76f693eb25166df2ad6d72ba13c8252dd35c6abc (diff)
downloadpoky-67c02597c1578b77d92055b919e5757882e1a7a5.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb (renamed from meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_23.1.0.bb)2
1 files changed, 1 insertions, 1 deletions
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
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
7 7
8PYPI_PACKAGE = "hatch_fancy_pypi_readme" 8PYPI_PACKAGE = "hatch_fancy_pypi_readme"
9 9
10SRC_URI[sha256sum] = "b1df44063094af1e8248ceacd47a92c9cf313d6b9823bf66af8a927c3960287d" 10SRC_URI[sha256sum] = "44dd239f1a779b9dcf8ebc9401a611fd7f7e3e14578dcf22c265dfaf7c1514b8"
11 11
12BBCLASSEXTEND = "native nativesdk" 12BBCLASSEXTEND = "native nativesdk"
13 13