From aa42fbc42bdebc3fcbdbb1859ad061265b0ca628e7d698af9f94dd59e06b2a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 26 Jul 2019 09:18:08 +0000 Subject: [PATCH] Accepting request 718766 from home:pgajdos - version update to 0.98.2 * allow dbf files without .dbf ending * allow any case for accessing field names OBS-URL: https://build.opensuse.org/request/show/718766 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dbf?expand=0&rev=10 --- dbf-0.98.0.tar.gz | 3 --- dbf-0.98.2.tar.gz | 3 +++ python-dbf.changes | 7 +++++++ python-dbf.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 dbf-0.98.0.tar.gz create mode 100644 dbf-0.98.2.tar.gz diff --git a/dbf-0.98.0.tar.gz b/dbf-0.98.0.tar.gz deleted file mode 100644 index 689fd60..0000000 --- a/dbf-0.98.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab77fc2885a140425c1ef63a68c13b7a58d4789aa9adb97e772e39791f4a3021 -size 98231 diff --git a/dbf-0.98.2.tar.gz b/dbf-0.98.2.tar.gz new file mode 100644 index 0000000..f77791a --- /dev/null +++ b/dbf-0.98.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:404579cb6bab67aa69317e27b48d5e06fd8882d060221d72192ef80ee11f1535 +size 98916 diff --git a/python-dbf.changes b/python-dbf.changes index b124a41..2f7e448 100644 --- a/python-dbf.changes +++ b/python-dbf.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jul 26 07:45:21 UTC 2019 - pgajdos@suse.com + +- version update to 0.98.2 + * allow dbf files without .dbf ending + * allow any case for accessing field names + ------------------------------------------------------------------- Tue Mar 19 15:01:20 UTC 2019 - Tomáš Chvátal diff --git a/python-dbf.spec b/python-dbf.spec index 889a60e..63b4c95 100644 --- a/python-dbf.spec +++ b/python-dbf.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-dbf -Version: 0.98.0 +Version: 0.98.2 Release: 0 Summary: Pure python package for reading/writing dBase, FoxPro, and Visual FoxPro .dbf License: BSD-3-Clause