summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-hatch-fancy-pypi-readme: upgrade 24.1.0 -> 25.1.0Wang Mingyu2025-05-131-13/+0
| | | | | | | | | | | | Changelog: ========== - $HFPR_PACKAGE_NAME is now replaced by the package name in the PyPI readme. - Support for Python 3.7. (From OE-Core rev: 5d3f3f8f9770e81bd7c2d53a1512577792ba4fa2) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-*: Update recipes to correctly check the upstream packagesDerek Straka2024-12-171-2/+1
| | | | | | | | | | | | | | With the upstream check migrated to the simple repo API, a number of the recipes required updates to: 1. Remove outdated UPSTREAM_CHECK_REGEX checks 2. Add recipe specific UPSTREAM_CHECK_PYPI_PACKAGE definitions for packages that use '_', CamelCase, or other deviations from PEP625 in the source archive (From OE-Core rev: efbb98977664cd5392ec00d97d0eaf5374a32573) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-hatch-fancy-pypi-readme: upgrade 23.1.0 -> 24.1.0Wang Mingyu2024-01-071-0/+14
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>