From 68f32b86cf5e4695f8ec5faa04eed90bb140cde6b7d0fcb22b5f612cd458f69c Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 7 Oct 2020 03:27:58 +0000 Subject: [PATCH] - 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 --- dbf-0.98.3.tar.gz | 3 --- dbf-0.99.0.tar.gz | 3 +++ python-dbf.changes | 12 ++++++++++++ python-dbf.spec | 5 ++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 dbf-0.98.3.tar.gz create mode 100644 dbf-0.99.0.tar.gz diff --git a/dbf-0.98.3.tar.gz b/dbf-0.98.3.tar.gz deleted file mode 100644 index d89d802..0000000 --- a/dbf-0.98.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f077256bb003b7783c29a0653d8ded911f0b6e471af444e7700775a1fc0ea705 -size 99070 diff --git a/dbf-0.99.0.tar.gz b/dbf-0.99.0.tar.gz new file mode 100644 index 0000000..828316a --- /dev/null +++ b/dbf-0.99.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a7a8cdc113d840142d21a796c16c7d329ad35c48f17156446732c83ebc571a +size 103009 diff --git a/python-dbf.changes b/python-dbf.changes index 77e04e7..8ab21f4 100644 --- a/python-dbf.changes +++ b/python-dbf.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Oct 7 03:23:16 UTC 2020 - Steve Kowalik + +- 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 diff --git a/python-dbf.spec b/python-dbf.spec index 2564504..4addac6 100644 --- a/python-dbf.spec +++ b/python-dbf.spec @@ -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}