15
0
forked from pool/python-dbf

Accepting request 925631 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/925631
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dbf?expand=0&rev=7
This commit is contained in:
2021-10-16 20:47:18 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 5 deletions

View File

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

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

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Sep 2 12:49:17 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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
-------------------------------------------------------------------
Wed Oct 7 03:23:16 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>

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