15
0
forked from pool/python-apsw

Accepting request 836063 from home:frispete:python

- Update to 3.33.0-r1:
  * Small performance improvement in string handling
  * apsw module exposes Cursor, Blob, and Backup types (issue #273)
  * pkg-config is used to detect International Components for
    Unicode (ICU) sdk when the SQLite ICU extension is enabled. It
    falls back to icu-config as before. (issue #268).
- Update to 3.32.2-r2:
  * Added some constants
  * Minor documentation updates
- Fix source URL

OBS-URL: https://build.opensuse.org/request/show/836063
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apsw?expand=0&rev=19
This commit is contained in:
Tomáš Chvátal
2020-09-22 10:47:08 +00:00
committed by Git OBS Bridge
parent 73b4c204c2
commit 78c41c6ff7
4 changed files with 19 additions and 6 deletions

View File

@@ -1,4 +1,17 @@
-------------------------------------------------------------------
Tue Sep 22 10:29:18 UTC 2020 - Hans-Peter Jansen <hpj@urpla.net>
- Update to 3.33.0-r1:
* Small performance improvement in string handling
* apsw module exposes Cursor, Blob, and Backup types (issue #273)
* pkg-config is used to detect International Components for
Unicode (ICU) sdk when the SQLite ICU extension is enabled. It
falls back to icu-config as before. (issue #268).
- Update to 3.32.2-r2:
* Added some constants
* Minor documentation updates
- Fix source URL
-------------------------------------------------------------------
Tue Mar 3 09:44:34 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update the sqlite dependency