From 46d594e355ac46e42dc4e244e0c3291510ee465b Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 4 Nov 2022 14:48:58 +0800 Subject: python3-hatch-fancy-pypi-readme: upgrade 22.7.0 -> 22.8.0 Added ========= Added start-at in addition to start-after that preserves the string that is looked for. This often removes the need for adding markers because you can define the starting point using a heading that becomes part of the fragment. (From OE-Core rev: ce2aa0bf0177533c4e168a942b7d0560e137f4c1) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../python/python3-hatch-fancy-pypi-readme_22.7.0.bb | 14 -------------- .../python/python3-hatch-fancy-pypi-readme_22.8.0.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_22.7.0.bb create mode 100644 meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_22.8.0.bb diff --git a/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_22.7.0.bb b/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_22.7.0.bb deleted file mode 100644 index a0167e25e9..0000000000 --- a/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_22.7.0.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "Hatch plugin for fancy PyPI readmes " -HOMEPAGE = "https://pypi.org/project/hatch-fancy-pypi-readme/" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ba5633c60bd3e243091013aa83b4d807" - -inherit pypi python_hatchling - -PYPI_PACKAGE = "hatch_fancy_pypi_readme" - -SRC_URI[sha256sum] = "dedf2ba0b81a2975abb1deee9310b2eb85d22380fda0d52869e760b5435aa596" - -BBCLASSEXTEND = "native nativesdk" - -UPSTREAM_CHECK_REGEX = "/hatch-fancy-pypi-readme/(?P(\d+[\.\-_]*)+)/" diff --git a/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_22.8.0.bb b/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_22.8.0.bb new file mode 100644 index 0000000000..4c256d155b --- /dev/null +++ b/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_22.8.0.bb @@ -0,0 +1,14 @@ +SUMMARY = "Hatch plugin for fancy PyPI readmes " +HOMEPAGE = "https://pypi.org/project/hatch-fancy-pypi-readme/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ba5633c60bd3e243091013aa83b4d807" + +inherit pypi python_hatchling + +PYPI_PACKAGE = "hatch_fancy_pypi_readme" + +SRC_URI[sha256sum] = "da91282ca09601c18aded8e378daf8b578c70214866f0971156ee9bb9ce6c26a" + +BBCLASSEXTEND = "native nativesdk" + +UPSTREAM_CHECK_REGEX = "/hatch-fancy-pypi-readme/(?P(\d+[\.\-_]*)+)/" -- cgit v1.2.3-54-g00ecf