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 2021-11-13 22:48:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-peewee (Old)
 and      /work/SRC/openSUSE:Factory/.python-peewee.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-peewee"

Sat Nov 13 22:48:44 2021 rev:16 rq:931290 version:3.14.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-peewee/python-peewee.changes      
2021-09-07 21:22:37.045389699 +0200
+++ /work/SRC/openSUSE:Factory/.python-peewee.new.1890/python-peewee.changes    
2021-11-13 22:49:14.389282814 +0100
@@ -1,0 +2,36 @@
+Sat Nov 13 20:29:16 UTC 2021 - Dirk M??ller <dmuel...@suse.com>
+
+- update to 3.14.8:
+  * Returning clause can still be specified for Sqlite, however it just needs
+    to be done so manually rather than having it applied automatically.
+  * Fix bug in APSW extension with Sqlite 3.35 and newer, due to handling of
+    last insert rowid with RETURNING. Refs #2479.
+  * Fix pesky bug in new `last_insert_id()` on the `SqliteExtDatabase`.
+  * Only raise `DoesNotExist` when `lazy_load` is enabled on ForeignKeyField
+  * Add missing convenience method `ModelSelect.get_or_none()`
+  * Allow `ForeignKeyField` to specify a custom `BackrefAccessorClass`
+  * Ensure foreign-key-specific conversions are applied on INSERT and UPDATE
+  * Add handling of MySQL error 4031 (inactivity timeout) to the 
`ReconnectMixin`
+    helper class.
+  * Support specification of conflict target for ON CONFLICT/DO NOTHING.
+  * Add `encoding` parameter to the DataSet `freeze()` and `thaw()` methods
+  * Fix bug which prevented `DeferredForeignKey` from being used as a model's
+    primary key
+  * Ensure foreign key's related object cache is cleared when the foreign-key 
is
+    set to `None`. 
+  * Allow specification of `(schema, table)` to be used with CREATE TABLE AS...
+  * Allow reusing open connections with DataSet
+  * Add `highlight()` and `snippet()` helpers to Sqlite `SearchField`, for use
+    with full-text search extension.
+  * Preserve user-provided aliases in column names.
+  * Add support for Sqlite 3.37 strict tables.
+  * Ensure database is inherited when using `ThreadSafeDatabaseMetadata`, and
+    also adds an implementation in `playhouse.shortcuts` along with basic unit
+    tests.
+  * Better handling of Model's dirty fields when saving, fixes #2466.
+  * Add basic support for MariaDB connector driver in `playhouse.mysql_ext`
+  * Begin a basic implementation for a psycopg3-compatible pg database
+  * Add provisional support for RETURNING when using the appropriate versions 
of
+    Sqlite or MariaDB.
+
+-------------------------------------------------------------------

Old:
----
  peewee-3.14.4.tar.gz

New:
----
  peewee-3.14.8.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-peewee.spec ++++++
--- /var/tmp/diff_new_pack.grfchr/_old  2021-11-13 22:49:14.749283090 +0100
+++ /var/tmp/diff_new_pack.grfchr/_new  2021-11-13 22:49:14.753283094 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-peewee
-Version:        3.14.4
+Version:        3.14.8
 Release:        0
 Summary:        An expressive ORM that supports multiple SQL backends
 License:        BSD-3-Clause

++++++ peewee-3.14.4.tar.gz -> peewee-3.14.8.tar.gz ++++++
++++ 2790 lines of diff (skipped)

Reply via email to