pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-xlrd



Module Name:    pkgsrc
Committed By:   obache
Date:           Fri Aug  8 13:15:32 UTC 2014

Modified Files:
        pkgsrc/textproc/py-xlrd: Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-xlrd/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-xlrd/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-xlrd/distinfo

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




Home | Main Index | Thread Index | Old Index