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:   wiz
Date:           Sat Sep  9 21:02:23 UTC 2023

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

Log Message:
py-dulwich: update to 0.21.6.

0.21.6  2023-09-02

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

 * 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 Vernooij, #1199)


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/devel/py-dulwich/Makefile
cvs rdiff -u -r1.53 -r1.54 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.57 pkgsrc/devel/py-dulwich/Makefile:1.58
--- pkgsrc/devel/py-dulwich/Makefile:1.57       Fri May  5 11:43:03 2023
+++ pkgsrc/devel/py-dulwich/Makefile    Sat Sep  9 21:02:23 2023
@@ -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}-fastimport
 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
 

Index: pkgsrc/devel/py-dulwich/distinfo
diff -u pkgsrc/devel/py-dulwich/distinfo:1.53 pkgsrc/devel/py-dulwich/distinfo:1.54
--- pkgsrc/devel/py-dulwich/distinfo:1.53       Fri May  5 11:43:03 2023
+++ pkgsrc/devel/py-dulwich/distinfo    Sat Sep  9 21:02:23 2023
@@ -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
-SHA512 (dulwich-0.21.5.tar.gz) = 5966a4df8ef94d4c61c4e0a2aebbf11b7f9072139f11357e5194e58dc4edfbe83eb76f7b7aa3a52f96f97c5b7908850fcef5de2aa4bccb212126bb21fdc53934
-Size (dulwich-0.21.5.tar.gz) = 441948 bytes
+BLAKE2s (dulwich-0.21.6.tar.gz) = fe7b8ef0ea1f602b5701f318700a1e3cc2586e29ff7a348803c64ef881d9cb98
+SHA512 (dulwich-0.21.6.tar.gz) = 24f1d82be08b6ee78e41cd86ec2323a51dd6bff3714b1eae1f8484eda316c9d1c8089ded853511d587898ba789d36ee014c8f3b7c718bf7168519725f4d9dc2c
+Size (dulwich-0.21.6.tar.gz) = 445545 bytes



Home | Main Index | Thread Index | Old Index