pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-dulwich py-dulwich: updated to 0.20.22



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55ac0604669d
branches:  trunk
changeset: 453141:55ac0604669d
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon May 24 09:17:53 2021 +0000

description:
py-dulwich: updated to 0.20.22

0.20.22
* Prevent removal of refs directory when the last ref is
  deleted.
* Fix filename: MERGE_HEADS => MERGE_HEAD.
* For ignored directories, porcelain.add and porcelain.status now only return
  the path to directory itself in the list of ignored paths. Previously, paths
  for all files within the directory would also be included in the list.
* Provide depth argument to ``determine_wants``.
* Various tag signature handling improvements.
* Add separate Tag.verify().
* Add support for version 3 index files.
* Fix autocrlf=input handling.
* Attempt to find C Git global config on Windows.

API CHANGES
* The APIs for writing and reading individual index entries have changed
  to handle lists of (name, entry) tuples rather than tuples.

diffstat:

 devel/py-dulwich/Makefile |   4 ++--
 devel/py-dulwich/PLIST    |   5 ++++-
 devel/py-dulwich/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 107b09df7b34 -r 55ac0604669d devel/py-dulwich/Makefile
--- a/devel/py-dulwich/Makefile Mon May 24 09:15:46 2021 +0000
+++ b/devel/py-dulwich/Makefile Mon May 24 09:17:53 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2021/04/16 13:18:27 adam Exp $
+# $NetBSD: Makefile,v 1.42 2021/05/24 09:17:53 adam Exp $
 
-DISTNAME=      dulwich-0.20.21
+DISTNAME=      dulwich-0.20.22
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/dulwich/}
diff -r 107b09df7b34 -r 55ac0604669d devel/py-dulwich/PLIST
--- a/devel/py-dulwich/PLIST    Mon May 24 09:15:46 2021 +0000
+++ b/devel/py-dulwich/PLIST    Mon May 24 09:17:53 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2021/04/16 13:18:27 adam Exp $
+@comment $NetBSD: PLIST,v 1.21 2021/05/24 09:17:53 adam Exp $
 bin/dul-receive-pack-${PYVERSSUFFIX}
 bin/dul-upload-pack-${PYVERSSUFFIX}
 bin/dulwich-${PYVERSSUFFIX}
@@ -174,6 +174,9 @@
 ${PYSITELIB}/dulwich/tests/compat/test_patch.py
 ${PYSITELIB}/dulwich/tests/compat/test_patch.pyc
 ${PYSITELIB}/dulwich/tests/compat/test_patch.pyo
+${PYSITELIB}/dulwich/tests/compat/test_porcelain.py
+${PYSITELIB}/dulwich/tests/compat/test_porcelain.pyc
+${PYSITELIB}/dulwich/tests/compat/test_porcelain.pyo
 ${PYSITELIB}/dulwich/tests/compat/test_repository.py
 ${PYSITELIB}/dulwich/tests/compat/test_repository.pyc
 ${PYSITELIB}/dulwich/tests/compat/test_repository.pyo
diff -r 107b09df7b34 -r 55ac0604669d devel/py-dulwich/distinfo
--- a/devel/py-dulwich/distinfo Mon May 24 09:15:46 2021 +0000
+++ b/devel/py-dulwich/distinfo Mon May 24 09:17:53 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.37 2021/04/16 13:18:27 adam Exp $
+$NetBSD: distinfo,v 1.38 2021/05/24 09:17:53 adam Exp $
 
-SHA1 (dulwich-0.20.21.tar.gz) = f77ca4b4fca41f1af1fda943248db2e10b82d35f
-RMD160 (dulwich-0.20.21.tar.gz) = a9b02a7d6c033976a5a1cf2193854b6b7cdc75c1
-SHA512 (dulwich-0.20.21.tar.gz) = 1dc3042ef7ed0320b8e998d78c98e5d181981f665a708547b715ed5a16869f5c0c76b6228bf1e58cb957923ea9643ae2ae7cfca970056bc5230db18c5a110985
-Size (dulwich-0.20.21.tar.gz) = 399232 bytes
+SHA1 (dulwich-0.20.22.tar.gz) = a5324134ebc288b0c1bb46c29faf443b3f45cc7d
+RMD160 (dulwich-0.20.22.tar.gz) = d6c0011b4684602dcd40daae125115662f2cc1eb
+SHA512 (dulwich-0.20.22.tar.gz) = ccb7330f9ba0bda5ceac31a62cb4a251cd95e70205535f033678553d17cfb720139135364b60747d24d682a1decd447d69c5180150af25fa05d68a7bdd21e7c5
+Size (dulwich-0.20.22.tar.gz) = 414104 bytes



Home | Main Index | Thread Index | Old Index