15
0
forked from pool/python-dbf

Accepting request 915757 from home:glaubitz:branches:devel:languages:python

- Update to 0.99.1:
  * fix: encoding error, warnings
  * add TimeStamp type to DB3 tables
  * Import ABC from collections.abc for Python 3.9 compatibility.
  * support date/time/datetime as argument to Period
  * make Vapor objects Falsey
  * add more null tests

OBS-URL: https://build.opensuse.org/request/show/915757
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dbf?expand=0&rev=16
This commit is contained in:
2021-10-16 09:35:52 +00:00
committed by Git OBS Bridge
parent 68f32b86cf
commit e5bc233058
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Sep 2 12:49:17 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.99.1:
* fix: encoding error, warnings
* add TimeStamp type to DB3 tables
* Import ABC from collections.abc for Python 3.9 compatibility.
* support date/time/datetime as argument to Period
* make Vapor objects Falsey
* add more null tests
-------------------------------------------------------------------
Wed Oct 7 03:23:16 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>