diff options
author | obache <obache@pkgsrc.org> | 2014-08-08 13:15:32 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-08-08 13:15:32 +0000 |
commit | e07d828379da63d161356cc571444a8d08901d5b (patch) | |
tree | c60374e08e7858582bc349ad8b67830f241ac69b | |
parent | 56615c519a52b599a5fa8f7bd010ab32b6d0aed6 (diff) | |
download | pkgsrc-e07d828379da63d161356cc571444a8d08901d5b.tar.gz |
Update py-xlrd to 0.9.3.
This release includes the following changes:
- Github issue #49
- Github issue #64 - skip meaningless chunk of 4 zero bytes between two
otherwise-valid BIFF records
- Github issue #61 - fix updating of escapement attribute of Font
objects read from workbooks.
- Implemented Sheet.visibility for xlsx files
- Ignore anchors ($) in cell references
- Dropped support for Python 2.5 and earlier, Python 2.6 is now the
earliest Python release supported
- Read xlsx merged cell elements.
- Read cell comments in .xlsx files
- Added xldate_to_datetime() function to convert from Excel
serial date/time to datetime.datetime object.
-rw-r--r-- | textproc/py-xlrd/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-xlrd/PLIST | 8 | ||||
-rw-r--r-- | textproc/py-xlrd/distinfo | 8 |
3 files changed, 7 insertions, 13 deletions
diff --git a/textproc/py-xlrd/Makefile b/textproc/py-xlrd/Makefile index bc2bdf22274..51acfbae5fb 100644 --- a/textproc/py-xlrd/Makefile +++ b/textproc/py-xlrd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2014/01/10 11:14:31 adam Exp $ +# $NetBSD: Makefile,v 1.9 2014/08/08 13:15:32 obache Exp $ -DISTNAME= xlrd-0.9.2 +DISTNAME= xlrd-0.9.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= http://pypi.python.org/packages/source/x/xlrd/ diff --git a/textproc/py-xlrd/PLIST b/textproc/py-xlrd/PLIST index 82d155c0980..2d6653ec2a8 100644 --- a/textproc/py-xlrd/PLIST +++ b/textproc/py-xlrd/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2013/01/19 09:22:37 obache Exp $ +@comment $NetBSD: PLIST,v 1.7 2014/08/08 13:15:32 obache Exp $ bin/runxlrd.py ${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/xlrd/__init__.py @@ -13,12 +13,6 @@ ${PYSITELIB}/xlrd/book.pyo ${PYSITELIB}/xlrd/compdoc.py ${PYSITELIB}/xlrd/compdoc.pyc ${PYSITELIB}/xlrd/compdoc.pyo -${PYSITELIB}/xlrd/doc/compdoc.html -${PYSITELIB}/xlrd/doc/xlrd.html -${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 --git a/textproc/py-xlrd/distinfo b/textproc/py-xlrd/distinfo index adbad12f5a6..35bc8aedbe9 100644 --- a/textproc/py-xlrd/distinfo +++ b/textproc/py-xlrd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2014/01/10 11:14:31 adam Exp $ +$NetBSD: distinfo,v 1.5 2014/08/08 13:15:32 obache Exp $ -SHA1 (xlrd-0.9.2.tar.gz) = dbc1d49871f342df128cf382679db459dfee4d01 -RMD160 (xlrd-0.9.2.tar.gz) = 08e22eae58e97a53f89dc650e638e87d1408f51f -Size (xlrd-0.9.2.tar.gz) = 167925 bytes +SHA1 (xlrd-0.9.3.tar.gz) = 1970c6a0a4ff7582e8c80b5b1efdc725de215113 +RMD160 (xlrd-0.9.3.tar.gz) = 45382a5e8c98ca43f65148a1aba3b47cf7f64e93 +Size (xlrd-0.9.3.tar.gz) = 178490 bytes |