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 2.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb9d33dd2bff
branches:  trunk
changeset: 450355:cb9d33dd2bff
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Apr 15 06:44:01 2021 +0000

description:
py-xlrd: updated to 2.0.1

2.0.1 (11 December 2020)
------------------------
- Use the README as the long description on PyPI.

2.0.0 (11 December 2020)
------------------------
- Remove support for anything other than ``.xls`` files.
- Remove support for ``psyco``.
- Change the default encoding used when no ``CODEPAGE`` record can be found
  from ``ascii`` to ``iso-8859-1``.
- Add support for iterating over :class:`~xlrd.book.Book` objects.
- Add support for item access from :class:`~xlrd.book.Book` objects,
  where integer indices and string sheet names are supported.
- Non-unicode spaces are now stripped from the "last author" information.
- Workbook corruption errors can now be ignored using the
  ``ignore_workbook_corruption`` option to :class:`~xlrd.open_workbook`.
- Handle ``WRITEACCESS`` records with invalid trailing characters.
- Officially support Python 3.8 and 3.9.

diffstat:

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

diffs (57 lines):

diff -r e77263a8ba27 -r cb9d33dd2bff textproc/py-xlrd/Makefile
--- a/textproc/py-xlrd/Makefile Thu Apr 15 06:40:39 2021 +0000
+++ b/textproc/py-xlrd/Makefile Thu Apr 15 06:44:01 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2019/06/05 00:37:43 gutteridge Exp $
+# $NetBSD: Makefile,v 1.15 2021/04/15 06:44:01 adam Exp $
 
-DISTNAME=      xlrd-1.2.0
+DISTNAME=      xlrd-2.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=x/xlrd/}
@@ -14,7 +14,7 @@
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
-               ${MV} runxlrd.py runxlrd-${PYVERSSUFFIX}.py || ${TRUE}
+       ${MV} runxlrd.py runxlrd-${PYVERSSUFFIX}.py || ${TRUE}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r e77263a8ba27 -r cb9d33dd2bff textproc/py-xlrd/PLIST
--- a/textproc/py-xlrd/PLIST    Thu Apr 15 06:40:39 2021 +0000
+++ b/textproc/py-xlrd/PLIST    Thu Apr 15 06:44:01 2021 +0000
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.9 2018/12/15 21:02:58 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2021/04/15 06:44:01 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}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/xlrd/__init__.py
 ${PYSITELIB}/xlrd/__init__.pyc
@@ -34,6 +35,3 @@
 ${PYSITELIB}/xlrd/xldate.py
 ${PYSITELIB}/xlrd/xldate.pyc
 ${PYSITELIB}/xlrd/xldate.pyo
-${PYSITELIB}/xlrd/xlsx.py
-${PYSITELIB}/xlrd/xlsx.pyc
-${PYSITELIB}/xlrd/xlsx.pyo
diff -r e77263a8ba27 -r cb9d33dd2bff textproc/py-xlrd/distinfo
--- a/textproc/py-xlrd/distinfo Thu Apr 15 06:40:39 2021 +0000
+++ b/textproc/py-xlrd/distinfo Thu Apr 15 06:44:01 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2018/12/15 21:02:58 adam Exp $
+$NetBSD: distinfo,v 1.9 2021/04/15 06:44:01 adam Exp $
 
-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
+SHA1 (xlrd-2.0.1.tar.gz) = 01eb850a2cac122396041231a44636264b8a0ee8
+RMD160 (xlrd-2.0.1.tar.gz) = 0e4c7263c6694f08f944edd55d938cf10145f4f1
+SHA512 (xlrd-2.0.1.tar.gz) = 43c95d74f7f515c8f6e98af607029f25dd56df1dda2d2f2b1550bf057ec220f902c76e1302cbd6c411c59aa0cff90881e51f63873a9371635fa80e69ab024025
+Size (xlrd-2.0.1.tar.gz) = 100259 bytes



Home | Main Index | Thread Index | Old Index