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:           Fri May  5 11:43:03 UTC 2023

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

Log Message:
py-dulwich: updated to 0.21.5

0.21.5

* Be more tolerant to non-3-length tuple versions.

0.21.4.1

* Support ``core.symlinks=false``.
* Deprecate ``dulwich.objects.parse_commit``.
* Fix fetching into MemoryRepo.
* Support ``init.defaultBranch`` config.
* Fix ``ObjectStore.iterobjects_subset()`` when
  hex shas are passed for objects that live in packs.
* client: Handle absolute path as redirect location in HTTP client.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/devel/py-dulwich/Makefile
cvs rdiff -u -r1.52 -r1.53 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.56 pkgsrc/devel/py-dulwich/Makefile:1.57
--- pkgsrc/devel/py-dulwich/Makefile:1.56       Mon Apr 17 12:20:13 2023
+++ pkgsrc/devel/py-dulwich/Makefile    Fri May  5 11:43:03 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2023/04/17 12:20:13 adam Exp $
+# $NetBSD: Makefile,v 1.57 2023/05/05 11:43:03 adam Exp $
 
-DISTNAME=      dulwich-0.21.3
+DISTNAME=      dulwich-0.21.5
 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.52 pkgsrc/devel/py-dulwich/distinfo:1.53
--- pkgsrc/devel/py-dulwich/distinfo:1.52       Mon Apr 17 12:20:13 2023
+++ pkgsrc/devel/py-dulwich/distinfo    Fri May  5 11:43:03 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.52 2023/04/17 12:20:13 adam Exp $
+$NetBSD: distinfo,v 1.53 2023/05/05 11:43:03 adam Exp $
 
-BLAKE2s (dulwich-0.21.3.tar.gz) = 7345521b63ac14a1afcc4e69353d5cf6bd4924a8230dfcfb97dd24328d3a8a6f
-SHA512 (dulwich-0.21.3.tar.gz) = ffe89535bd48709e68bff6b299034ab6ccd28960cc32b3717d9779c84c87548d8366dfadfb0699c99b99f8e599d91284e05dcc3c1f9ae4d7b208500856eb33ac
-Size (dulwich-0.21.3.tar.gz) = 437815 bytes
+BLAKE2s (dulwich-0.21.5.tar.gz) = 96eac87aadd55fc3c82d2a306e3778960e41310832b52fa9b4a0e025feb20150
+SHA512 (dulwich-0.21.5.tar.gz) = 5966a4df8ef94d4c61c4e0a2aebbf11b7f9072139f11357e5194e58dc4edfbe83eb76f7b7aa3a52f96f97c5b7908850fcef5de2aa4bccb212126bb21fdc53934
+Size (dulwich-0.21.5.tar.gz) = 441948 bytes



Home | Main Index | Thread Index | Old Index