Sat Sep 9 21:02:23 2023 UTC ()
py-dulwich: update to 0.21.6.

0.21.6	2023-09-02

 * index: Handle different stages of conflicted paths.
   (Kevin Hendricks, Jelmer Vernoo蝶)

 * Improve LCA finding performance. (Kevin Hendricks)

 * client: Handle Content-Type with encoding set.
   (Antoine Lambert)

 * Only import _hashlib for type checking.
   (David Hotham)

 * Update docs regarding building dulwich without c bindings (#103)
   (Adam Plaice)

 * objects: Define a stricter return type for _parse_message
   (Vincent Lorentz)

 * Raise GitProtocolError when encountering HTTP Errors in
   HTTPGitClient. (Jelmer Vernoo蝶, #1199)


(wiz)
diff -r1.57 -r1.58 pkgsrc/devel/py-dulwich/Makefile
diff -r1.53 -r1.54 pkgsrc/devel/py-dulwich/distinfo

cvs diff -r1.57 -r1.58 pkgsrc/devel/py-dulwich/Makefile (expand / switch to context diff)
--- pkgsrc/devel/py-dulwich/Makefile 2023/05/05 11:43:03 1.57
+++ pkgsrc/devel/py-dulwich/Makefile 2023/09/09 21:02:23 1.58
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2023/05/05 11:43:03 adam Exp $
+# $NetBSD: Makefile,v 1.58 2023/09/09 21:02:23 wiz Exp $
 
-DISTNAME=	dulwich-0.21.5
+DISTNAME=	dulwich-0.21.6
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=d/dulwich/}
@@ -15,6 +15,8 @@
 TEST_DEPENDS+=	${PYPKGPREFIX}-gevent-[0-9]*:../../net/py-gevent
 TEST_DEPENDS+=	${PYPKGPREFIX}-geventhttpclient-[0-9]*:../../net/py-geventhttpclient
 TEST_DEPENDS+=	${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+TEST_DEPENDS+=	${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko
+TEST_DEPENDS+=	${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
 
 PYTHON_VERSIONS_INCOMPATIBLE=	27
 

cvs diff -r1.53 -r1.54 pkgsrc/devel/py-dulwich/distinfo (expand / switch to context diff)
--- pkgsrc/devel/py-dulwich/distinfo 2023/05/05 11:43:03 1.53
+++ pkgsrc/devel/py-dulwich/distinfo 2023/09/09 21:02:23 1.54
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.53 2023/05/05 11:43:03 adam Exp $
+$NetBSD: distinfo,v 1.54 2023/09/09 21:02:23 wiz Exp $
 
-BLAKE2s (dulwich-0.21.5.tar.gz) = 96eac87aadd55fc3c82d2a306e3778960e41310832b52fa9b4a0e025feb20150
+BLAKE2s (dulwich-0.21.6.tar.gz) = fe7b8ef0ea1f602b5701f318700a1e3cc2586e29ff7a348803c64ef881d9cb98
-SHA512 (dulwich-0.21.5.tar.gz) = 5966a4df8ef94d4c61c4e0a2aebbf11b7f9072139f11357e5194e58dc4edfbe83eb76f7b7aa3a52f96f97c5b7908850fcef5de2aa4bccb212126bb21fdc53934
+SHA512 (dulwich-0.21.6.tar.gz) = 24f1d82be08b6ee78e41cd86ec2323a51dd6bff3714b1eae1f8484eda316c9d1c8089ded853511d587898ba789d36ee014c8f3b7c718bf7168519725f4d9dc2c
-Size (dulwich-0.21.5.tar.gz) = 441948 bytes
+Size (dulwich-0.21.6.tar.gz) = 445545 bytes