Received: by mail.netbsd.org (Postfix, from userid 605) id A532884EB7; Thu, 19 May 2022 19:59:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DCAAF84CEC for ; Thu, 19 May 2022 19:59:01 +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 MQHJf7ztkfIm for ; Thu, 19 May 2022 19:59:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4849D84C2C for ; Thu, 19 May 2022 19:59:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 12417FAEB; Thu, 19 May 2022 19:59:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165299037938940" MIME-Version: 1.0 Date: Thu, 19 May 2022 19:59:39 +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: <20220519195939.12417FAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165299037938940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu May 19 19:59:38 UTC 2022 Modified Files: pkgsrc/devel/py-dulwich: Makefile distinfo Log Message: py-dulwich: updated to 0.20.40 0.20.40 * Fix wheel uploading. 0.20.38 * Disable paramiko tests if paramiko is not available. * Set flag to re-enable paramiko server side on gentoo for running paramiko tests. * Increase tolerance when comparing time stamps; fixes some spurious test failures on slow CI systems. * Revert removal of caching of full HTTP response. This breaks access to some HTTP servers. 0.20.37 * Avoid making an extra copy when fetching pack files. * Add ``porcelain.remote_remove``. 0.20.36 * Add ``walk_untracked`` argument to ``porcelain.status``. * Add tests for paramiko SSH Vendor. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 pkgsrc/devel/py-dulwich/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/py-dulwich/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165299037938940 Content-Disposition: inline Content-Length: 1579 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.51 pkgsrc/devel/py-dulwich/Makefile:1.52 --- pkgsrc/devel/py-dulwich/Makefile:1.51 Fri Apr 15 05:42:45 2022 +++ pkgsrc/devel/py-dulwich/Makefile Thu May 19 19:59:38 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.51 2022/04/15 05:42:45 adam Exp $ +# $NetBSD: Makefile,v 1.52 2022/05/19 19:59:38 adam Exp $ -DISTNAME= dulwich-0.20.35 +DISTNAME= dulwich-0.20.40 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.47 pkgsrc/devel/py-dulwich/distinfo:1.48 --- pkgsrc/devel/py-dulwich/distinfo:1.47 Fri Apr 15 05:42:45 2022 +++ pkgsrc/devel/py-dulwich/distinfo Thu May 19 19:59:38 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.47 2022/04/15 05:42:45 adam Exp $ +$NetBSD: distinfo,v 1.48 2022/05/19 19:59:38 adam Exp $ -BLAKE2s (dulwich-0.20.35.tar.gz) = 40ee2048739071d414ffa3866d572cf3b4e2c739461e30e4805624fb3236bf7e -SHA512 (dulwich-0.20.35.tar.gz) = 23c272153547e0ef25a0e7d2deb64987e5d503545775e7d6f438ae09366c0037686eba1027d38a9dbf042bd1553eeb25ccdc818bdd785a2edf2cd3688f0b1271 -Size (dulwich-0.20.35.tar.gz) = 420972 bytes +BLAKE2s (dulwich-0.20.40.tar.gz) = 7625f27b86251ca0b68184c87ac47890b28377919006be05b2af2a2d312430db +SHA512 (dulwich-0.20.40.tar.gz) = aff4f7eaf2f4b71d475148528d957f165bc99ac487b4dee9b87c048d67ce914bf5d7d6e8d67188388b8df8fda29c5fa4cbd8e393425a42a2dad6a57eef5a1f50 +Size (dulwich-0.20.40.tar.gz) = 423987 bytes --_----------=_165299037938940--