pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-xlrd py-xlrd: updated to 1.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73a0f1068226
branches:  trunk
changeset: 326850:73a0f1068226
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Dec 15 21:02:58 2018 +0000

description:
py-xlrd: updated to 1.2.0

1.2.0:
- Added support for Python 3.7.
- Added optional support for defusedxml to help mitigate exploits.
- Automatically convert ~ in file paths to the current user's home
  directory.
- Removed examples directory from the installed package. They are still
  available in the source distribution.
- Fixed time.clock() deprecation warning.

diffstat:

 textproc/py-xlrd/Makefile |   9 +++++----
 textproc/py-xlrd/PLIST    |   9 ++-------
 textproc/py-xlrd/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 16 deletions(-)

diffs (67 lines):

diff -r 163db112c02d -r 73a0f1068226 textproc/py-xlrd/Makefile
--- a/textproc/py-xlrd/Makefile Sat Dec 15 20:56:50 2018 +0000
+++ b/textproc/py-xlrd/Makefile Sat Dec 15 21:02:58 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2017/08/31 09:27:44 adam Exp $
+# $NetBSD: Makefile,v 1.13 2018/12/15 21:02:58 adam Exp $
 
-DISTNAME=      xlrd-1.1.0
+DISTNAME=      xlrd-1.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=x/xlrd/}
@@ -10,10 +10,11 @@
 COMMENT=       Python library to extract data from Microsoft Excel spreadsheet files
 LICENSE=       modified-bsd
 
-USE_LANGUAGES=         # none
+USE_LANGUAGES= # none
 
 post-install:
-       cd ${DESTDIR}${PREFIX}/bin && ${MV} runxlrd.py runxlrd${PYVERSSUFFIX}.py || ${TRUE}
+       cd ${DESTDIR}${PREFIX}/bin && \
+               ${MV} runxlrd.py runxlrd-${PYVERSSUFFIX}.py || ${TRUE}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 163db112c02d -r 73a0f1068226 textproc/py-xlrd/PLIST
--- a/textproc/py-xlrd/PLIST    Sat Dec 15 20:56:50 2018 +0000
+++ b/textproc/py-xlrd/PLIST    Sat Dec 15 21:02:58 2018 +0000
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.8 2017/08/31 09:27:44 adam Exp $
-bin/runxlrd${PYVERSSUFFIX}.py
+@comment $NetBSD: PLIST,v 1.9 2018/12/15 21:02:58 adam Exp $
+bin/runxlrd-${PYVERSSUFFIX}.py
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/xlrd/__init__.py
 ${PYSITELIB}/xlrd/__init__.pyc
@@ -17,10 +16,6 @@
 ${PYSITELIB}/xlrd/compdoc.py
 ${PYSITELIB}/xlrd/compdoc.pyc
 ${PYSITELIB}/xlrd/compdoc.pyo
-${PYSITELIB}/xlrd/examples/namesdemo.xls
-${PYSITELIB}/xlrd/examples/xlrdnameAPIdemo.py
-${PYSITELIB}/xlrd/examples/xlrdnameAPIdemo.pyc
-${PYSITELIB}/xlrd/examples/xlrdnameAPIdemo.pyo
 ${PYSITELIB}/xlrd/formatting.py
 ${PYSITELIB}/xlrd/formatting.pyc
 ${PYSITELIB}/xlrd/formatting.pyo
diff -r 163db112c02d -r 73a0f1068226 textproc/py-xlrd/distinfo
--- a/textproc/py-xlrd/distinfo Sat Dec 15 20:56:50 2018 +0000
+++ b/textproc/py-xlrd/distinfo Sat Dec 15 21:02:58 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2017/08/31 09:27:44 adam Exp $
+$NetBSD: distinfo,v 1.8 2018/12/15 21:02:58 adam Exp $
 
-SHA1 (xlrd-1.1.0.tar.gz) = cb048309af7710ccb4e3d2c6a0515a52fc18d3f1
-RMD160 (xlrd-1.1.0.tar.gz) = a388fd7831f07f47877f5044ce2d131a36765f7b
-SHA512 (xlrd-1.1.0.tar.gz) = b58f8d2febc0381ebbddac140139a9a216b5abbc25c11dfbf16fee94c87c84916e6710660542e24bb769163792af000947e3e91616142a82a2b532e59093dbfe
-Size (xlrd-1.1.0.tar.gz) = 541397 bytes
+SHA1 (xlrd-1.2.0.tar.gz) = 37de8b5d90f283edd95965e60209f31d60f0e5ec
+RMD160 (xlrd-1.2.0.tar.gz) = 2b4384ccd88437c2fc878ae7a26f7755b2adea10
+SHA512 (xlrd-1.2.0.tar.gz) = eea14845701b86a2679f140c9730e8ee2722b4f859cdd870f86bf54df522d54fc3c78dc4354aeb958c72596a6349995e9d79935efc734de096f6e007945fc1b3
+Size (xlrd-1.2.0.tar.gz) = 554079 bytes



Home | Main Index | Thread Index | Old Index