diff --git a/dbf-0.99.0.tar.gz b/dbf-0.99.0.tar.gz deleted file mode 100644 index 828316a..0000000 --- a/dbf-0.99.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4a7a8cdc113d840142d21a796c16c7d329ad35c48f17156446732c83ebc571a -size 103009 diff --git a/dbf-0.99.1.tar.gz b/dbf-0.99.1.tar.gz new file mode 100644 index 0000000..b512fcd --- /dev/null +++ b/dbf-0.99.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ed598a3866dfe7761b8099cf53ab44cb6ed5e4a7dbffb0da8c67a4af8d62fc5 +size 104251 diff --git a/python-dbf.changes b/python-dbf.changes index 8ab21f4..6ac3fd4 100644 --- a/python-dbf.changes +++ b/python-dbf.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Sep 2 12:49:17 UTC 2021 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-dbf.spec b/python-dbf.spec index 4addac6..8048570 100644 --- a/python-dbf.spec +++ b/python-dbf.spec @@ -1,7 +1,7 @@ # # spec file for package python-dbf # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-dbf -Version: 0.99.0 +Version: 0.99.1 Release: 0 Summary: Pure python package for reading/writing dBase, FoxPro, and Visual FoxPro .dbf License: BSD-3-Clause