Mon Sep 24 09:54:46 2018 UTC ()
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.


(adam)
diff -r1.2 -r1.3 pkgsrc/devel/py-olefile/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/py-olefile/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/devel/py-olefile/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-olefile/Makefile 2018/02/08 08:17:26 1.2
+++ pkgsrc/devel/py-olefile/Makefile 2018/09/24 09:54:46 1.3
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2018/02/08 08:17:26 adam Exp $ 1# $NetBSD: Makefile,v 1.3 2018/09/24 09:54:46 adam Exp $
2 2
3DISTNAME= olefile-0.45.1 3DISTNAME= olefile-0.46
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=o/olefile/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=o/olefile/}
7EXTRACT_SUFX= .zip 7EXTRACT_SUFX= .zip
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.decalage.info/python/olefileio 10HOMEPAGE= http://www.decalage.info/python/olefileio
11COMMENT= Python module to read/write MS OLE2 files 11COMMENT= Python module to read/write MS OLE2 files
12LICENSE= 2-clause-bsd AND hpnd 12LICENSE= 2-clause-bsd AND hpnd
13 13
14USE_LANGUAGES= # none 14USE_LANGUAGES= # none
15 15
16.include "../../lang/python/egg.mk" 16.include "../../lang/python/egg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/devel/py-olefile/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-olefile/distinfo 2018/02/08 08:17:26 1.2
+++ pkgsrc/devel/py-olefile/distinfo 2018/09/24 09:54:46 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2018/02/08 08:17:26 adam Exp $ 1$NetBSD: distinfo,v 1.3 2018/09/24 09:54:46 adam Exp $
2 2
3SHA1 (olefile-0.45.1.zip) = d29efa4fd9b27deff61215d87b35fecc450efb88 3SHA1 (olefile-0.46.zip) = 6c6f7d04f4f959beaaa55af9ad07fa86975f7da3
4RMD160 (olefile-0.45.1.zip) = 1eb05371bc3368f755d5a70103e289690d474c8d 4RMD160 (olefile-0.46.zip) = aa90d9d17668567a3d21d0e2c458dd772463fee4
5SHA512 (olefile-0.45.1.zip) = 31f7584553304b186aad88f1988dfa12ceb34a50d546a38181280a816cfcda8dc54ff502afb31a928d647e6106c9e4878bfac8cec31d24018fdbab65c7007e49 5SHA512 (olefile-0.46.zip) = 2a19c443c1e4519680027ff557b5f737e6d0e707c1932a759ea85105717f4f6393149e0eb04589fe2b2b7e0c474042cfe34801faad38517799483b711001b4ac
6Size (olefile-0.45.1.zip) = 112359 bytes 6Size (olefile-0.46.zip) = 112226 bytes