Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-peewee for openSUSE:Factory checked in at 2023-06-09 20:39:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-peewee (Old) and /work/SRC/openSUSE:Factory/.python-peewee.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-peewee" Fri Jun 9 20:39:58 2023 rev:21 rq:1091730 version:3.16.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-peewee/python-peewee.changes 2022-12-03 10:04:14.619442717 +0100 +++ /work/SRC/openSUSE:Factory/.python-peewee.new.15902/python-peewee.changes 2023-06-09 20:43:25.144638357 +0200 @@ -1,0 +2,23 @@ +Thu Jun 1 20:04:58 UTC 2023 - Dirk Müller <[email protected]> + +- update to 3.16.2: + * Fixes a longstanding issue with thread-safety of various + decorators, including `atomic()`, `transaction()`, + `savepoint()`. The context-managers are unaffected. + * Add changes required for building against Cython 3.0 and set + Cython language-level to 3. + * Ensure indexes aren't added to unindexed fields during + introspection, #2691. + * Ensure we don't redundantly select same PK in prefetch when + using PREFETCH_TYPE.JOIN. + * In Sqlite migrator, use Sqlite's builtin DROP and RENAME + column facilities when possible. This can be overridden + by passing `legacy=True` flag. + * This release contains backwards-incompatible changes in the + way Peewee initializes connections to the underlying + database driver. Previously, peewee implemented autocommit + semantics *on-top* of the existing DB-API transactional + workflow. Going forward, Peewee instead places the DB-API + driver into autocommit mode directly. + +------------------------------------------------------------------- Old: ---- peewee-3.15.4.tar.gz New: ---- peewee-3.16.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-peewee.spec ++++++ --- /var/tmp/diff_new_pack.ANJ2uz/_old 2023-06-09 20:43:25.664641377 +0200 +++ /var/tmp/diff_new_pack.ANJ2uz/_new 2023-06-09 20:43:25.672641424 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-peewee # -# 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-peewee -Version: 3.15.4 +Version: 3.16.2 Release: 0 Summary: An expressive ORM that supports multiple SQL backends License: BSD-3-Clause ++++++ peewee-3.15.4.tar.gz -> peewee-3.16.2.tar.gz ++++++ ++++ 1988 lines of diff (skipped)
