15
0
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:
2020-10-07 03:27:58 +00:00
committed by Git OBS Bridge
parent d8eca6d281
commit 68f32b86cf
4 changed files with 17 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-dbf
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,11 +18,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-dbf
Version: 0.98.3
Version: 0.99.0
Release: 0
Summary: Pure python package for reading/writing dBase, FoxPro, and Visual FoxPro .dbf
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://pypi.org/project/dbf/
Source: https://files.pythonhosted.org/packages/source/d/dbf/dbf-%{version}.tar.gz
BuildRequires: %{python_module aenum}