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
This commit is contained in:
Tomáš Chvátal
2019-07-26 09:18:08 +00:00
committed by Git OBS Bridge
parent c2aa470da0
commit aa42fbc42b
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ab77fc2885a140425c1ef63a68c13b7a58d4789aa9adb97e772e39791f4a3021
size 98231

3
dbf-0.98.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:404579cb6bab67aa69317e27b48d5e06fd8882d060221d72192ef80ee11f1535
size 98916

View File

@@ -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 <tchvatal@suse.com>

View File

@@ -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