Received: by mail.netbsd.org (Postfix, from userid 605) id 6470D84EAA; Fri, 5 May 2023 11:43:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 86D0284EA0 for ; Fri, 5 May 2023 11:43:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id dONmIkD2K39S for ; Fri, 5 May 2023 11:43:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0119F84D28 for ; Fri, 5 May 2023 11:43:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EDCE6FA87; Fri, 5 May 2023 11:43:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168328698387060" MIME-Version: 1.0 Date: Fri, 5 May 2023 11:43:03 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-dulwich To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230505114303.EDCE6FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_168328698387060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri May 5 11:43:03 UTC 2023 Modified Files: pkgsrc/devel/py-dulwich: Makefile distinfo Log Message: py-dulwich: updated to 0.21.5 0.21.5 * Be more tolerant to non-3-length tuple versions. 0.21.4.1 * Support ``core.symlinks=false``. * Deprecate ``dulwich.objects.parse_commit``. * Fix fetching into MemoryRepo. * Support ``init.defaultBranch`` config. * Fix ``ObjectStore.iterobjects_subset()`` when hex shas are passed for objects that live in packs. * client: Handle absolute path as redirect location in HTTP client. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 pkgsrc/devel/py-dulwich/Makefile cvs rdiff -u -r1.52 -r1.53 pkgsrc/devel/py-dulwich/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168328698387060 Content-Disposition: inline Content-Length: 1571 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.56 pkgsrc/devel/py-dulwich/Makefile:1.57 --- pkgsrc/devel/py-dulwich/Makefile:1.56 Mon Apr 17 12:20:13 2023 +++ pkgsrc/devel/py-dulwich/Makefile Fri May 5 11:43:03 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.56 2023/04/17 12:20:13 adam Exp $ +# $NetBSD: Makefile,v 1.57 2023/05/05 11:43:03 adam Exp $ -DISTNAME= dulwich-0.21.3 +DISTNAME= dulwich-0.21.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=d/dulwich/} Index: pkgsrc/devel/py-dulwich/distinfo diff -u pkgsrc/devel/py-dulwich/distinfo:1.52 pkgsrc/devel/py-dulwich/distinfo:1.53 --- pkgsrc/devel/py-dulwich/distinfo:1.52 Mon Apr 17 12:20:13 2023 +++ pkgsrc/devel/py-dulwich/distinfo Fri May 5 11:43:03 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.52 2023/04/17 12:20:13 adam Exp $ +$NetBSD: distinfo,v 1.53 2023/05/05 11:43:03 adam Exp $ -BLAKE2s (dulwich-0.21.3.tar.gz) = 7345521b63ac14a1afcc4e69353d5cf6bd4924a8230dfcfb97dd24328d3a8a6f -SHA512 (dulwich-0.21.3.tar.gz) = ffe89535bd48709e68bff6b299034ab6ccd28960cc32b3717d9779c84c87548d8366dfadfb0699c99b99f8e599d91284e05dcc3c1f9ae4d7b208500856eb33ac -Size (dulwich-0.21.3.tar.gz) = 437815 bytes +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 --_----------=_168328698387060--