Hello community,

here is the log from the commit of package python-Flask-SQLAlchemy for 
openSUSE:Factory checked in at 2019-05-07 23:18:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Flask-SQLAlchemy (Old)
 and      /work/SRC/openSUSE:Factory/.python-Flask-SQLAlchemy.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Flask-SQLAlchemy"

Tue May  7 23:18:20 2019 rev:2 rq:701092 version:2.4.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-Flask-SQLAlchemy/python-Flask-SQLAlchemy.changes
  2018-05-29 10:37:37.884634412 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-Flask-SQLAlchemy.new.5148/python-Flask-SQLAlchemy.changes
        2019-05-07 23:18:21.708843037 +0200
@@ -1,0 +2,22 @@
+Sat May  4 22:49:10 UTC 2019 - Arun Persaud <[email protected]>
+
+- specfile:
+  * update copyright year
+  * be more specific in %files section
+  * CHANGES, README changed to rst
+
+- update to version 2.4.0:
+  * Make engine configuration more flexible. (:pr:`684`)
+  * Address SQLAlchemy 1.3 deprecations. (:pr:`684`)
+  * get_or_404() and first_or_404() now accept a description parameter
+    to control the 404 message. (:issue:`636`)
+  * Use time.perf_counter for Python 3 on Windows. (:issue:`638`)
+  * Drop support for Python 2.6 and 3.3. (:pr:`687`)
+  * Add an example of Flask's tutorial project, Flaskr, adapted for
+    Flask-SQLAlchemy. (:pr:`720`)
+
+- changes from version 2.3.3:
+  * Fix "AttributeError: 'NoneType' object has no attribute 'info'",
+    when using polymorphic models. (#651)
+
+-------------------------------------------------------------------

Old:
----
  Flask-SQLAlchemy-2.3.2.tar.gz

New:
----
  Flask-SQLAlchemy-2.4.0.tar.gz

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

Other differences:
------------------
++++++ python-Flask-SQLAlchemy.spec ++++++
--- /var/tmp/diff_new_pack.ANX1zm/_old  2019-05-07 23:18:22.176844020 +0200
+++ /var/tmp/diff_new_pack.ANX1zm/_new  2019-05-07 23:18:22.180844028 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Flask-SQLAlchemy
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -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-Flask-SQLAlchemy
-Version:        2.3.2
+Version:        2.4.0
 Release:        0
 Summary:        SQLAlchemy support for Flask
 License:        BSD-3-Clause
@@ -34,6 +34,7 @@
 # SECTION test requirements
 BuildRequires:  %{python_module Flask >= 0.10}
 BuildRequires:  %{python_module SQLAlchemy >= 0.8.0}
+BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest}
 # /SECTION
 %python_subpackages
@@ -52,11 +53,14 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec -m pytest -v
+%pytest
 
 %files %{python_files}
-%license LICENSE
-%doc CHANGES.rst README
-%{python_sitelib}/*
+%license LICENSE.rst
+%doc CHANGES.rst README.rst
+%dir %{python_sitelib}/flask_sqlalchemy
+%{python_sitelib}/flask_sqlalchemy/*
+%dir %{python_sitelib}/Flask_SQLAlchemy-%{version}-py*.egg-info
+%{python_sitelib}/Flask_SQLAlchemy-%{version}-py*.egg-info/*
 
 %changelog

++++++ Flask-SQLAlchemy-2.3.2.tar.gz -> Flask-SQLAlchemy-2.4.0.tar.gz ++++++
++++ 5691 lines of diff (skipped)


Reply via email to