From b01947c3e964892fe3f2caa76ac60aac474efd21 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 27 May 2026 17:47:49 +0800 Subject: python3-setuptools-git-versioning: upgrade 3.0.1 -> 3.1.0 Changelog: ========== - Added a dynamic-metadata provider compatible with scikit-build-core. - Add support for git archive builds via a tracked .git_archival.txt file. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-setuptools-git-versioning_3.0.1.bb | 19 ------------------- .../python/python3-setuptools-git-versioning_3.1.0.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-setuptools-git-versioning_3.0.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-setuptools-git-versioning_3.1.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-setuptools-git-versioning_3.0.1.bb b/meta-python/recipes-devtools/python/python3-setuptools-git-versioning_3.0.1.bb deleted file mode 100644 index 561f1d06c6..0000000000 --- a/meta-python/recipes-devtools/python/python3-setuptools-git-versioning_3.0.1.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "Use git repo data for building a version number according PEP-440" -HOMEPAGE = "https://setuptools-git-versioning.readthedocs.io" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=92e79e3a844e66731724600f3ac9c0d8" - -SRC_URI[sha256sum] = "c8a599bacf163b5d215552b5701faf5480ffc4d65426a5711a010b802e1590eb" - -inherit pypi python_setuptools_build_meta - -PACKAGECONFIG ?= "" -PACKAGECONFIG[python-version-smaller-3-dot-11] = ",,,python3-tomli" - -RDEPENDS:${PN} += "python3-core python3-datetime python3-logging \ - python3-packaging python3-pprint python3-setuptools \ - python3-tomllib" - -PYPI_PACKAGE = "setuptools_git_versioning" - -BBCLASSEXTEND += "native" diff --git a/meta-python/recipes-devtools/python/python3-setuptools-git-versioning_3.1.0.bb b/meta-python/recipes-devtools/python/python3-setuptools-git-versioning_3.1.0.bb new file mode 100644 index 0000000000..433525d041 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-setuptools-git-versioning_3.1.0.bb @@ -0,0 +1,19 @@ +SUMMARY = "Use git repo data for building a version number according PEP-440" +HOMEPAGE = "https://setuptools-git-versioning.readthedocs.io" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=92e79e3a844e66731724600f3ac9c0d8" + +SRC_URI[sha256sum] = "612dfcf184addac9e1c2216f4f229724b2390e5bf613fb925ae80b84f2529172" + +inherit pypi python_setuptools_build_meta + +PACKAGECONFIG ?= "" +PACKAGECONFIG[python-version-smaller-3-dot-11] = ",,,python3-tomli" + +RDEPENDS:${PN} += "python3-core python3-datetime python3-logging \ + python3-packaging python3-pprint python3-setuptools \ + python3-tomllib" + +PYPI_PACKAGE = "setuptools_git_versioning" + +BBCLASSEXTEND += "native" -- cgit v1.2.3-54-g00ecf