pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-olefile py-olefile: updated to 0.45.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0cd8ac38068a
branches:  trunk
changeset: 375295:0cd8ac38068a
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Feb 08 08:17:26 2018 +0000

description:
py-olefile: updated to 0.45.1

v0.45: olefile can now overwrite streams of any size, improved handling of malformed files, fixed several bugs, end of support for Python 2.6 and 3.3.

diffstat:

 devel/py-olefile/Makefile |   8 ++++----
 devel/py-olefile/PLIST    |  14 +++++---------
 devel/py-olefile/distinfo |  10 +++++-----
 3 files changed, 14 insertions(+), 18 deletions(-)

diffs (58 lines):

diff -r f80aea1a12b0 -r 0cd8ac38068a devel/py-olefile/Makefile
--- a/devel/py-olefile/Makefile Thu Feb 08 07:28:57 2018 +0000
+++ b/devel/py-olefile/Makefile Thu Feb 08 08:17:26 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2017/01/31 14:04:02 leot Exp $
+# $NetBSD: Makefile,v 1.2 2018/02/08 08:17:26 adam Exp $
 
-DISTNAME=      olefile-0.44
+DISTNAME=      olefile-0.45.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    devel
+CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=o/olefile/}
 EXTRACT_SUFX=  .zip
 
@@ -13,5 +13,5 @@
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f80aea1a12b0 -r 0cd8ac38068a devel/py-olefile/PLIST
--- a/devel/py-olefile/PLIST    Thu Feb 08 07:28:57 2018 +0000
+++ b/devel/py-olefile/PLIST    Thu Feb 08 08:17:26 2018 +0000
@@ -1,12 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2017/01/31 14:04:02 leot Exp $
-${PYSITELIB}/OleFileIO_PL.py
-${PYSITELIB}/OleFileIO_PL.pyc
-${PYSITELIB}/OleFileIO_PL.pyo
-${PYSITELIB}/${EGG_FILE}
-${PYSITELIB}/olefile/CONTRIBUTORS.txt
-${PYSITELIB}/olefile/LICENSE.txt
-${PYSITELIB}/olefile/README.html
-${PYSITELIB}/olefile/README.rst
+@comment $NetBSD: PLIST,v 1.2 2018/02/08 08:17:26 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/olefile/__init__.py
 ${PYSITELIB}/olefile/__init__.pyc
 ${PYSITELIB}/olefile/__init__.pyo
diff -r f80aea1a12b0 -r 0cd8ac38068a devel/py-olefile/distinfo
--- a/devel/py-olefile/distinfo Thu Feb 08 07:28:57 2018 +0000
+++ b/devel/py-olefile/distinfo Thu Feb 08 08:17:26 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/01/31 14:04:02 leot Exp $
+$NetBSD: distinfo,v 1.2 2018/02/08 08:17:26 adam Exp $
 
-SHA1 (olefile-0.44.zip) = 3bab29b928bffdb70fbd3f924d1c459bac67f973
-RMD160 (olefile-0.44.zip) = e85ff631ac1992b5b59dcf98ced566c7778d2ea4
-SHA512 (olefile-0.44.zip) = 096450638b21882d462ceb6c60ece2e603318f7f4783414ed33b45e3dbbf38a60f763144b14df6685a0d55cc034cf16f82a0f8ed8773fe9a7d10d6bf32d4edfc
-Size (olefile-0.44.zip) = 74147 bytes
+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



Home | Main Index | Thread Index | Old Index