CVS log for pkgsrc/textproc/py-xlrd/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / textproc / py-xlrd
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:55:09 2022 UTC (2 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
HEAD
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -1
lines
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Apr 15 06:44:01 2021 UTC (3 years, 7 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3
lines
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.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Jun 5 00:37:43 2019 UTC (5 years, 5 months ago) by gutteridge
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2
lines
py-xlrd: update home page and a detail about minimum Python
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Dec 15 21:02:58 2018 UTC (5 years, 11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +5 -4
lines
py-xlrd: updated to 1.2.0
1.2.0:
- Added support for Python 3.7.
- Added optional support for defusedxml to help mitigate exploits.
- Automatically convert ~ in file paths to the current user's home
directory.
- Removed examples directory from the installed package. They are still
available in the source distribution.
- Fixed time.clock() deprecation warning.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Aug 31 09:27:44 2017 UTC (7 years, 3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +6 -5
lines
1.1.0:
Fix for parsing of merged cells containing a single cell reference in xlsx files.
Fix for “invalid literal for int() with base 10: ‘true’” when reading some xlsx files.
Make xldate_as_datetime available to import direct from xlrd.
Build universal wheels.
Sphinx documentation.
Document the problem with XML vulnerabilities in xlsx files and mitigation measures.
Fix NameError on has_defaults is not defined.
Some whitespace and code style tweaks.
Make example in README compatible with both Python 2 and 3.
Add default value for cells containing errors that causeed parsing of some xlsx files to fail.
Add Python 3.6 to the list of supported Python versions, drop 3.3 and 2.6.
Use generator expressions to avoid unnecessary lists in memory.
Document unicode encoding used in Excel files from Excel 97 onwards.
Report hyperlink errors in R1C1 syntax.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Jun 8 17:43:41 2016 UTC (8 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2
lines
Switch to MASTER_SITES_PYPI.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Mar 15 21:10:07 2015 UTC (9 years, 8 months ago) by hiramatsu
Branches: MAIN
CVS tags: pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
Set MAINTAINER to pkgsrc-users.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Aug 8 13:15:32 2014 UTC (10 years, 3 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
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.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Jan 10 11:14:31 2014 UTC (10 years, 10 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +9 -10
lines
Changes 0.9.2:
Bug fixes.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Jan 19 09:22:36 2013 UTC (11 years, 10 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -3
lines
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.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Oct 25 06:56:52 2012 UTC (12 years, 1 month ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -3
lines
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Oct 4 00:21:59 2012 UTC (12 years, 2 months ago) by cheusov
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1
lines
Bump revision for packages with changed CONFLICTS (PYTHON_SELF_CONFLICT)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Oct 3 23:40:36 2012 UTC (12 years, 2 months ago) by cheusov
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -1
lines
CONFLICTS between python modules
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Apr 23 13:13:44 2012 UTC (12 years, 7 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3
lines
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.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Feb 4 13:07:50 2012 UTC (12 years, 10 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
* PYDISTUTILSPKG=yes is not required here for using distutils.mk.
* no compiler is required.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Aug 5 12:18:06 2010 UTC (14 years, 4 months ago) by obache
Branches: TNF
CVS tags: pkgsrc-base,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
Import py-xlrd-0.7.1 as textproc/py-xlrd.
Extract data from new and old Excel spreadsheets on any platform. Pure Python
(2.1 or later). Strong support for Excel dates. Unicode-aware.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Aug 5 12:18:06 2010 UTC (14 years, 4 months ago) by obache
Branches: MAIN
Initial revision
CVSweb <webmaster@jp.NetBSD.org>