Skip to content

Commit

Permalink
Update py-xlrd to 0.9.3.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
obache committed Aug 8, 2014
1 parent b62b5e1 commit c120e3c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
4 changes: 2 additions & 2 deletions textproc/py-xlrd/Makefile
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
8 changes: 1 addition & 7 deletions textproc/py-xlrd/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions textproc/py-xlrd/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c120e3c

Please sign in to comment.