diff mbox series

[AUH] python3-vcs-versioning: upgrading to 2.2.3 SUCCEEDED

Message ID 0101019facc2b07d-9f148ae5-10e6-4d14-941a-c0a036d662ef-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-vcs-versioning: upgrading to 2.2.3 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org July 29, 2026, 7:24 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *python3-vcs-versioning* to *2.2.3* has Succeeded.

Next steps:
    - apply the patch: git am 0001-python3-vcs-versioning-upgrade-2.2.2-2.2.3.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From 8097641161f903c8192ef03847b9b5fc5c98e735 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Wed, 29 Jul 2026 05:59:09 +0000
Subject: [PATCH] python3-vcs-versioning: upgrade 2.2.2 -> 2.2.3

Source: CHANGELOG.md

## 2.2.3 (2026-07-28)

### Fixed

- 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))
---
 ...-vcs-versioning_2.2.2.bb => python3-vcs-versioning_2.2.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-vcs-versioning_2.2.2.bb => python3-vcs-versioning_2.2.3.bb} (91%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-vcs-versioning_2.2.2.bb b/meta/recipes-devtools/python/python3-vcs-versioning_2.2.3.bb
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 300284e4c0..eb81e4d4d3 100644
--- a/meta/recipes-devtools/python/python3-vcs-versioning_2.2.2.bb
+++ b/meta/recipes-devtools/python/python3-vcs-versioning_2.2.3.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] = "4ac4ded78720cdb4d0291ae58ace87e1e9201912e1023f3029c6cce5c9152cfb"
+SRC_URI[sha256sum] = "c21e284aa98c8269996791a19d6173baf953cf9996ef42ec3ebcbdc151e18b9b"
 
 SRC_URI += "\
     file://run-ptest \