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 +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>