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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user