15
0
forked from pool/python-dbf

Accepting request 915757 from home:glaubitz:branches:devel:languages:python

- Update to 0.99.1:
  * fix: encoding error, warnings
  * add TimeStamp type to DB3 tables
  * Import ABC from collections.abc for Python 3.9 compatibility.
  * support date/time/datetime as argument to Period
  * make Vapor objects Falsey
  * add more null tests

OBS-URL: https://build.opensuse.org/request/show/915757
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dbf?expand=0&rev=16
This commit is contained in:
2021-10-16 09:35:52 +00:00
committed by Git OBS Bridge
parent 68f32b86cf
commit e5bc233058
4 changed files with 16 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-dbf
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-dbf
Version: 0.99.0
Version: 0.99.1
Release: 0
Summary: Pure python package for reading/writing dBase, FoxPro, and Visual FoxPro .dbf
License: BSD-3-Clause