Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 4/4] python3-vcs-versioning: upgrade 2.2.3 -> 2.2.4
Date: Sat,  8 Aug 2026 22:09:54 +0100	[thread overview]
Message-ID: <20260808210954.994064-4-richard.purdie@linuxfoundation.org> (raw)
In-Reply-To: <20260808210954.994064-1-richard.purdie@linuxfoundation.org>

- 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))

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...-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 eb81e4d4d35..c8665d90c9c 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 \


  parent reply	other threads:[~2026-08-08 21:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-08 21:09 [PATCH 1/4] diffoscope: upgrade 326 -> 327 Richard Purdie
2026-08-08 21:09 ` [PATCH 2/4] python3-pycairo: upgrade 1.29.0 -> 1.29.1 Richard Purdie
2026-08-08 21:09 ` [PATCH 3/4] python3-uv-build: upgrade 0.12.1 -> 0.12.3 Richard Purdie
2026-08-08 21:17   ` Patchtest results for " patchtest
2026-08-08 21:09 ` Richard Purdie [this message]
2026-08-08 21:17 ` Patchtest results for [PATCH 1/4] diffoscope: upgrade 326 -> 327 patchtest

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260808210954.994064-4-richard.purdie@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox