diff --git a/3.40.0.0.tar.gz b/3.40.0.0.tar.gz deleted file mode 100644 index 8149092..0000000 --- a/3.40.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4ebd4c7008bcefe1112386496523bd8433035f9f8a8b1369b1c02923e763e73 -size 402492 diff --git a/3.40.1.0.tar.gz b/3.40.1.0.tar.gz new file mode 100644 index 0000000..5cb0b23 --- /dev/null +++ b/3.40.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0fe57bcd1ebc0439a1d95cad1716c6492dab81824c79e01101a72862eb18473 +size 423060 diff --git a/python-apsw.changes b/python-apsw.changes index 9972973..c2030f9 100644 --- a/python-apsw.changes +++ b/python-apsw.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Fri Feb 10 10:08:26 UTC 2023 - Dirk Müller + +- update to 3.40.1.0: + * Implemented `window functions + * Function flags can be specified to + Connection.createscalarfunction and + Connection.createaggregatefunction + * Added apsw.mapping_function_flags + * Added Connection.trace_v2` with apsw.mapping_trace_codes + and apsw.mapping_statement_status + * Ensure all SQLite APIs are wrapped. + * When an unraisable exception happens, sqlite3_log is + now called so you will have context within SQLite's actions. + * sys.unraisablehook now called first, and if it doesn't exist then + sys.excepthook as before. + * When the wrong type is given for a function argument, the + error message now includes the parameter name and function + signature. + * Let SQLite do size checking instead of APSW for strings and + blobs. + * Added :meth:`apsw.ext.log_sqlite` which installs a handler + that forwards SQLite messages to the logging module + * Added set_default_vfs and unregister_vfs taking vfs + names. + ------------------------------------------------------------------- Mon Dec 5 20:22:14 UTC 2022 - Dirk Müller diff --git a/python-apsw.spec b/python-apsw.spec index a2058a4..ba2258a 100644 --- a/python-apsw.spec +++ b/python-apsw.spec @@ -1,7 +1,7 @@ # # spec file for package python-apsw # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-apsw -Version: 3.40.0.0 +Version: 3.40.1.0 Release: 0 Summary: Another Python SQLite Wrapper License: Zlib