Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-apsw for openSUSE:Factory checked in at 2023-02-10 14:36:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-apsw (Old) and /work/SRC/openSUSE:Factory/.python-apsw.new.1848 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-apsw" Fri Feb 10 14:36:01 2023 rev:13 rq:1064204 version:3.40.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-apsw/python-apsw.changes 2022-12-06 14:24:00.181947888 +0100 +++ /work/SRC/openSUSE:Factory/.python-apsw.new.1848/python-apsw.changes 2023-02-10 14:36:11.334231933 +0100 @@ -1,0 +2,26 @@ +Fri Feb 10 10:08:26 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- 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. + +------------------------------------------------------------------- Old: ---- 3.40.0.0.tar.gz New: ---- 3.40.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-apsw.spec ++++++ --- /var/tmp/diff_new_pack.ec6Qay/_old 2023-02-10 14:36:11.782234609 +0100 +++ /var/tmp/diff_new_pack.ec6Qay/_new 2023-02-10 14:36:11.790234658 +0100 @@ -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 ++++++ 3.40.0.0.tar.gz -> 3.40.1.0.tar.gz ++++++ ++++ 6512 lines of diff (skipped)