15
0
forked from pool/python-dbf

- Update to 0.99.0:

* Backwards incompatible change:
    + new records will have unspecified fields that are nullable set to Null
  * change default input encoding from 'ascii' to 'utf-8'
  * improve unicode support
  * default field case is now upper
  * FieldnameList is used to support both upper- and lower-case field checks
  * fix memo block size changing to default when copying

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dbf?expand=0&rev=14
This commit is contained in:
2020-10-07 03:27:58 +00:00
committed by Git OBS Bridge
parent d8eca6d281
commit 68f32b86cf
4 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Oct 7 03:23:16 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.99.0:
* Backwards incompatible change:
+ new records will have unspecified fields that are nullable set to Null
* change default input encoding from 'ascii' to 'utf-8'
* improve unicode support
* default field case is now upper
* FieldnameList is used to support both upper- and lower-case field checks
* fix memo block size changing to default when copying
-------------------------------------------------------------------
Fri Sep 13 09:45:05 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>