Hello community,

here is the log from the commit of package python-peewee for openSUSE:Factory 
checked in at 2020-03-12 23:08:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-peewee (Old)
 and      /work/SRC/openSUSE:Factory/.python-peewee.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-peewee"

Thu Mar 12 23:08:23 2020 rev:12 rq:784338 version:3.13.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-peewee/python-peewee.changes      
2019-12-11 12:14:23.104524019 +0100
+++ /work/SRC/openSUSE:Factory/.python-peewee.new.3160/python-peewee.changes    
2020-03-12 23:12:35.759330786 +0100
@@ -1,0 +2,17 @@
+Wed Mar 11 15:56:45 UTC 2020 - Marketa Calabkova <mcalabk...@suse.com>
+
+- update to 3.13.1
+  * This will be a notable release as it adds support for CockroachDB, 
+    a distributed, horizontally-scalable SQL database.
+  * Allow FOR UPDATE clause to specify one or more tables (FOR UPDATE OF...).
+  * Support for Postgres LATERAL join.
+  * Fix non-deterministic join ordering issue when using the filter() 
+    API across several tables
+  * Bulk insert (insert_many() and insert_from()) will now return 
+    the row count instead of the last insert ID.
+  * Migration extension now supports altering a column's data-type, 
+    via the new alter_column_type() method.
+  * Added BloomFilter.from_buffer() method for populating a bloom-filter 
+    from the output of a previous call to the to_buffer() method.
+
+-------------------------------------------------------------------

Old:
----
  3.11.2.tar.gz

New:
----
  3.13.1.tar.gz

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

Other differences:
------------------
++++++ python-peewee.spec ++++++
--- /var/tmp/diff_new_pack.F1Z0QU/_old  2020-03-12 23:12:36.251330980 +0100
+++ /var/tmp/diff_new_pack.F1Z0QU/_new  2020-03-12 23:12:36.255330982 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-peewee
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 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.11.2
+Version:        3.13.1
 Release:        0
 Summary:        An expressive ORM that supports multiple SQL backends
 License:        BSD-3-Clause
@@ -29,6 +29,7 @@
 BuildRequires:  %{python_module apsw}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module mysql-connector-python}
+BuildRequires:  %{python_module psycopg2}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{pythons}

++++++ 3.11.2.tar.gz -> 3.13.1.tar.gz ++++++
++++ 6484 lines of diff (skipped)


Reply via email to