Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 403B684EDB for ; Thu, 7 Dec 2023 18:23:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 7T_U9lcRwPnc for ; Thu, 7 Dec 2023 18:23:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7C69B84CD9 for ; Thu, 7 Dec 2023 18:23:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 76408FA42; Thu, 7 Dec 2023 18:23:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1701973404124150" MIME-Version: 1.0 Date: Thu, 7 Dec 2023 18:23:24 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-dulwich To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231207182324.76408FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1701973404124150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Dec 7 18:23:24 UTC 2023 Modified Files: pkgsrc/devel/py-dulwich: Makefile PLIST distinfo Log Message: py-dulwich: updated to 0.21.7 0.21.7 * Fix NameError when encountering errors during HTTP operation. * Raise exception when default identity can't be found. * Add a dedicated exception class for unresolved deltas. * Support credentials in proxy URL. * Add ``dulwich.porcelain.for_each_ref``. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 pkgsrc/devel/py-dulwich/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/py-dulwich/PLIST cvs rdiff -u -r1.54 -r1.55 pkgsrc/devel/py-dulwich/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1701973404124150 Content-Disposition: inline Content-Length: 3660 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-dulwich/Makefile diff -u pkgsrc/devel/py-dulwich/Makefile:1.58 pkgsrc/devel/py-dulwich/Makefile:1.59 --- pkgsrc/devel/py-dulwich/Makefile:1.58 Sat Sep 9 21:02:23 2023 +++ pkgsrc/devel/py-dulwich/Makefile Thu Dec 7 18:23:24 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.58 2023/09/09 21:02:23 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2023/12/07 18:23:24 adam Exp $ -DISTNAME= dulwich-0.21.6 +DISTNAME= dulwich-0.21.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=d/dulwich/} @@ -10,6 +10,8 @@ HOMEPAGE= https://www.dulwich.io/ COMMENT= Python implementation of Git LICENSE= apache-2.0 OR gnu-gpl-v2 +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61.2:../../devel/py-setuptools +TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.25:../../www/py-urllib3 TEST_DEPENDS+= ${PYPKGPREFIX}-fastimport-[0-9]*:../../devel/py-fastimport TEST_DEPENDS+= ${PYPKGPREFIX}-gevent-[0-9]*:../../net/py-gevent @@ -20,13 +22,11 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-requests-[ PYTHON_VERSIONS_INCOMPATIBLE= 27 -USE_PKG_RESOURCES= yes - post-install: cd ${DESTDIR}${PREFIX}/bin && \ ${MV} dul-receive-pack dul-receive-pack-${PYVERSSUFFIX} && \ ${MV} dul-upload-pack dul-upload-pack-${PYVERSSUFFIX} && \ ${MV} dulwich dulwich-${PYVERSSUFFIX} || ${TRUE} -.include "../../lang/python/egg.mk" +.include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-dulwich/PLIST diff -u pkgsrc/devel/py-dulwich/PLIST:1.27 pkgsrc/devel/py-dulwich/PLIST:1.28 --- pkgsrc/devel/py-dulwich/PLIST:1.27 Mon Apr 17 12:20:13 2023 +++ pkgsrc/devel/py-dulwich/PLIST Thu Dec 7 18:23:24 2023 @@ -1,14 +1,13 @@ -@comment $NetBSD: PLIST,v 1.27 2023/04/17 12:20:13 adam Exp $ +@comment $NetBSD: PLIST,v 1.28 2023/12/07 18:23:24 adam Exp $ bin/dul-receive-pack-${PYVERSSUFFIX} bin/dul-upload-pack-${PYVERSSUFFIX} bin/dulwich-${PYVERSSUFFIX} -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/entry_points.txt -${PYSITELIB}/${EGG_INFODIR}/not-zip-safe -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/${WHEEL_INFODIR}/COPYING +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt +${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt ${PYSITELIB}/docs/tutorial/conclusion.txt ${PYSITELIB}/docs/tutorial/encoding.txt ${PYSITELIB}/docs/tutorial/file-format.txt Index: pkgsrc/devel/py-dulwich/distinfo diff -u pkgsrc/devel/py-dulwich/distinfo:1.54 pkgsrc/devel/py-dulwich/distinfo:1.55 --- pkgsrc/devel/py-dulwich/distinfo:1.54 Sat Sep 9 21:02:23 2023 +++ pkgsrc/devel/py-dulwich/distinfo Thu Dec 7 18:23:24 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.54 2023/09/09 21:02:23 wiz Exp $ +$NetBSD: distinfo,v 1.55 2023/12/07 18:23:24 adam Exp $ -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 +BLAKE2s (dulwich-0.21.7.tar.gz) = e3aac931ce0b1aff1f4b3419fd9fe743ae3e9a667aae087a21d914d6367c33f2 +SHA512 (dulwich-0.21.7.tar.gz) = 56ddf8db21088b264623c568f28caa80d8687d26e5127093daaa4d556b0f49218ac51491a47ced00e9af073bd7ca05b2eb8b29d64aae8b93dd4bd47ca67ee443 +Size (dulwich-0.21.7.tar.gz) = 448028 bytes --_----------=_1701973404124150--