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:           Mon May 24 09:17:54 UTC 2021

Modified Files:
        pkgsrc/devel/py-dulwich: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/py-dulwich/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-dulwich/PLIST
cvs rdiff -u -r1.37 -r1.38 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.41 pkgsrc/devel/py-dulwich/Makefile:1.42
--- pkgsrc/devel/py-dulwich/Makefile:1.41       Fri Apr 16 13:18:27 2021
+++ pkgsrc/devel/py-dulwich/Makefile    Mon May 24 09:17:53 2021
@@ -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/}

Index: pkgsrc/devel/py-dulwich/PLIST
diff -u pkgsrc/devel/py-dulwich/PLIST:1.20 pkgsrc/devel/py-dulwich/PLIST:1.21
--- pkgsrc/devel/py-dulwich/PLIST:1.20  Fri Apr 16 13:18:27 2021
+++ pkgsrc/devel/py-dulwich/PLIST       Mon May 24 09:17:53 2021
@@ -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_p
 ${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

Index: pkgsrc/devel/py-dulwich/distinfo
diff -u pkgsrc/devel/py-dulwich/distinfo:1.37 pkgsrc/devel/py-dulwich/distinfo:1.38
--- pkgsrc/devel/py-dulwich/distinfo:1.37       Fri Apr 16 13:18:27 2021
+++ pkgsrc/devel/py-dulwich/distinfo    Mon May 24 09:17:53 2021
@@ -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