15
0
forked from pool/python-apsw

- update to 3.44.0.0:

* Added virtual table :meth:`VTTable.Integrity` support.
  * On 64 bit platforms with the amalgamation,
    `SQLITE_MAX_MMAP_SIZE SQLite's default limit is 2GB.
  * :meth:`Connection.create_aggregate_function` can take a class
    with step and final methods. (:issue:`421`)
  * Corrected non :pep:`8` :ref:`compliant names <renaming>`.
    The old names remain as aliases to the new ones, and your
    code will not break.
  * :doc:`Exception <exceptions>` handling has been updated, with
    multiple exceptions in the same SQLite control flow being
    chained together.
  - Reduced overhead of the Column method when using
    Connection or Cursor
- Fix loadable extensions are missing,
  * Added constants: SQLITE_IOERR_CORRUPTFS

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apsw?expand=0&rev=43
This commit is contained in:
2023-11-14 15:57:18 +00:00
committed by Git OBS Bridge
parent 9bcf386c18
commit f01dd1b0da
4 changed files with 25 additions and 9 deletions

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-apsw
Version: 3.43.1.0
Version: 3.44.0.0
Release: 0
Summary: Another Python SQLite Wrapper
License: Zlib
@@ -31,7 +31,7 @@ BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: pkgconfig
BuildRequires: python-rpm-macros
BuildRequires: pkgconfig(sqlite3) >= 3.43.1
BuildRequires: pkgconfig(sqlite3) >= 3.44
%python_subpackages
%description