Received: by mail.netbsd.org (Postfix, from userid 605) id C253584EA5; Wed, 2 May 2018 07:11:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4DD0784EA4 for ; Wed, 2 May 2018 07:11:26 +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 p4Hjz_FdyTkg for ; Wed, 2 May 2018 07:11:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D2C2984CFC for ; Wed, 2 May 2018 07:11:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8EE3CFBEC; Wed, 2 May 2018 07:11:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152524508514540" MIME-Version: 1.0 Date: Wed, 2 May 2018 07:11:25 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-construct To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180502071125.8EE3CFBEC@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. --_----------=_152524508514540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed May 2 07:11:25 UTC 2018 Modified Files: pkgsrc/devel/py-construct: Makefile distinfo Log Message: py-construct: updated to 2.9.45 2.9.45: Bug fixes. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-construct/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-construct/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152524508514540 Content-Disposition: inline Content-Length: 1707 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-construct/Makefile diff -u pkgsrc/devel/py-construct/Makefile:1.13 pkgsrc/devel/py-construct/Makefile:1.14 --- pkgsrc/devel/py-construct/Makefile:1.13 Tue Apr 3 18:26:56 2018 +++ pkgsrc/devel/py-construct/Makefile Wed May 2 07:11:25 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2018/04/03 18:26:56 adam Exp $ +# $NetBSD: Makefile,v 1.14 2018/05/02 07:11:25 adam Exp $ -DISTNAME= construct-2.9.43 +DISTNAME= construct-2.9.45 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=c/construct/} Index: pkgsrc/devel/py-construct/distinfo diff -u pkgsrc/devel/py-construct/distinfo:1.11 pkgsrc/devel/py-construct/distinfo:1.12 --- pkgsrc/devel/py-construct/distinfo:1.11 Tue Apr 3 18:26:56 2018 +++ pkgsrc/devel/py-construct/distinfo Wed May 2 07:11:25 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2018/04/03 18:26:56 adam Exp $ +$NetBSD: distinfo,v 1.12 2018/05/02 07:11:25 adam Exp $ -SHA1 (construct-2.9.43.tar.gz) = 3e0472894712b1583208a139797d3b5485d89bed -RMD160 (construct-2.9.43.tar.gz) = 3d31e52086c2179b2de27394917664bb948a1a0b -SHA512 (construct-2.9.43.tar.gz) = 4f6b2b5515fbd5dd5cbff1f3c4561e84977fc6315cf261fa4b8efbab6c3afffe21c9f1e7d27a3652ee18198c7ba7a10a455a9dc9c6382e32acef254cdde37e10 -Size (construct-2.9.43.tar.gz) = 55557 bytes +SHA1 (construct-2.9.45.tar.gz) = 3a11e4948e1bc2cf8b31d0c532bb315322f99616 +RMD160 (construct-2.9.45.tar.gz) = b2bc3deb9c377cbb95f61caacf7ae0b5849baf96 +SHA512 (construct-2.9.45.tar.gz) = 630facbb719d2db976c1547d66f63037f38379110ff4f1f796bc51e1d2d3efd637b5349d46f171501d981a193bc06f0636832ffa82e0099b7262c407383c735b +Size (construct-2.9.45.tar.gz) = 56397 bytes --_----------=_152524508514540--