pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-olefile



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Feb  8 08:17:26 UTC 2018

Modified Files:
        pkgsrc/devel/py-olefile: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-olefile/Makefile \
    pkgsrc/devel/py-olefile/PLIST pkgsrc/devel/py-olefile/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-olefile/Makefile
diff -u pkgsrc/devel/py-olefile/Makefile:1.1 pkgsrc/devel/py-olefile/Makefile:1.2
--- pkgsrc/devel/py-olefile/Makefile:1.1        Tue Jan 31 14:04:02 2017
+++ pkgsrc/devel/py-olefile/Makefile    Thu Feb  8 08:17:26 2018
@@ -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 @@ LICENSE=      2-clause-bsd AND hpnd
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-olefile/PLIST
diff -u pkgsrc/devel/py-olefile/PLIST:1.1 pkgsrc/devel/py-olefile/PLIST:1.2
--- pkgsrc/devel/py-olefile/PLIST:1.1   Tue Jan 31 14:04:02 2017
+++ pkgsrc/devel/py-olefile/PLIST       Thu Feb  8 08:17:26 2018
@@ -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
Index: pkgsrc/devel/py-olefile/distinfo
diff -u pkgsrc/devel/py-olefile/distinfo:1.1 pkgsrc/devel/py-olefile/distinfo:1.2
--- pkgsrc/devel/py-olefile/distinfo:1.1        Tue Jan 31 14:04:02 2017
+++ pkgsrc/devel/py-olefile/distinfo    Thu Feb  8 08:17:26 2018
@@ -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