pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-vcs-versioning



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Aug  9 05:59:42 UTC 2026

Modified Files:
        pkgsrc/devel/py-vcs-versioning: Makefile distinfo

Log Message:
py-vcs-versioning: updated to 2.2.4

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.
- Improve reproducibility of scm_file_list.json
- Route the hg-git tag mismatch warning through the module logger instead of the root logger.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-vcs-versioning/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-vcs-versioning/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-vcs-versioning/Makefile
diff -u pkgsrc/devel/py-vcs-versioning/Makefile:1.8 pkgsrc/devel/py-vcs-versioning/Makefile:1.9
--- pkgsrc/devel/py-vcs-versioning/Makefile:1.8 Sun Aug  2 11:31:33 2026
+++ pkgsrc/devel/py-vcs-versioning/Makefile     Sun Aug  9 05:59:42 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2026/08/02 11:31:33 adam Exp $
+# $NetBSD: Makefile,v 1.9 2026/08/09 05:59:42 adam Exp $
 
-DISTNAME=      vcs_versioning-2.2.3
+DISTNAME=      vcs_versioning-2.2.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=v/vcs_versioning/}

Index: pkgsrc/devel/py-vcs-versioning/distinfo
diff -u pkgsrc/devel/py-vcs-versioning/distinfo:1.7 pkgsrc/devel/py-vcs-versioning/distinfo:1.8
--- pkgsrc/devel/py-vcs-versioning/distinfo:1.7 Sun Aug  2 11:31:33 2026
+++ pkgsrc/devel/py-vcs-versioning/distinfo     Sun Aug  9 05:59:42 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2026/08/02 11:31:33 adam Exp $
+$NetBSD: distinfo,v 1.8 2026/08/09 05:59:42 adam Exp $
 
-BLAKE2s (vcs_versioning-2.2.3.tar.gz) = ce889327988cf9a1d9276ec8aac47bda0fba896086c1195fe4005d7f133379d0
-SHA512 (vcs_versioning-2.2.3.tar.gz) = 847d97ffe3262052076876907e2564656dd6caf38ee8587ce2dd6759c22a4f1f7fd052b542ae78aa1baba25dc673e28d1ee8b984272ea25054a92dc94ff53779
-Size (vcs_versioning-2.2.3.tar.gz) = 143653 bytes
+BLAKE2s (vcs_versioning-2.2.4.tar.gz) = 7999a59e46713c668079ddd8e3f893d01cfa63feb2a9979c267423283028a164
+SHA512 (vcs_versioning-2.2.4.tar.gz) = f2fa4536d3f204f291341af3be4ec22c12867fe8bfe4ee5851794bf7a6847c3657f55297a8a42639916115cc4e5b2cb2a14171e3591610dd55ec0035f2c0a347
+Size (vcs_versioning-2.2.4.tar.gz) = 145243 bytes



Home | Main Index | Thread Index | Old Index