Next | Query returned 22 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2014-08-08 15:15:32 by OBATA Akio | Files touched by this commit (3)
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.
   2014-01-10 12:14:31 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 0.9.2:
Bug fixes.
   2013-01-19 10:22:37 by OBATA Akio | Files touched by this commit (3)
Log message:
Update py-xlrd to 0.8.0.

0.8.0:
This release finally lands the support for both .xls and .xlsx files.
Many thanks to John Machin for all his work on making this happen.
Opening of .xlsx files is seamless, just use xlrd as you did before and
it all should "just work".

xlrd 0.8.0 is also the first release that that targets Python 2.6 and
2.7, but no Python 3 just yet. Python 2.5 and below may work but are not
supported. If you need to use Python 2.5 or earlier, please stick to
xlrd 0.7.x.

0.7.9:
This release fixes an annoying merge bug on my part that resulted in a
"NameError: global name 'BYTES_X00' is not defined" error where opening
certain Excel files.

0.7.8:
This release features the following changes:

- Compatibility with Python 2.1 and 2.2 is restored.
- Fix for github issue #7: assertion error when reading file with
  xlwt-written bitmap. The assertion is now ignored and a warning logged
  if verbosity > 0.
- superfluous zero bytes at end of xls OBJECT records are now ignored.
   2012-10-25 08:57:09 by Aleksej Saushev | Files touched by this commit (587)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-10-04 02:22:01 by Aleksey Cheusov | Files touched by this commit (34)
Log message:
Bump revision for packages with changed CONFLICTS (PYTHON_SELF_CONFLICT)
   2012-10-04 01:40:39 by Aleksey Cheusov | Files touched by this commit (35)
Log message:
CONFLICTS between python modules
   2012-04-23 15:13:44 by OBATA Akio | Files touched by this commit (3)
Log message:
Update py-xlrd to 0.7.7.

0.7.7.
This release features the following changes:
- Google Spreadsheet doesn't write the undefined-contents byte at the
  end of a NOTE record. Excel doesn't care. Now xlrd doesn't care either.
- Version information is now stored in a .py file, hopefully keeping
  py2exe and other freeze tools happy.

(0.7.5, 0.7.6 ...fixes packaging issues in 0.7.4...)

0.7.4.
This release features the following changes:
- Fixed a bug where xlrd was silently truncating long text formula results
- Avoid parsing STYLE records when formatting_info=False
- More tolerance of out-of-spec files.
- Minor performance improvements.
   2012-04-23 14:58:45 by OBATA Akio | Files touched by this commit (1)
Log message:
remove duplicated entries.
   2012-04-08 22:22:01 by Thomas Klausner | Files touched by this commit (148)
Log message:
All supported python versions in pkgsrc support eggs, so remove
${PLIST.eggfile} from PLISTs and support code from lang/python.
   2012-02-04 14:07:50 by OBATA Akio | Files touched by this commit (1)
Log message:
* PYDISTUTILSPKG=yes is not required here for using distutils.mk.
* no compiler is required.

Next | Query returned 22 messages, browsing 11 to 20 | Previous