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: Thu Oct 2 14:45:09 UTC 2025
Modified Files:
pkgsrc/devel/py-dulwich: Makefile PLIST distinfo
Log Message:
py-dulwich: updated to 0.24.2
0.24.2 2025-09-25
* Added ``porcelain.shortlog`` function to summarize commits by author,
similar to git shortlog.
* Fix merge functionality to gracefully handle missing optional merge3 dependency
by raising informative ImportError with installation instructions.
* Fix worktree CLI tests to properly change to repository directory.
* Add ``temporary_worktree`` context manager for creating temporary worktrees
that are automatically cleaned up. (Jelmer Vernooij)
* Add ``exist_ok`` parameter to ``add_worktree`` to allow creation with
existing directories. (Jelmer Vernooij)
* Add colorized diff support for the ``show`` command with ``--color``
argument.
* Fix Windows path handling in ``_ensure_parent_dir_exists`` to correctly
handle drive letters during checkout operations.
* Fix Windows config loading to only use current Git config path,
avoiding loading older config files.
* Add interactive rebase support with ``git rebase -i``, including support
for pick, reword, edit, squash, fixup, drop, exec, and break commands.
* Fix handling of CRLF line endings with ``core.autocrlf = input`` to prevent
unchanged files from appearing as unstaged in status.
* Add support for ``core.whitespace`` configuration for whitespace error
detection and fixing. Supports blank-at-eol, space-before-tab, indent-with-non-tab,
tab-in-indent, blank-at-eof, cr-at-eol, and tabwidth settings.
* Add support for ``core.safecrlf`` configuration to check if CRLF/LF conversions
would be reversible and optionally abort or warn on potentially lossy conversions.
* Add support for ``http.extraHeader`` configuration to pass additional HTTP
headers to the server when communicating over HTTP(S).
* Optimize LFS filter performance by avoiding redundant disk writes when
checking file status. The LFS store now checks if objects already exist
before writing them to disk, significantly improving ``git status``
performance in repositories with many LFS-tracked files.
* Add filter server support.
* Add support for ``patiencediff`` algorithm in diff.
* Add IPv6 support for git:// protocol URLs.
* Add support for ``core.preloadIndex`` configuration setting to enable
parallel stat operations when checking for unstaged changes. This improves
performance on slow filesystems like NFS.
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/devel/py-dulwich/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/py-dulwich/PLIST
cvs rdiff -u -r1.63 -r1.64 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.68 pkgsrc/devel/py-dulwich/Makefile:1.69
--- pkgsrc/devel/py-dulwich/Makefile:1.68 Mon Sep 1 12:56:14 2025
+++ pkgsrc/devel/py-dulwich/Makefile Thu Oct 2 14:45:09 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.68 2025/09/01 12:56:14 adam Exp $
+# $NetBSD: Makefile,v 1.69 2025/10/02 14:45:09 adam Exp $
-DISTNAME= dulwich-0.24.1
+DISTNAME= dulwich-0.24.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/dulwich/}
Index: pkgsrc/devel/py-dulwich/PLIST
diff -u pkgsrc/devel/py-dulwich/PLIST:1.32 pkgsrc/devel/py-dulwich/PLIST:1.33
--- pkgsrc/devel/py-dulwich/PLIST:1.32 Mon Sep 1 12:56:14 2025
+++ pkgsrc/devel/py-dulwich/PLIST Thu Oct 2 14:45:09 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.32 2025/09/01 12:56:14 adam Exp $
+@comment $NetBSD: PLIST,v 1.33 2025/10/02 14:45:09 adam Exp $
bin/dul-receive-pack-${PYVERSSUFFIX}
bin/dul-upload-pack-${PYVERSSUFFIX}
bin/dulwich-${PYVERSSUFFIX}
@@ -187,7 +187,6 @@ ${PYSITELIB}/dulwich/sparse_patterns.pyo
${PYSITELIB}/dulwich/stash.py
${PYSITELIB}/dulwich/stash.pyc
${PYSITELIB}/dulwich/stash.pyo
-${PYSITELIB}/dulwich/stdint.h
${PYSITELIB}/dulwich/submodule.py
${PYSITELIB}/dulwich/submodule.pyc
${PYSITELIB}/dulwich/submodule.pyo
@@ -206,6 +205,9 @@ ${PYSITELIB}/dulwich/walk.pyo
${PYSITELIB}/dulwich/web.py
${PYSITELIB}/dulwich/web.pyc
${PYSITELIB}/dulwich/web.pyo
+${PYSITELIB}/dulwich/whitespace.py
+${PYSITELIB}/dulwich/whitespace.pyc
+${PYSITELIB}/dulwich/whitespace.pyo
${PYSITELIB}/dulwich/worktree.py
${PYSITELIB}/dulwich/worktree.pyc
${PYSITELIB}/dulwich/worktree.pyo
Index: pkgsrc/devel/py-dulwich/distinfo
diff -u pkgsrc/devel/py-dulwich/distinfo:1.63 pkgsrc/devel/py-dulwich/distinfo:1.64
--- pkgsrc/devel/py-dulwich/distinfo:1.63 Mon Sep 1 12:56:14 2025
+++ pkgsrc/devel/py-dulwich/distinfo Thu Oct 2 14:45:09 2025
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.63 2025/09/01 12:56:14 adam Exp $
+$NetBSD: distinfo,v 1.64 2025/10/02 14:45:09 adam Exp $
BLAKE2s (autocfg-1.5.0.crate) = d9738bc6755bf80a73705691ef930ca883cd58e4a2d1162b5c0a09cdc7029304
SHA512 (autocfg-1.5.0.crate) = f279856f234d39d369623576acf9546a1ca24d7fe449f36d4fb93ea75a7efaf2c4015b9616a69bbbed358c5e5882e16b045352f046aa4c049b3d13b1e8257b08
Size (autocfg-1.5.0.crate) = 18729 bytes
-BLAKE2s (dulwich-0.24.1.tar.gz) = 61d3e4d73e68fdfe51ab9111a53bcd7789046b5cc10ae64602aacb9103f29b86
-SHA512 (dulwich-0.24.1.tar.gz) = 705096f4822fbf8530deed78bbf2c41bf9143b19432e93a428343d0faf1ae25f6865fa777c0f1c35c94f3e6bc8fd12ab1b6f6bdaa80694bde4926846ec4f1934
-Size (dulwich-0.24.1.tar.gz) = 806136 bytes
+BLAKE2s (dulwich-0.24.2.tar.gz) = d36c42104d01a37a51069fda88b9517744e96bd36abc86dae0c337be2ad66026
+SHA512 (dulwich-0.24.2.tar.gz) = baff0ecd16669c442f567f295ec4a459af47ee59c47f6f1cf79f0b619e9774d92504b9b0e6f0d1b64fb5a4038df9522251d2f34aada2d56c217ea401df22c22f
+Size (dulwich-0.24.2.tar.gz) = 883284 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