From f8f5f03903e63fa1f902eff8e993876da248176e07855c3ea2f73c5f4accdd59 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 30 Jun 2024 21:35:14 +0000 Subject: [PATCH] - update to 3.46.0.1: * :func:`apsw.ext.query_info` provides the count and names of bindings parameters. (:issue:`528`) * Address how errors are handled in VFS xRandomness routine, that is only called once by SQLite to seed its random number generator. (:issue:`526`) * Added :meth:`Connection.vfsname` and updated corresponding shell command to get the diagnostic names of the vfs stack for the connection. (:issue:`525`) * Do not cache :meth:`Connection.pragma` statements to avoid encryption keys, or pragmas that run during prepare from being retained. (:issue:`522`) * :meth:`Connection.pragma` adds keyword schema argument to run pragma against attached databases. (:issue:`524`) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apsw?expand=0&rev=57 --- apsw-3.46.0.0.tar.gz | 3 --- apsw-3.46.0.1.tar.gz | 3 +++ python-apsw.changes | 18 ++++++++++++++++++ python-apsw.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 apsw-3.46.0.0.tar.gz create mode 100644 apsw-3.46.0.1.tar.gz diff --git a/apsw-3.46.0.0.tar.gz b/apsw-3.46.0.0.tar.gz deleted file mode 100644 index 86b49d5..0000000 --- a/apsw-3.46.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26e3b14130875660fa31e88d6b58a8aeae8e1acd59ead8dacf0e48b54f250a2e -size 905622 diff --git a/apsw-3.46.0.1.tar.gz b/apsw-3.46.0.1.tar.gz new file mode 100644 index 0000000..e5ec5a7 --- /dev/null +++ b/apsw-3.46.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8640f6d4b0ab2b604bce1f6d0e380d150613e0d77b55a1dc9995fe5593f32a2 +size 912632 diff --git a/python-apsw.changes b/python-apsw.changes index a45576f..701eef3 100644 --- a/python-apsw.changes +++ b/python-apsw.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sun Jun 30 21:32:30 UTC 2024 - Dirk Müller + +- update to 3.46.0.1: + * :func:`apsw.ext.query_info` provides the count and names of + bindings parameters. (:issue:`528`) + * Address how errors are handled in VFS xRandomness routine, + that is only called once by SQLite to seed its random number + generator. (:issue:`526`) + * Added :meth:`Connection.vfsname` and updated corresponding + shell command to get the diagnostic names of the vfs stack + for the connection. (:issue:`525`) + * Do not cache :meth:`Connection.pragma` statements to avoid + encryption keys, or pragmas that run during prepare from + being retained. (:issue:`522`) + * :meth:`Connection.pragma` adds keyword schema argument to run + pragma against attached databases. (:issue:`524`) + ------------------------------------------------------------------- Thu Jun 6 08:35:40 UTC 2024 - Dirk Müller diff --git a/python-apsw.spec b/python-apsw.spec index 5ed4422..c521627 100644 --- a/python-apsw.spec +++ b/python-apsw.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-apsw -Version: 3.46.0.0 +Version: 3.46.0.1 Release: 0 Summary: Another Python SQLite Wrapper License: Zlib