Hello community,
here is the log from the commit of package python-flask-jwt-extended for
openSUSE:Factory checked in at 2019-07-24 20:34:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-flask-jwt-extended (Old)
and /work/SRC/openSUSE:Factory/.python-flask-jwt-extended.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-flask-jwt-extended"
Wed Jul 24 20:34:54 2019 rev:2 rq:718024 version:3.20.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-flask-jwt-extended/python-flask-jwt-extended.changes
2019-07-21 11:35:04.716769274 +0200
+++
/work/SRC/openSUSE:Factory/.python-flask-jwt-extended.new.4126/python-flask-jwt-extended.changes
2019-07-24 20:34:55.342578120 +0200
@@ -1,0 +2,5 @@
+Tue Jul 23 18:52:53 UTC 2019 - Sean Marlow <[email protected]>
+
+- Update Flask minimum version requirement.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-flask-jwt-extended.spec ++++++
--- /var/tmp/diff_new_pack.t6v5X2/_old 2019-07-24 20:34:55.818578068 +0200
+++ /var/tmp/diff_new_pack.t6v5X2/_new 2019-07-24 20:34:55.822578067 +0200
@@ -12,7 +12,7 @@
# 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/
#
@@ -22,20 +22,20 @@
Summary: An open source Flask extension that provides JWT support
License: MIT
Group: Development/Languages/Python
-Url: https://github.com/vimalloc/flask-jwt-extended
+URL: https://github.com/vimalloc/flask-jwt-extended
Source:
https://files.pythonhosted.org/packages/source/f/flask-jwt-extended/Flask-JWT-Extended-%{version}.tar.gz
+BuildRequires: %{python_module Flask >= 1.0}
+BuildRequires: %{python_module PyJWT >= 1.6.4}
+BuildRequires: %{python_module Werkzeug >= 0.14}
+BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module python-dateutil}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-BuildRequires: %{python_module Flask}
-BuildRequires: %{python_module python-dateutil}
-BuildRequires: %{python_module Werkzeug >= 0.14}
-BuildRequires: %{python_module PyJWT >= 1.6.4}
-BuildRequires: %{python_module six}
-BuildRequires: %{python_module pytest}
-Requires: python-Flask
-Requires: python-Werkzeug >= 0.14
+Requires: python-Flask >= 1.0
Requires: python-PyJWT >= 1.6.4
+Requires: python-Werkzeug >= 0.14
Requires: python-six
BuildArch: noarch
%python_subpackages