15
0
forked from pool/python-apsw

- udpate to 3.34.0-r1:

* Windows MSI installer files are now provided
  * Added Connection.txn_state()
  * Added constants: SQLITE_IOERR_CORRUPTFS

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apsw?expand=0&rev=22
This commit is contained in:
2020-12-29 13:49:44 +00:00
committed by Git OBS Bridge
parent 712bdff28f
commit f6f640283a
4 changed files with 13 additions and 5 deletions

View File

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

3
3.34.0-r1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Dec 29 13:46:03 UTC 2020 - Dirk Müller <dmueller@suse.com>
- udpate to 3.34.0-r1:
* Windows MSI installer files are now provided
* Added Connection.txn_state()
* Added constants: SQLITE_IOERR_CORRUPTFS
-------------------------------------------------------------------
Tue Sep 22 11:54:56 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -17,9 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define tarver 3.33.0-r1
%define tarver 3.34.0-r1
Name: python-apsw
Version: 3.33.0_r1
Version: 3.34.0_r1
Release: 0
Summary: Another Python SQLite Wrapper
License: Zlib