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.4* has Succeeded.
Next steps:
- apply the patch: git am
0001-python3-vcs-versioning-upgrade-2.2.3-2.2.4.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 ca3a04f6664b96a3ed6bdce5a9b6df062cf364fb Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Sat, 8 Aug 2026 05:56:21 +0000
Subject: [PATCH] python3-vcs-versioning: upgrade 2.2.3 -> 2.2.4
Source: CHANGELOG.md
## 2.2.4 (2026-08-07)
### Fixed
- Speed up jujutsu version inference in large repositories.
The jj backend filtered whole-ancestry revsets with `empty()`, which makes
jj diff every commit in the history and took minutes on large repos. The
scan for the newest real commit is now bounded to the most recent
generations, distances are counted without the filter, and the working copy
is snapshotted only once per run (later queries pass
`--ignore-working-copy`).
As a side effect distances now match `git describe --long`: merge commits
count even though jj considers them empty.
([#1477](https://github.com/pypa/setuptools-scm/issues/1477))
- Improve reproducibility of scm_file_list.json
([#1488](https://github.com/pypa/setuptools-scm/issues/1488))
- Route the hg-git tag mismatch warning through the module logger instead of
the root logger. ([#1489](https://github.com/pypa/setuptools-scm/issues/1489))
---
...-vcs-versioning_2.2.3.bb => python3-vcs-versioning_2.2.4.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-vcs-versioning_2.2.3.bb =>
python3-vcs-versioning_2.2.4.bb} (91%)
diff --git a/meta/recipes-devtools/python/python3-vcs-versioning_2.2.3.bb
b/meta/recipes-devtools/python/python3-vcs-versioning_2.2.4.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-vcs-versioning_2.2.3.bb
rename to meta/recipes-devtools/python/python3-vcs-versioning_2.2.4.bb
index eb81e4d4d3..c8665d90c9 100644
--- a/meta/recipes-devtools/python/python3-vcs-versioning_2.2.3.bb
+++ b/meta/recipes-devtools/python/python3-vcs-versioning_2.2.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] =
"c21e284aa98c8269996791a19d6173baf953cf9996ef42ec3ebcbdc151e18b9b"
+SRC_URI[sha256sum] =
"ed718fdee42170e128a8add6f23f53aa64dc7d9ab2de87d3083a691df881a809"
SRC_URI += "\
file://run-ptest \
--
2.47.1
Changelog for python3-vcs-versioning: 2.2.3 -> 2.2.4 Source: CHANGELOG.md ## 2.2.4 (2026-08-07) ### Fixed - Speed up jujutsu version inference in large repositories. The jj backend filtered whole-ancestry revsets with `empty()`, which makes jj diff every commit in the history and took minutes on large repos. The scan for the newest real commit is now bounded to the most recent generations, distances are counted without the filter, and the working copy is snapshotted only once per run (later queries pass `--ignore-working-copy`). As a side effect distances now match `git describe --long`: merge commits count even though jj considers them empty. ([#1477](https://github.com/pypa/setuptools-scm/issues/1477)) - Improve reproducibility of scm_file_list.json ([#1488](https://github.com/pypa/setuptools-scm/issues/1488)) - Route the hg-git tag mismatch warning through the module logger instead of the root logger. ([#1489](https://github.com/pypa/setuptools-scm/issues/1489))
packages/x86-64-v3-poky-linux/python3-vcs-versioning/python3-vcs-versioning: FILELIST: directory renamed /usr/lib/python3.14/site-packages/vcs_versioning-2.2.3.dist-info/licenses -> /usr/lib/python3.14/site-packages/vcs_versioning-2.2.4.dist-info/licenses, directory renamed /usr/lib/python3.14/site-packages/vcs_versioning-2.2.3.dist-info -> /usr/lib/python3.14/site-packages/vcs_versioning-2.2.4.dist-info Changes to packages/x86-64-v3-poky-linux/python3-vcs-versioning (sysroot): /usr/lib/python3.14/site-packages/vcs_versioning-2.2.3.dist-info moved to /usr/lib/python3.14/site-packages/vcs_versioning-2.2.4.dist-info Changes to packages/x86_64-linux/python3-vcs-versioning-native (sysroot): /usr/lib/python3.14/site-packages/vcs_versioning-2.2.3.dist-info moved to /usr/lib/python3.14/site-packages/vcs_versioning-2.2.4.dist-info
packages/x86-64-v3-poky-linux/python3-vcs-versioning: SRC_URI changed from "https://files.pythonhosted.org/packages/source/v/vcs_versioning/vcs_versioning-2.2.3.tar.gz;downloadfilename=vcs_versioning-2.2.3.tar.gz file://run-ptest" to "https://files.pythonhosted.org/packages/source/v/vcs_versioning/vcs_versioning-2.2.4.tar.gz;downloadfilename=vcs_versioning-2.2.4.tar.gz file://run-ptest" packages/x86-64-v3-poky-linux/python3-vcs-versioning: PV changed from "2.2.3" to "2.2.4" packages/x86-64-v3-poky-linux/python3-vcs-versioning: PKGV changed from 2.2.3 [default] to 2.2.4 [default] packages/x86-64-v3-poky-linux/python3-vcs-versioning/python3-vcs-versioning-dbg: PV changed from "2.2.3" to "2.2.4" packages/x86-64-v3-poky-linux/python3-vcs-versioning/python3-vcs-versioning-dbg: PKGV changed from 2.2.3 [default] to 2.2.4 [default] packages/x86-64-v3-poky-linux/python3-vcs-versioning/python3-vcs-versioning-dev: PV changed from "2.2.3" to "2.2.4" packages/x86-64-v3-poky-linux/python3-vcs-versioning/python3-vcs-versioning-dev: PKGV changed from 2.2.3 [default] to 2.2.4 [default] packages/x86-64-v3-poky-linux/python3-vcs-versioning/python3-vcs-versioning-doc: PV changed from "2.2.3" to "2.2.4" packages/x86-64-v3-poky-linux/python3-vcs-versioning/python3-vcs-versioning-doc: PKGV changed from 2.2.3 [default] to 2.2.4 [default] packages/x86-64-v3-poky-linux/python3-vcs-versioning/python3-vcs-versioning-locale: PV changed from "2.2.3" to "2.2.4" packages/x86-64-v3-poky-linux/python3-vcs-versioning/python3-vcs-versioning-locale: PKGV changed from 2.2.3 [default] to 2.2.4 [default] packages/x86-64-v3-poky-linux/python3-vcs-versioning/python3-vcs-versioning-ptest: PV changed from "2.2.3" to "2.2.4" packages/x86-64-v3-poky-linux/python3-vcs-versioning/python3-vcs-versioning-ptest: PKGV changed from 2.2.3 [default] to 2.2.4 [default] packages/x86-64-v3-poky-linux/python3-vcs-versioning/python3-vcs-versioning-ptest: PKGSIZE changed from 246443 to 248397 (+1%) packages/x86-64-v3-poky-linux/python3-vcs-versioning/python3-vcs-versioning-src: PV changed from "2.2.3" to "2.2.4" packages/x86-64-v3-poky-linux/python3-vcs-versioning/python3-vcs-versioning-src: PKGV changed from 2.2.3 [default] to 2.2.4 [default] packages/x86-64-v3-poky-linux/python3-vcs-versioning/python3-vcs-versioning-staticdev: PV changed from "2.2.3" to "2.2.4" packages/x86-64-v3-poky-linux/python3-vcs-versioning/python3-vcs-versioning-staticdev: PKGV changed from 2.2.3 [default] to 2.2.4 [default] packages/x86-64-v3-poky-linux/python3-vcs-versioning/python3-vcs-versioning: PV changed from "2.2.3" to "2.2.4" packages/x86-64-v3-poky-linux/python3-vcs-versioning/python3-vcs-versioning: PKGV changed from 2.2.3 [default] to 2.2.4 [default] packages/x86-64-v3-poky-linux/python3-vcs-versioning/python3-vcs-versioning: FILELIST: directory renamed /usr/lib/python3.14/site-packages/vcs_versioning-2.2.3.dist-info -> /usr/lib/python3.14/site-packages/vcs_versioning-2.2.4.dist-info, directory renamed /usr/lib/python3.14/site-packages/vcs_versioning-2.2.3.dist-info/licenses -> /usr/lib/python3.14/site-packages/vcs_versioning-2.2.4.dist-info/licenses packages/x86-64-v3-poky-linux/python3-vcs-versioning/python3-vcs-versioning: PKGSIZE changed from 732655 to 735834 (+0%) Changes to packages/x86-64-v3-poky-linux/python3-vcs-versioning (sysroot): /usr/lib/python3.14/site-packages/vcs_versioning-2.2.3.dist-info moved to /usr/lib/python3.14/site-packages/vcs_versioning-2.2.4.dist-info Changes to packages/x86_64-linux/python3-vcs-versioning-native (sysroot): /usr/lib/python3.14/site-packages/vcs_versioning-2.2.3.dist-info moved to /usr/lib/python3.14/site-packages/vcs_versioning-2.2.4.dist-info
0001-python3-vcs-versioning-upgrade-2.2.3-2.2.4.patch
Description: Binary data
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#243032): https://lists.openembedded.org/g/openembedded-core/message/243032 Mute This Topic: https://lists.openembedded.org/mt/120654033/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
