Hello community,

here is the log from the commit of package python-Flask for openSUSE:Factory 
checked in at 2019-06-18 14:43:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Flask (Old)
 and      /work/SRC/openSUSE:Factory/.python-Flask.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Flask"

Tue Jun 18 14:43:29 2019 rev:20 rq:705805 version:1.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Flask/python-Flask.changes        
2018-05-11 11:26:04.097206591 +0200
+++ /work/SRC/openSUSE:Factory/.python-Flask.new.4811/python-Flask.changes      
2019-06-18 14:43:31.869747839 +0200
@@ -1,0 +2,21 @@
+Tue May 28 07:30:54 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.0.3:
+  * :func:`send_file` encodes filenames as ASCII instead of Latin-1
+    (ISO-8859-1). This fixes compatibility with Gunicorn, which is
+    stricter about header encodings than PEP 3333. (`#2766`_)
+  * Allow custom CLIs using ``FlaskGroup`` to set the debug flag without
+    it always being overwritten based on environment variables.
+    (`#2765`_)
+  * ``flask --version`` outputs Werkzeug's version and simplifies the
+    Python version. (`#2825`_)
+  * :func:`send_file` handles an ``attachment_filename`` that is a
+    native Python 2 string (bytes) with UTF-8 coded bytes. (`#2933`_)
+  * A catch-all error handler registered for ``HTTPException`` will not
+    handle ``RoutingExcpetion``, which is used internally during
+    routing. This fixes the unexpected behavior that had been introduced
+    in 1.0. (`#2986`_)
+  * Passing the ``json`` argument to ``app.test_client`` does not
+    push/pop an extra app context. (`#2900`_)
+
+-------------------------------------------------------------------

Old:
----
  Flask-1.0.2.tar.gz

New:
----
  Flask-1.0.3.tar.gz

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

Other differences:
------------------
++++++ python-Flask.spec ++++++
--- /var/tmp/diff_new_pack.s5AGZl/_old  2019-06-18 14:43:32.285747778 +0200
+++ /var/tmp/diff_new_pack.s5AGZl/_new  2019-06-18 14:43:32.289747778 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Flask
 #
-# 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,14 +12,14 @@
 # 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/
 #
 
 
 %define oldpython python
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-Flask
-Version:        1.0.2
+Version:        1.0.3
 Release:        0
 Summary:        A microframework based on Werkzeug, Jinja2 and good intentions
 License:        BSD-3-Clause
@@ -27,7 +27,6 @@
 URL:            http://github.com/mitsuhiko/flask/
 Source:         
https://files.pythonhosted.org/packages/source/F/Flask/Flask-%{version}.tar.gz
 BuildRequires:  %{python_module Jinja2 >= 2.4}
-# BuildRequires:  python-Sphinx
 BuildRequires:  %{python_module Werkzeug >= 0.14}
 BuildRequires:  %{python_module click >= 5.1}
 BuildRequires:  %{python_module itsdangerous >= 0.24}
@@ -73,12 +72,8 @@
 %fdupes %{buildroot}%{python_sitelib}
 
 %check
-%if 0%{?suse_version} && 0%{?suse_version} <= 1315
-true
-%else
 export LANG=en_US.UTF-8
-%python_exec -m pytest tests
-%endif
+%pytest
 
 %files %{python_files}
 %license LICENSE

++++++ Flask-1.0.2.tar.gz -> Flask-1.0.3.tar.gz ++++++
++++ 2539 lines of diff (skipped)


Reply via email to