From 2970bdf4abadf878d9664c878aed8076b2c7160eda9f85c1bfec3eb455ca18f1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 16 Apr 2023 09:23:29 +0000 Subject: [PATCH] - update to 3.41.2.0: * Fixed :issue:`412` in :meth:`apsw.ext.make_virtual_module`. * Added :meth:`apsw.connections` to get all connections. * :func:`sys.unraisablehook` is called correctly (:issue:`410`) * Be stricter where :class:`bool` values are expected (eg * :meth:`VTTable.BestIndex`), only accepting :class:`int` and :class:`bool`. Previously you could for example supply strings and lists, which were almost certainly unintended errors. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apsw?expand=0&rev=31 --- 3.40.1.0.tar.gz | 3 --- 3.41.2.0.tar.gz | 3 +++ python-apsw.changes | 13 +++++++++++++ python-apsw.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 3.40.1.0.tar.gz create mode 100644 3.41.2.0.tar.gz diff --git a/3.40.1.0.tar.gz b/3.40.1.0.tar.gz deleted file mode 100644 index 5cb0b23..0000000 --- a/3.40.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0fe57bcd1ebc0439a1d95cad1716c6492dab81824c79e01101a72862eb18473 -size 423060 diff --git a/3.41.2.0.tar.gz b/3.41.2.0.tar.gz new file mode 100644 index 0000000..deed062 --- /dev/null +++ b/3.41.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d4e1995a561b8ff2c5c07534fb6c93b2971994157ccd44df21e8bc7df0e139 +size 871995 diff --git a/python-apsw.changes b/python-apsw.changes index c2030f9..a703caa 100644 --- a/python-apsw.changes +++ b/python-apsw.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Apr 16 09:22:57 UTC 2023 - Dirk Müller + +- update to 3.41.2.0: + * Fixed :issue:`412` in :meth:`apsw.ext.make_virtual_module`. + * Added :meth:`apsw.connections` to get all connections. + * :func:`sys.unraisablehook` is called correctly (:issue:`410`) + * Be stricter where :class:`bool` values are expected (eg + * :meth:`VTTable.BestIndex`), only accepting :class:`int` and + :class:`bool`. Previously you could for example supply + strings and lists, which were almost certainly unintended + errors. + ------------------------------------------------------------------- Fri Feb 10 10:08:26 UTC 2023 - Dirk Müller diff --git a/python-apsw.spec b/python-apsw.spec index ba2258a..89de10f 100644 --- a/python-apsw.spec +++ b/python-apsw.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-apsw -Version: 3.40.1.0 +Version: 3.41.2.0 Release: 0 Summary: Another Python SQLite Wrapper License: Zlib