Hello community,

here is the log from the commit of package python-peewee for openSUSE:Factory 
checked in at 2018-10-09 15:53:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-peewee (Old)
 and      /work/SRC/openSUSE:Factory/.python-peewee.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-peewee"

Tue Oct  9 15:53:53 2018 rev:4 rq:640692 version:3.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-peewee/python-peewee.changes      
2018-07-31 15:59:03.211511223 +0200
+++ /work/SRC/openSUSE:Factory/.python-peewee.new/python-peewee.changes 
2018-10-09 15:53:54.130301596 +0200
@@ -1,0 +2,26 @@
+Mon Oct  8 20:05:48 UTC 2018 - Alexei Podvalsky <avvi...@yandex.by>
+
+- Update to 3.7.1:
+  * Added table_settings model Meta option, which should be a list 
+    of strings specifying additional options for CREATE TABLE, which 
+    are placed after the closing parentheses.
+  * Allow specification of on_update and on_delete behavior for 
+    many-to-many relationships when using ManyToManyField. 
+  * Fixed incorrect SQL generation for Postgresql ON CONFLICT clause 
+    when the conflict_target is a named constraint (rather than an 
+    index expression). This introduces a new keyword-argument to the 
+    on_conflict() method: conflict_constraint, which is currently only 
+    supported by Postgresql. Refs issue #1737.
+  * Fixed incorrect SQL for sub-selects used on the right side of IN 
+    expressions. Previously the query would be assigned an alias, even 
+    though an alias was not needed.
+  * Fixed incorrect SQL generation for Model indexes which contain SQL 
+    functions as indexed columns.
+  * Fixed bug in the generation of special queries used to perform 
+    operations on SQLite FTS5 virtual tables.
+  * Allow frozenset to be correctly parameterized as a list of values.
+  * Allow multi-value INSERT queries to specify columns as a list of 
+    strings.
+  * Support CROSS JOIN for model select queries.
+
+-------------------------------------------------------------------

Old:
----
  peewee-3.6.4.tar.gz

New:
----
  peewee-3.7.1.tar.gz

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

Other differences:
------------------
++++++ python-peewee.spec ++++++
--- /var/tmp/diff_new_pack.Ua336a/_old  2018-10-09 15:53:54.694300928 +0200
+++ /var/tmp/diff_new_pack.Ua336a/_new  2018-10-09 15:53:54.694300928 +0200
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-peewee
-Version:        3.6.4
+Version:        3.7.1
 Release:        0
 Summary:        An expressive ORM that supports multiple SQL backends
 License:        BSD-3-Clause

++++++ peewee-3.6.4.tar.gz -> peewee-3.7.1.tar.gz ++++++
++++ 12165 lines of diff (skipped)


Reply via email to