15
0
forked from pool/python-dbf

- Update to 0.98.0:

* fix resize_field to work on empty tables
  * fix export to fixed-width by using codecs.open
  * allow non-standard characters in field names (with warnings)
- Run tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dbf?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2019-03-19 15:13:04 +00:00
committed by Git OBS Bridge
parent f579e4a646
commit c2aa470da0
4 changed files with 22 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Mar 19 15:01:20 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.98.0:
* fix resize_field to work on empty tables
* fix export to fixed-width by using codecs.open
* allow non-standard characters in field names (with warnings)
- Run tests
-------------------------------------------------------------------
Thu Dec 6 12:46:33 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>