forked from pool/python-apsw
Accepting request 1079739 from devel:languages:python
- 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/request/show/1079739
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apsw?expand=0&rev=14
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f0fe57bcd1ebc0439a1d95cad1716c6492dab81824c79e01101a72862eb18473
|
||||
size 423060
|
||||
BIN
3.41.2.0.tar.gz
LFS
Normal file
BIN
3.41.2.0.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 16 09:22:57 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user