Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-flask-jwt-extended for
openSUSE:Factory checked in at 2026-07-06 12:32:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-flask-jwt-extended (Old)
and /work/SRC/openSUSE:Factory/.python-flask-jwt-extended.new.1982 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-flask-jwt-extended"
Mon Jul 6 12:32:16 2026 rev:6 rq:1363855 version:4.7.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-flask-jwt-extended/python-flask-jwt-extended.changes
2025-04-22 17:29:24.053898887 +0200
+++
/work/SRC/openSUSE:Factory/.python-flask-jwt-extended.new.1982/python-flask-jwt-extended.changes
2026-07-06 12:34:44.632419363 +0200
@@ -1,0 +2,20 @@
+Sun Jul 5 09:14:35 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 4.7.4:
+ * setup.py: bump PyJWT floor to >=2.11.0 to match the actual
+ runtime requirement
+- update to 4.7.3:
+ * I'm skipping 4.7.2 because I forgot to bump the python
+ version in code. This is the same as 4.7.2, with things setup
+ correctly.
+- update to 4.7.2:
+ * fix: a unexpected token
+ * Update active python versions
+ * Bump PyJWT to 2.12.1
+- update to 4.7.1:
+ * Add controls for `verify_sub` option in PyJWT
+- update to 4.7.0:
+ * Drop support for python 3.7 and 3.8, add 3.13
+ * Fix documentation around identity needing to be a string
+
+-------------------------------------------------------------------
Old:
----
Flask-JWT-Extended-4.6.0.tar.gz
New:
----
flask_jwt_extended-4.7.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-flask-jwt-extended.spec ++++++
--- /var/tmp/diff_new_pack.GyEYlj/_old 2026-07-06 12:34:45.312442989 +0200
+++ /var/tmp/diff_new_pack.GyEYlj/_new 2026-07-06 12:34:45.316443128 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-flask-jwt-extended
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,14 @@
%{?sle15_python_module_pythons}
Name: python-flask-jwt-extended
-Version: 4.6.0
+Version: 4.7.4
Release: 0
Summary: A Flask extension that provides JWT support
License: MIT
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 >= 2.0}
+Source:
https://files.pythonhosted.org/packages/source/F/Flask-JWT-Extended/flask_jwt_extended-%{version}.tar.gz
+BuildRequires: %{python_module Flask >= 2.0}
+BuildRequires: %{python_module PyJWT >= 2.11.0}
BuildRequires: %{python_module Werkzeug >= 0.14}
BuildRequires: %{python_module cryptography >= 3.3.1}
BuildRequires: %{python_module pip}
@@ -35,8 +35,8 @@
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-Flask >= 1.0
-Requires: python-PyJWT >= 2.0
+Requires: python-Flask >= 2.0
+Requires: python-PyJWT >= 2.11.0
Requires: python-Werkzeug >= 0.14
Suggests: python-cryptography >= 3.3.1
BuildArch: noarch
@@ -57,7 +57,7 @@
- Storing tokens in cookies and CSRF protection
%prep
-%setup -q -n Flask-JWT-Extended-%{version}
+%autosetup -p1 -n flask_jwt_extended-%{version}
%build
%pyproject_wheel