Next | Query returned 19 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2023-01-18 12:33:46 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-tablib: updated to 3.3.0

3.3.0 (2022-12-10)

Improvements
- Add support for Python 3.11.
- ODS export: integers/floats/decimals are exported as numbers.
   2022-11-29 11:51:45 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-tablib: updated to 3.2.1

3.2.1 (2022-04-09)

Bugfixes

- Support solo CR in text input imports

3.2.0 (2022-01-27)

Changes

- Dropped Python 3.6 support

Bugfixes

- Corrected order of arguments to a regex call in `safe_xlsx_sheet_title`

3.1.0 (2021-10-26)

Improvements

- Add support for Python 3.10
- The csv, xls, and xlsx formats gained support for the `skip_lines` keyword
 argument for their `import_set()` method to be able to skip the nth first
 lines of a read file

Bugfixes

- Avoided mutable parameter defaults
- Specify build backend for editable installs
- Doubled sample size passed to `csv.Sniffer()` in `_csv.detect()`

3.0.0 (2020-12-05)

Breaking changes

- Dropped Python 3.5 support.
- JSON-exported data is no longer forced to ASCII characters.
- YAML-exported data is no longer forced to ASCII characters.

Improvements

- Added Python 3.9 support.
- Added read_only option to xlsx file reader

Bugfixes

- Prevented crash in rst export with only-space strings
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2020-05-17 23:26:11 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-tablib: updated to 2.0.0

2.0.0:

Breaking changes
The Row.lpush/rpush logic was reversed. lpush was appending while rpush and \ 
append were prepending. This was fixed (reversed behavior). If you counted on \ 
the broken behavior, please update your code.

Bugfixes
Fixed minimal openpyxl dependency version to 2.6.0.
Dates from xls files are now read as Python datetime objects.
Allow import of "ragged" xlsx files.

Improvements
When importing an xlsx file, Tablib will now read cell values instead of formulas.

1.1.0:

Deprecations
Upcoming breaking change in Tablib 2.0.0: the Row.lpush/rpush logic is reversed. \ 
lpush is appending while rpush and append are prepending. The broken behavior \ 
will remain in Tablib 1.x and will be fixed (reversed) in Tablib 2.0.0. If you \ 
count on the broken behavior, please update your code when you upgrade to Tablib \ 
2.x.

Improvements
Tablib is now able to import CSV content where not all rows have the same \ 
length. Missing columns on any line receive the empty string.

1.0.0:

Breaking changes
Dropped Python 2 support
Dependencies are now all optional. To install tablib as before with all possible \ 
supported formats, run pip install tablib[all]

Improvements
Formats can now be dynamically registered through the \ 
tablib.formats.registry.refister API.
Tablib methods expecting data input (detect_format, import_set, Dataset.load, \ 
Databook.load) now accepts file-like objects in addition to raw strings and \ 
bytestrings.

Bugfixes
Fixed a crash when exporting an empty string with the ReST format
Error cells from imported .xls files contain now the error string
   2018-07-06 13:15:23 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-tablib: do not depend on pandas (is it optional); use TEST_DEPENDS
   2018-03-30 08:35:44 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
py-tablib: Python 3 compatibility fixes
   2018-03-24 14:55:08 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
All files should be compiled. Bump revision.

Next | Query returned 19 messages, browsing 11 to 20 | previous