diff mbox series

[3/4] python3-vcs-versioning: upgrade 2.3.2 -> 2.3.4

Message ID 20260904142343.1608107-3-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit 9bb1edd82c57c266f09a74a2f8c27bc50a65404e
Headers show
Series [1/4] enchant2: upgrade 2.8.19 -> 2.8.21 | expand

Commit Message

Richard Purdie Sept. 4, 2026, 2:23 p.m. UTC
- Ensure the vcs-versioning testsuite passes without setuptools-scm installed; the egg-info
  vs PKG-INFO discovery priority test moved to the setuptools-scm testsuite, which
  owns the egg-info entry point it needs.

- The `semver-pep440` and `semver-pep440-release-branch` version schemes now keep the PEP
  440 epoch of the tag they are derived from, instead of emitting a version that sorts
  below it.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...-vcs-versioning_2.3.2.bb => python3-vcs-versioning_2.3.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-vcs-versioning_2.3.2.bb => python3-vcs-versioning_2.3.4.bb} (91%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-vcs-versioning_2.3.2.bb b/meta/recipes-devtools/python/python3-vcs-versioning_2.3.4.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-vcs-versioning_2.3.2.bb
rename to meta/recipes-devtools/python/python3-vcs-versioning_2.3.4.bb
index 57ea6a92273..e358c722d73 100644
--- a/meta/recipes-devtools/python/python3-vcs-versioning_2.3.2.bb
+++ b/meta/recipes-devtools/python/python3-vcs-versioning_2.3.4.bb
@@ -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] = "24abddff97aecf44cf3fec727eae8d76d9c6f70f5acb39afc41f824d69f2aac5"
+SRC_URI[sha256sum] = "f3443da15a34a32755b04324e33c6166add300c7661f45902225190c9337f711"
 
 SRC_URI += "\
     file://run-ptest \