Received: by mail.netbsd.org (Postfix, from userid 605) id 4D61A84DC0; Mon, 24 Sep 2018 09:54:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5A20384D7B for ; Mon, 24 Sep 2018 09:54:47 +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 NB3aulm6MWdw for ; Mon, 24 Sep 2018 09:54:46 +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 A0FFF84CD8 for ; Mon, 24 Sep 2018 09:54:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8AD75FBEE; Mon, 24 Sep 2018 09:54:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1537782886206340" MIME-Version: 1.0 Date: Mon, 24 Sep 2018 09:54:46 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-olefile To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180924095446.8AD75FBEE@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. --_----------=_1537782886206340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Sep 24 09:54:46 UTC 2018 Modified Files: pkgsrc/devel/py-olefile: Makefile distinfo Log Message: py-olefile: updated to 0.46 v0.46: OleFileIO can now be used as a context manager (with...as), to close the file automatically Improved handling of malformed files, fixed several bugs. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-olefile/Makefile \ pkgsrc/devel/py-olefile/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1537782886206340 Content-Disposition: inline Content-Length: 1622 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-olefile/Makefile diff -u pkgsrc/devel/py-olefile/Makefile:1.2 pkgsrc/devel/py-olefile/Makefile:1.3 --- pkgsrc/devel/py-olefile/Makefile:1.2 Thu Feb 8 08:17:26 2018 +++ pkgsrc/devel/py-olefile/Makefile Mon Sep 24 09:54:46 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2018/02/08 08:17:26 adam Exp $ +# $NetBSD: Makefile,v 1.3 2018/09/24 09:54:46 adam Exp $ -DISTNAME= olefile-0.45.1 +DISTNAME= olefile-0.46 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=o/olefile/} Index: pkgsrc/devel/py-olefile/distinfo diff -u pkgsrc/devel/py-olefile/distinfo:1.2 pkgsrc/devel/py-olefile/distinfo:1.3 --- pkgsrc/devel/py-olefile/distinfo:1.2 Thu Feb 8 08:17:26 2018 +++ pkgsrc/devel/py-olefile/distinfo Mon Sep 24 09:54:46 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2018/02/08 08:17:26 adam Exp $ +$NetBSD: distinfo,v 1.3 2018/09/24 09:54:46 adam Exp $ -SHA1 (olefile-0.45.1.zip) = d29efa4fd9b27deff61215d87b35fecc450efb88 -RMD160 (olefile-0.45.1.zip) = 1eb05371bc3368f755d5a70103e289690d474c8d -SHA512 (olefile-0.45.1.zip) = 31f7584553304b186aad88f1988dfa12ceb34a50d546a38181280a816cfcda8dc54ff502afb31a928d647e6106c9e4878bfac8cec31d24018fdbab65c7007e49 -Size (olefile-0.45.1.zip) = 112359 bytes +SHA1 (olefile-0.46.zip) = 6c6f7d04f4f959beaaa55af9ad07fa86975f7da3 +RMD160 (olefile-0.46.zip) = aa90d9d17668567a3d21d0e2c458dd772463fee4 +SHA512 (olefile-0.46.zip) = 2a19c443c1e4519680027ff557b5f737e6d0e707c1932a759ea85105717f4f6393149e0eb04589fe2b2b7e0c474042cfe34801faad38517799483b711001b4ac +Size (olefile-0.46.zip) = 112226 bytes --_----------=_1537782886206340--