Hello community,

here is the log from the commit of package python-Flask-Testing for 
openSUSE:Leap:15.2 checked in at 2020-03-10 17:13:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-Flask-Testing (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-Flask-Testing.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Flask-Testing"

Tue Mar 10 17:13:07 2020 rev:2 rq:783010 version:0.8.0

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/python-Flask-Testing/python-Flask-Testing.changes  
    2020-02-25 12:17:07.812425886 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-Flask-Testing.new.26092/python-Flask-Testing.changes
   2020-03-10 17:13:13.905412968 +0100
@@ -1,0 +2,11 @@
+Sun Mar  8 18:22:47 UTC 2020 - Arun Persaud <[email protected]>
+
+- specfile:
+  * update copyright year
+  * be more specific in files section
+
+- update to version 0.8.0:
+  * Drops support for python 2.6, 3.3, and 3.4 due to end-of-life.
+  * Fixes werkzeug 1.0 compatibility issue with import paths
+
+-------------------------------------------------------------------

Old:
----
  Flask-Testing-0.7.1.tar.gz

New:
----
  Flask-Testing-0.8.0.tar.gz

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

Other differences:
------------------
++++++ python-Flask-Testing.spec ++++++
--- /var/tmp/diff_new_pack.LxANOt/_old  2020-03-10 17:13:15.029413319 +0100
+++ /var/tmp/diff_new_pack.LxANOt/_new  2020-03-10 17:13:15.033413319 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Flask-Testing
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -12,28 +12,28 @@
 # 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-Testing
-Version:        0.7.1
+Version:        0.8.0
 Release:        0
-License:        BSD-3-Clause
 Summary:        Unit testing for Flask
-Url:            https://github.com/jarus/flask-testing
+License:        BSD-3-Clause
 Group:          Development/Languages/Python
+URL:            https://github.com/jarus/flask-testing
 Source:         
https://files.pythonhosted.org/packages/source/F/Flask-Testing/Flask-Testing-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+Requires:       python-Flask
+BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module Flask}
 BuildRequires:  %{python_module blinker}
 # /SECTION
-BuildRequires:  fdupes
-Requires:       python-Flask
-BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -58,6 +58,7 @@
 %files %{python_files}
 %doc README
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/flask_testing
+%{python_sitelib}/Flask_Testing-%{version}-py*.egg-info
 
 %changelog

++++++ Flask-Testing-0.7.1.tar.gz -> Flask-Testing-0.8.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Flask-Testing-0.7.1/Flask_Testing.egg-info/PKG-INFO 
new/Flask-Testing-0.8.0/Flask_Testing.egg-info/PKG-INFO
--- old/Flask-Testing-0.7.1/Flask_Testing.egg-info/PKG-INFO     2017-12-19 
20:42:05.000000000 +0100
+++ new/Flask-Testing-0.8.0/Flask_Testing.egg-info/PKG-INFO     2020-03-06 
04:21:27.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: Flask-Testing
-Version: 0.7.1
+Version: 0.8.0
 Summary: Unit testing for Flask
 Home-page: https://github.com/jarus/flask-testing
 Author: Dan Jacob
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Flask-Testing-0.7.1/PKG-INFO 
new/Flask-Testing-0.8.0/PKG-INFO
--- old/Flask-Testing-0.7.1/PKG-INFO    2017-12-19 20:42:07.000000000 +0100
+++ new/Flask-Testing-0.8.0/PKG-INFO    2020-03-06 04:21:28.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: Flask-Testing
-Version: 0.7.1
+Version: 0.8.0
 Summary: Unit testing for Flask
 Home-page: https://github.com/jarus/flask-testing
 Author: Dan Jacob
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Flask-Testing-0.7.1/docs/index.rst 
new/Flask-Testing-0.8.0/docs/index.rst
--- old/Flask-Testing-0.7.1/docs/index.rst      2017-12-19 20:41:51.000000000 
+0100
+++ new/Flask-Testing-0.8.0/docs/index.rst      2020-03-06 04:15:07.000000000 
+0100
@@ -272,6 +272,12 @@
 Changes
 =======
 
+0.8.0 (05.03.2020)
+------------------
+
+  * Drops support for python 2.6, 3.3, and 3.4 due to end-of-life.
+  * Fixes werkzeug 1.0 compatibility issue with import paths
+
 0.7.1 (19.12.2017)
 ------------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Flask-Testing-0.7.1/flask_testing/utils.py 
new/Flask-Testing-0.8.0/flask_testing/utils.py
--- old/Flask-Testing-0.7.1/flask_testing/utils.py      2017-12-19 
20:41:46.000000000 +0100
+++ new/Flask-Testing-0.8.0/flask_testing/utils.py      2020-03-06 
04:11:46.000000000 +0100
@@ -32,7 +32,7 @@
     # Python 2 urlparse fallback
     from urlparse import urlparse, urljoin
 
-from werkzeug import cached_property
+from werkzeug.utils import cached_property
 
 # Use Flask's preferred JSON module so that our runtime behavior matches.
 from flask import json_available, templating, template_rendered
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Flask-Testing-0.7.1/setup.cfg 
new/Flask-Testing-0.8.0/setup.cfg
--- old/Flask-Testing-0.7.1/setup.cfg   2017-12-19 20:42:07.000000000 +0100
+++ new/Flask-Testing-0.8.0/setup.cfg   2020-03-06 04:21:28.000000000 +0100
@@ -1,5 +1,4 @@
 [egg_info]
 tag_build = 
 tag_date = 0
-tag_svn_revision = 0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Flask-Testing-0.7.1/setup.py 
new/Flask-Testing-0.8.0/setup.py
--- old/Flask-Testing-0.7.1/setup.py    2017-12-19 20:41:51.000000000 +0100
+++ new/Flask-Testing-0.8.0/setup.py    2020-03-06 04:16:46.000000000 +0100
@@ -31,7 +31,7 @@
 
 setup(
     name='Flask-Testing',
-    version='0.7.1',
+    version='0.8.0',
     url='https://github.com/jarus/flask-testing',
     license='BSD',
     author='Dan Jacob',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Flask-Testing-0.7.1/tests/flask_app/__init__.py 
new/Flask-Testing-0.8.0/tests/flask_app/__init__.py
--- old/Flask-Testing-0.7.1/tests/flask_app/__init__.py 2017-12-19 
20:41:46.000000000 +0100
+++ new/Flask-Testing-0.8.0/tests/flask_app/__init__.py 2020-03-06 
04:11:46.000000000 +0100
@@ -48,7 +48,7 @@
 
     @app.route("/ajax/")
     def ajax():
-        return jsonify(name="test")
+        return jsonify(**dict(name="test"))
 
     @app.route("/forbidden/")
     def forbidden():


Reply via email to