Received: by mail.netbsd.org (Postfix, from userid 605) id 9A05084D75; Tue, 18 Feb 2020 11:32:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2398D84D65 for ; Tue, 18 Feb 2020 11:32:44 +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 WNCod5Ate_Wy for ; Tue, 18 Feb 2020 11:32:43 +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 A0E8684CCD for ; Tue, 18 Feb 2020 11:32:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 93227FBF4; Tue, 18 Feb 2020 11:32:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1582025563232940" MIME-Version: 1.0 Date: Tue, 18 Feb 2020 11:32:43 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-pygit2 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200218113243.93227FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1582025563232940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Feb 18 11:32:43 UTC 2020 Modified Files: pkgsrc/devel/py-pygit2: Makefile distinfo Log Message: py-pygit2: updated to 1.0.3 1.0.3: - Fix memory leak in DiffFile To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-pygit2/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-pygit2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1582025563232940 Content-Disposition: inline Content-Length: 1926 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-pygit2/Makefile diff -u pkgsrc/devel/py-pygit2/Makefile:1.9 pkgsrc/devel/py-pygit2/Makefile:1.10 --- pkgsrc/devel/py-pygit2/Makefile:1.9 Sat Jan 11 16:20:56 2020 +++ pkgsrc/devel/py-pygit2/Makefile Tue Feb 18 11:32:43 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2020/01/11 16:20:56 adam Exp $ +# $NetBSD: Makefile,v 1.10 2020/02/18 11:32:43 adam Exp $ -DISTNAME= pygit2-1.0.2 +DISTNAME= pygit2-1.0.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pygit2/} @@ -15,8 +15,6 @@ DEPENDS+= ${PYPKGPREFIX}-cparser-[0-9]*: TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner -USE_LANGUAGES= c - PYSETUPTESTTARGET= pytest PYTHON_VERSIONS_INCOMPATIBLE= 27 # since 1.0.0 Index: pkgsrc/devel/py-pygit2/distinfo diff -u pkgsrc/devel/py-pygit2/distinfo:1.8 pkgsrc/devel/py-pygit2/distinfo:1.9 --- pkgsrc/devel/py-pygit2/distinfo:1.8 Sat Jan 11 16:20:56 2020 +++ pkgsrc/devel/py-pygit2/distinfo Tue Feb 18 11:32:43 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2020/01/11 16:20:56 adam Exp $ +$NetBSD: distinfo,v 1.9 2020/02/18 11:32:43 adam Exp $ -SHA1 (pygit2-1.0.2.tar.gz) = 4cb47405ae39e401daa22dbe439f170573bd6b9d -RMD160 (pygit2-1.0.2.tar.gz) = 9b98262a56456d1c87bded93a0b3626daa99ac70 -SHA512 (pygit2-1.0.2.tar.gz) = c76bf8ce2847ec8915201a714f076488a0dda4a790762293c02709b8b88a9a2b898f97e61565cf41cd11b10bebe2e1d76b5643ff2e86f9bf6a9517c87a988769 -Size (pygit2-1.0.2.tar.gz) = 501736 bytes +SHA1 (pygit2-1.0.3.tar.gz) = 4a784d30429a4cd342f81b787abcdedf7b12bc74 +RMD160 (pygit2-1.0.3.tar.gz) = 009fdb2e5ccab838f7dc4e10c3435fb0b20df9fc +SHA512 (pygit2-1.0.3.tar.gz) = debf4018e6daa938f44cf22f2acec1f850156e30ac44052e2edb8257f86a60453428356851cc495ae234df9cdbee922a6a7ad7886c9a6e3746b7315c71f0a3df +Size (pygit2-1.0.3.tar.gz) = 501720 bytes --_----------=_1582025563232940--