Mon Jul 19 11:08:19 2021 UTC ()
py-dulwich: updated to 0.20.24

0.20.24
* config: disregard UTF-8 BOM when reading file.
* Skip lines with spaces only in .gitignore.
* Add a separate HTTPProxyUnauthorized exception for 407 errors.
* Split out a AbstractHTTPGitClient class.


(adam)
diff -r1.43 -r1.44 pkgsrc/devel/py-dulwich/Makefile
diff -r1.21 -r1.22 pkgsrc/devel/py-dulwich/PLIST
diff -r1.39 -r1.40 pkgsrc/devel/py-dulwich/distinfo

cvs diff -r1.43 -r1.44 pkgsrc/devel/py-dulwich/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-dulwich/Makefile 2021/05/31 12:33:28 1.43
+++ pkgsrc/devel/py-dulwich/Makefile 2021/07/19 11:08:19 1.44
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.43 2021/05/31 12:33:28 adam Exp $ 1# $NetBSD: Makefile,v 1.44 2021/07/19 11:08:19 adam Exp $
2 2
3DISTNAME= dulwich-0.20.23 3DISTNAME= dulwich-0.20.24
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=d/dulwich/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=d/dulwich/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://www.dulwich.io/ 9HOMEPAGE= https://www.dulwich.io/
10COMMENT= Python implementation of Git 10COMMENT= Python implementation of Git
11LICENSE= apache-2.0 OR gnu-gpl-v2 11LICENSE= apache-2.0 OR gnu-gpl-v2
12 12
13DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi 13DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi
14DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.21:../../www/py-urllib3 14DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.21:../../www/py-urllib3
15TEST_DEPENDS+= ${PYPKGPREFIX}-fastimport-[0-9]*:../../devel/py-fastimport 15TEST_DEPENDS+= ${PYPKGPREFIX}-fastimport-[0-9]*:../../devel/py-fastimport
16TEST_DEPENDS+= ${PYPKGPREFIX}-gevent-[0-9]*:../../net/py-gevent 16TEST_DEPENDS+= ${PYPKGPREFIX}-gevent-[0-9]*:../../net/py-gevent

cvs diff -r1.21 -r1.22 pkgsrc/devel/py-dulwich/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/py-dulwich/PLIST 2021/05/24 09:17:53 1.21
+++ pkgsrc/devel/py-dulwich/PLIST 2021/07/19 11:08:19 1.22
@@ -1,21 +1,22 @@ @@ -1,21 +1,22 @@
1@comment $NetBSD: PLIST,v 1.21 2021/05/24 09:17:53 adam Exp $ 1@comment $NetBSD: PLIST,v 1.22 2021/07/19 11:08:19 adam Exp $
2bin/dul-receive-pack-${PYVERSSUFFIX} 2bin/dul-receive-pack-${PYVERSSUFFIX}
3bin/dul-upload-pack-${PYVERSSUFFIX} 3bin/dul-upload-pack-${PYVERSSUFFIX}
4bin/dulwich-${PYVERSSUFFIX} 4bin/dulwich-${PYVERSSUFFIX}
5${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 5${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
6${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 6${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
7${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 7${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
8${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 8${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
 9${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
9${PYSITELIB}/${EGG_INFODIR}/requires.txt 10${PYSITELIB}/${EGG_INFODIR}/requires.txt
10${PYSITELIB}/${EGG_INFODIR}/top_level.txt 11${PYSITELIB}/${EGG_INFODIR}/top_level.txt
11${PYSITELIB}/docs/tutorial/conclusion.txt 12${PYSITELIB}/docs/tutorial/conclusion.txt
12${PYSITELIB}/docs/tutorial/encoding.txt 13${PYSITELIB}/docs/tutorial/encoding.txt
13${PYSITELIB}/docs/tutorial/file-format.txt 14${PYSITELIB}/docs/tutorial/file-format.txt
14${PYSITELIB}/docs/tutorial/index.txt 15${PYSITELIB}/docs/tutorial/index.txt
15${PYSITELIB}/docs/tutorial/introduction.txt 16${PYSITELIB}/docs/tutorial/introduction.txt
16${PYSITELIB}/docs/tutorial/object-store.txt 17${PYSITELIB}/docs/tutorial/object-store.txt
17${PYSITELIB}/docs/tutorial/porcelain.txt 18${PYSITELIB}/docs/tutorial/porcelain.txt
18${PYSITELIB}/docs/tutorial/remote.txt 19${PYSITELIB}/docs/tutorial/remote.txt
19${PYSITELIB}/docs/tutorial/repo.txt 20${PYSITELIB}/docs/tutorial/repo.txt
20${PYSITELIB}/docs/tutorial/tag.txt 21${PYSITELIB}/docs/tutorial/tag.txt
21${PYSITELIB}/dulwich/__init__.py 22${PYSITELIB}/dulwich/__init__.py

cvs diff -r1.39 -r1.40 pkgsrc/devel/py-dulwich/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-dulwich/distinfo 2021/05/31 12:33:28 1.39
+++ pkgsrc/devel/py-dulwich/distinfo 2021/07/19 11:08:19 1.40
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.39 2021/05/31 12:33:28 adam Exp $ 1$NetBSD: distinfo,v 1.40 2021/07/19 11:08:19 adam Exp $
2 2
3SHA1 (dulwich-0.20.23.tar.gz) = 488f66ecf293e293a85c4116592a64f61e9517cc 3SHA1 (dulwich-0.20.24.tar.gz) = fb5200c730304d19b5c64668ad0969ea9877c758
4RMD160 (dulwich-0.20.23.tar.gz) = c0b4ab81c750ae5aad99387ebb86ced43b367a39 4RMD160 (dulwich-0.20.24.tar.gz) = 9bbd78e4d55a21a6aeea510bdfabbbc5db05444c
5SHA512 (dulwich-0.20.23.tar.gz) = 8bad3528dc87e70b39b59b2f7218579327db4dbd15937b63db76c9b8e7ba6d22e963eaec45b8d675c92f250516a541c395fdac391db68d0932dc5d8cd7ed9fb9 5SHA512 (dulwich-0.20.24.tar.gz) = 64a26a9fcd60ded0095957f03c5e2f1bd2b40e388fa11c7111a7462d7650da65c757bcba8d506d0ce26b4823eb6998a0334d112fff246d767aa0a2cac4cf8aa0
6Size (dulwich-0.20.23.tar.gz) = 414150 bytes 6Size (dulwich-0.20.24.tar.gz) = 414038 bytes