]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3-vcs-versioning: upgrade 2.2.2 -> 2.2.3
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 29 Jul 2026 05:59:09 +0000 (05:59 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 30 Jul 2026 09:23:02 +0000 (10:23 +0100)
- Fix `ValueError` when parsing `.git_archival.txt` of a tagged commit whose tag
  contains more than one dash (e.g. `llvmorg-23.1.0-rc2`) - the `git describe`
  suffix is now matched precisely instead of splitting on the last two dashes.
  ([#1481](https://github.com/pypa/setuptools-scm/issues/1481))

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-vcs-versioning_2.2.3.bb [moved from meta/recipes-devtools/python/python3-vcs-versioning_2.2.2.bb with 91% similarity]

similarity index 91%
rename from meta/recipes-devtools/python/python3-vcs-versioning_2.2.2.bb
rename to meta/recipes-devtools/python/python3-vcs-versioning_2.2.3.bb
index 300284e4c07a1a82389ee2d0c150f973ce97161d..eb81e4d4d359737639d7ae95aa02e6accdbb7e40 100644 (file)
@@ -5,7 +5,7 @@ library that can be used independently of setuptools."
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c9b06ad2ebd7e2e82d34b3caf353e7d5"
 
-SRC_URI[sha256sum] = "4ac4ded78720cdb4d0291ae58ace87e1e9201912e1023f3029c6cce5c9152cfb"
+SRC_URI[sha256sum] = "c21e284aa98c8269996791a19d6173baf953cf9996ef42ec3ebcbdc151e18b9b"
 
 SRC_URI += "\
     file://run-ptest \