From 228346b043c8739dfcbafc8cb5e5672e33b2b530 Mon Sep 17 00:00:00 2001 From: Liu Yiding Date: Mon, 25 Aug 2025 11:51:08 +0800 Subject: python3-hatch-vcs: upgrade 0.4.0 -> 0.5.0 Changelog: ========== - Drop support for Python 3.8 - Officially support Python 3.13 - Avoid a deprecation warning emitted by a dependency when using the tag-pattern option (From OE-Core rev: bbc00f129553e3c9ccaca0a62afdbc22eb573590) Signed-off-by: Liu Yiding Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb | 13 ------------- meta/recipes-devtools/python/python3-hatch-vcs_0.5.0.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb create mode 100644 meta/recipes-devtools/python/python3-hatch-vcs_0.5.0.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb b/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb deleted file mode 100644 index ac70295f45..0000000000 --- a/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "Hatch plugin for versioning with your preferred VCS" -HOMEPAGE = "https://pypi.org/project/hatch-vcs/" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=26501cfd0bbddf830ee820e95551fa3d" - -inherit pypi python_hatchling - -PYPI_PACKAGE = "hatch_vcs" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" - -SRC_URI[sha256sum] = "093810748fe01db0d451fabcf2c1ac2688caefd232d4ede967090b1c1b07d9f7" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-hatch-vcs_0.5.0.bb b/meta/recipes-devtools/python/python3-hatch-vcs_0.5.0.bb new file mode 100644 index 0000000000..011e28eb81 --- /dev/null +++ b/meta/recipes-devtools/python/python3-hatch-vcs_0.5.0.bb @@ -0,0 +1,13 @@ +SUMMARY = "Hatch plugin for versioning with your preferred VCS" +HOMEPAGE = "https://pypi.org/project/hatch-vcs/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=26501cfd0bbddf830ee820e95551fa3d" + +inherit pypi python_hatchling + +PYPI_PACKAGE = "hatch_vcs" +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" + +SRC_URI[sha256sum] = "0395fa126940340215090c344a2bf4e2a77bcbe7daab16f41b37b98c95809ff9" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf