15
0
forked from pool/python-apsw

- update to 3.45.2.0:

* Minor doc and tests change due to changed behaviour of
    sqlite3_serialize on an empty database, used by
    :meth:`Connection.serialize`.
  * No APSW changes.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apsw?expand=0&rev=51
This commit is contained in:
2024-03-18 10:28:24 +00:00
committed by Git OBS Bridge
parent 0ffa8041ab
commit 29ef17d036
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Mar 18 10:27:56 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.45.2.0:
* Minor doc and tests change due to changed behaviour of
sqlite3_serialize on an empty database, used by
:meth:`Connection.serialize`.
* No APSW changes.
-------------------------------------------------------------------
Sat Jan 20 12:28:34 UTC 2024 - Dirk Müller <dmueller@suse.com>