Skip to content

Commit 77e0513

Browse files
committed
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)
1 parent f3deed7 commit 77e0513

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

devel/py-dulwich/Makefile

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.57 2023/05/05 11:43:03 adam Exp $
1+
# $NetBSD: Makefile,v 1.58 2023/09/09 21:02:23 wiz Exp $
22

3-
DISTNAME= dulwich-0.21.5
3+
DISTNAME= dulwich-0.21.6
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
55
CATEGORIES= devel python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=d/dulwich/}
@@ -15,6 +15,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-fastimport-[0-9]*:../../devel/py-fastimport
1515
TEST_DEPENDS+= ${PYPKGPREFIX}-gevent-[0-9]*:../../net/py-gevent
1616
TEST_DEPENDS+= ${PYPKGPREFIX}-geventhttpclient-[0-9]*:../../net/py-geventhttpclient
1717
TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
18+
TEST_DEPENDS+= ${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko
19+
TEST_DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
1820

1921
PYTHON_VERSIONS_INCOMPATIBLE= 27
2022

devel/py-dulwich/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.53 2023/05/05 11:43:03 adam Exp $
1+
$NetBSD: distinfo,v 1.54 2023/09/09 21:02:23 wiz Exp $
22

3-
BLAKE2s (dulwich-0.21.5.tar.gz) = 96eac87aadd55fc3c82d2a306e3778960e41310832b52fa9b4a0e025feb20150
4-
SHA512 (dulwich-0.21.5.tar.gz) = 5966a4df8ef94d4c61c4e0a2aebbf11b7f9072139f11357e5194e58dc4edfbe83eb76f7b7aa3a52f96f97c5b7908850fcef5de2aa4bccb212126bb21fdc53934
5-
Size (dulwich-0.21.5.tar.gz) = 441948 bytes
3+
BLAKE2s (dulwich-0.21.6.tar.gz) = fe7b8ef0ea1f602b5701f318700a1e3cc2586e29ff7a348803c64ef881d9cb98
4+
SHA512 (dulwich-0.21.6.tar.gz) = 24f1d82be08b6ee78e41cd86ec2323a51dd6bff3714b1eae1f8484eda316c9d1c8089ded853511d587898ba789d36ee014c8f3b7c718bf7168519725f4d9dc2c
5+
Size (dulwich-0.21.6.tar.gz) = 445545 bytes

0 commit comments

Comments
 (0)