pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-dulwich
Module Name: pkgsrc
Committed By: adam
Date: Tue May 5 05:00:18 UTC 2026
Modified Files:
pkgsrc/devel/py-dulwich: Makefile distinfo
Log Message:
py-dulwich: updated to 1.2.1
1.2.1 2026-04-29
* Derive the LFS endpoint as the remote's on-disk LFS store
(``<remote>/.git/lfs`` for worktrees, ``<remote>/lfs`` for bare repos)
when ``remote.origin.url`` points at a local filesystem path or
``file://`` URL, matching git-lfs behaviour. Previously the built-in
smudge filter constructed an HTTP-style ``<remote>.git/info/lfs`` path
that did not exist on disk, leaving LFS-tracked files as pointers when
cloning from a local repo.
* Deduplicate objects when writing a multi-pack-index. Objects present
in multiple packs (e.g. after ``git gc`` creates a cruft pack) would
otherwise produce an OIDL chunk with repeated SHAs, causing ``git
multi-pack-index verify`` to fail with "oid lookup out of order".
* Extend ignorecase and precomposeunicode support to index lookups.
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/devel/py-dulwich/Makefile
cvs rdiff -u -r1.73 -r1.74 pkgsrc/devel/py-dulwich/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-dulwich/Makefile
diff -u pkgsrc/devel/py-dulwich/Makefile:1.78 pkgsrc/devel/py-dulwich/Makefile:1.79
--- pkgsrc/devel/py-dulwich/Makefile:1.78 Fri Apr 24 11:07:18 2026
+++ pkgsrc/devel/py-dulwich/Makefile Tue May 5 05:00:18 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.78 2026/04/24 11:07:18 adam Exp $
+# $NetBSD: Makefile,v 1.79 2026/05/05 05:00:18 adam Exp $
-DISTNAME= dulwich-1.2.0
+DISTNAME= dulwich-1.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/dulwich/}
Index: pkgsrc/devel/py-dulwich/distinfo
diff -u pkgsrc/devel/py-dulwich/distinfo:1.73 pkgsrc/devel/py-dulwich/distinfo:1.74
--- pkgsrc/devel/py-dulwich/distinfo:1.73 Fri Apr 24 11:07:18 2026
+++ pkgsrc/devel/py-dulwich/distinfo Tue May 5 05:00:18 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.73 2026/04/24 11:07:18 adam Exp $
+$NetBSD: distinfo,v 1.74 2026/05/05 05:00:18 adam Exp $
-BLAKE2s (dulwich-1.2.0.tar.gz) = 56ec6a7eb3667fcda0f89bd5e31519e6bfe45ccae6e0592b2eb3e3a04f888916
-SHA512 (dulwich-1.2.0.tar.gz) = 99912be6aaf0a7a710952dc548c8ccc21739a62371ed7a67d83dc6ac287d09dc6d95ee212ab95e5fedd155d20a2189562d026990f11e6e07d6591791fde829c5
-Size (dulwich-1.2.0.tar.gz) = 1214743 bytes
+BLAKE2s (dulwich-1.2.1.tar.gz) = fa3ab26fac8e8f817564735a717781702e35c173ed01e42948b1b60e2e4c6880
+SHA512 (dulwich-1.2.1.tar.gz) = 5b52b38300adbc73222c961c3b5df7877d576cadf170d679b4df83bf4f87be2b1b4111a804b042328cf9bd1662f6ad96036d7191870e3e8228e8abcae0ad757e
+Size (dulwich-1.2.1.tar.gz) = 1223320 bytes
BLAKE2s (heck-0.5.0.crate) = 0bc71a5746c9d1e7c913d096fb68f1d422464744e18adc592540b291882f5660
SHA512 (heck-0.5.0.crate) = f044fc9c3d22466629fd8f772ec0555350fd611c0cfadca51d99a3d2f10e155f77c1091916c8a95a6b9b499f366c2e99a5fbf45b010f988bfb9b2501bf9f6a76
Size (heck-0.5.0.crate) = 11517 bytes
Home |
Main Index |
Thread Index |
Old Index