From 9cd8ed417c6f618d2dc4c72e63ff454d5679ce8fb27665d344c12177b4f98d31 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 2 Dec 2023 20:19:17 +0000 Subject: [PATCH] - update to 3.44.2.0: * Added `logger` parameter to :func:`apsw.ext.log_sqlite` to use a specific :class:`logging.Logger` (:issue:`493`) * Added :func:`apsw.ext.result_string` to turn an result code into a string, taking into account if it is extended or not. * Provide detail when C implemented objects are printed. For example :class:`connections ` include the filename. * Added :meth:`URIFilename.parameters` (:issue:`496`) * :class:`URIFilename` are only valid for the duration of the :meth:`VFS.xOpen` call. If you save and use the object later you will get an exception. (:issue:`501`) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apsw?expand=0&rev=45 --- apsw-3.44.0.0.tar.gz | 3 --- apsw-3.44.2.0.tar.gz | 3 +++ python-apsw.changes | 15 +++++++++++++++ python-apsw.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 apsw-3.44.0.0.tar.gz create mode 100644 apsw-3.44.2.0.tar.gz diff --git a/apsw-3.44.0.0.tar.gz b/apsw-3.44.0.0.tar.gz deleted file mode 100644 index fcc2a5c..0000000 --- a/apsw-3.44.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0560ed1bea263296c5ccd1427147a9eb30d6e27b7d9eb3b4a35c6965c030d506 -size 899926 diff --git a/apsw-3.44.2.0.tar.gz b/apsw-3.44.2.0.tar.gz new file mode 100644 index 0000000..1c944fc --- /dev/null +++ b/apsw-3.44.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8210dce4d175ecb9d1f08e97e26a7418e240dd9da43df6fb616d9f035af005a8 +size 902852 diff --git a/python-apsw.changes b/python-apsw.changes index 2254c2f..3b4a224 100644 --- a/python-apsw.changes +++ b/python-apsw.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat Dec 2 20:18:36 UTC 2023 - Dirk Müller + +- update to 3.44.2.0: + * Added `logger` parameter to :func:`apsw.ext.log_sqlite` to + use a specific :class:`logging.Logger` (:issue:`493`) + * Added :func:`apsw.ext.result_string` to turn an result code + into a string, taking into account if it is extended or not. + * Provide detail when C implemented objects are printed. For + example :class:`connections ` include the filename. + * Added :meth:`URIFilename.parameters` (:issue:`496`) + * :class:`URIFilename` are only valid for the duration of the + :meth:`VFS.xOpen` call. If you save and use the object later + you will get an exception. (:issue:`501`) + ------------------------------------------------------------------- Tue Nov 14 15:52:45 UTC 2023 - Dirk Müller diff --git a/python-apsw.spec b/python-apsw.spec index 2010d80..f8ad4c2 100644 --- a/python-apsw.spec +++ b/python-apsw.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-apsw -Version: 3.44.0.0 +Version: 3.44.2.0 Release: 0 Summary: Another Python SQLite Wrapper License: Zlib