Skip to content

Commit

Permalink
py-dulwich: update to 0.21.6.
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
wiz committed Sep 9, 2023
1 parent f3deed7 commit 77e0513
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions devel/py-dulwich/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand All @@ -15,6 +15,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-fastimport-[0-9]*:../../devel/py-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

Expand Down
8 changes: 4 additions & 4 deletions devel/py-dulwich/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 77e0513

Please sign in to comment.