Hello community,

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

Package is "python-peewee"

Fri Oct 18 15:42:32 2019 rev:10 rq:741075 version:3.11.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-peewee/python-peewee.changes      
2019-09-13 14:57:53.125276135 +0200
+++ /work/SRC/openSUSE:Factory/.python-peewee.new.2352/python-peewee.changes    
2019-10-18 15:42:32.923637249 +0200
@@ -1,0 +2,10 @@
+Fri Oct 18 10:19:07 UTC 2019 - Marketa Calabkova <mcalabk...@suse.com>
+
+- Update to 3.11.2
+  * Implement hash interface for Alias instances, allowing them to be used in 
multi-source queries.
+  * Workaround for MySQL prior to 8 and MariaDB handling of union queries 
inside of parenthesized expressions (like IN).
+  * Be more permissive in letting invalid values be stored in a field whose 
type is INTEGER or REAL, since Sqlite allows this.
+  * Fix for issue #1991 regarding setting intervening models to None. 
+  * Fixes the Model._pk and get_id() interfaces so they no longer introduce 
the possibility of accidentally resolving the FK.
+
+-------------------------------------------------------------------

Old:
----
  peewee-3.10.0.tar.gz

New:
----
  3.11.2.tar.gz

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

Other differences:
------------------
++++++ python-peewee.spec ++++++
--- /var/tmp/diff_new_pack.VKZmcR/_old  2019-10-18 15:42:33.599637974 +0200
+++ /var/tmp/diff_new_pack.VKZmcR/_new  2019-10-18 15:42:33.603637978 +0200
@@ -18,15 +18,18 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-peewee
-Version:        3.10.0
+Version:        3.11.2
 Release:        0
 Summary:        An expressive ORM that supports multiple SQL backends
 License:        BSD-3-Clause
-Group:          Development/Languages/Python
 URL:            https://github.com/coleifer/peewee
-Source:         
https://files.pythonhosted.org/packages/source/p/peewee/peewee-%{version}.tar.gz
+Source:         https://github.com/coleifer/peewee/archive/%{version}.tar.gz
 BuildRequires:  %{python_module Cython}
+BuildRequires:  %{python_module Flask}
+BuildRequires:  %{python_module apsw}
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module mysql-connector-python}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
@@ -46,10 +49,12 @@
 
 %install
 %python_install
-%python_expand %fdupes %{buildroot}%{$python_sitelib}
 %python_clone %{buildroot}%{_bindir}/pwiz.py
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
+%check
+%pytest_arch tests
+
 %files %{python_files}
 %license LICENSE
 %doc CHANGELOG.md README.rst TODO.rst

++++++ peewee-3.10.0.tar.gz -> 3.11.2.tar.gz ++++++
++++ 127739 lines of diff (skipped)


Reply via email to