diff --git a/3.33.0-r1.tar.gz b/3.33.0-r1.tar.gz deleted file mode 100644 index 55a8c24..0000000 --- a/3.33.0-r1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1eb1b587f1c5246a5a3e1b66bd3ad87b2a73f3c7b1654268772af72449ea1975 -size 310551 diff --git a/3.34.0-r1.tar.gz b/3.34.0-r1.tar.gz new file mode 100644 index 0000000..f06900d --- /dev/null +++ b/3.34.0-r1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02f4de8fa304c0234db918e78a75ec81bf6052b02c5e03ca88d23ff10dc282dd +size 312776 diff --git a/python-apsw.changes b/python-apsw.changes index 1893847..74e841c 100644 --- a/python-apsw.changes +++ b/python-apsw.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Dec 29 13:46:03 UTC 2020 - Dirk Müller + +- 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 diff --git a/python-apsw.spec b/python-apsw.spec index c1e480b..8071274 100644 --- a/python-apsw.spec +++ b/python-apsw.spec @@ -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