15
0
forked from pool/python-dbf

Accepting request 839909 from devel:languages:python

- 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/request/show/839909
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dbf?expand=0&rev=6
This commit is contained in:
2020-10-07 12:18:29 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 6 deletions

View File

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

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

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Oct 7 03:23:16 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- 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
-------------------------------------------------------------------
Fri Sep 13 09:45:05 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

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}