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 2023-06-19 22:50:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-flask-jwt-extended (Old)
and /work/SRC/openSUSE:Factory/.python-flask-jwt-extended.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-flask-jwt-extended"
Mon Jun 19 22:50:38 2023 rev:3 rq:1093727 version:4.5.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-flask-jwt-extended/python-flask-jwt-extended.changes
2022-02-21 17:47:44.051614281 +0100
+++
/work/SRC/openSUSE:Factory/.python-flask-jwt-extended.new.15902/python-flask-jwt-extended.changes
2023-06-19 22:50:44.341624213 +0200
@@ -1,0 +2,19 @@
+Mon Jun 19 06:23:48 UTC 2023 - Steve Kowalik <[email protected]>
+
+- Update to 4.5.2:
+ * Updated typing of expires_delta and fresh by @eMaerthin in #510
+ * Allow selective disabling of blocklist check by @indrajeet307 in #501
+ * Fix compatibility with flask version 2.3 (#493)
+ * Drop support for python 3.6
+ * Add option to include current_user in jinja templates by default (#478)
+ * Fix mypy type checks for current_user (#488)
+ * Fix mypy explicitly mark exported names #484
+ * Fix verify_type being set to False by default in
+ verify_jwt_in_request() #483
+ * Fix PEP 561 compatibility #480
+ * Drop support for Flask 1
+ * Add verify_type argument to view decorators to allow accepting both
+ refresh & access tokens #460
+ * Relax dependency pinning for cryptography package (#467)
+
+-------------------------------------------------------------------
Old:
----
Flask-JWT-Extended-4.3.1.tar.gz
New:
----
Flask-JWT-Extended-4.5.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-flask-jwt-extended.spec ++++++
--- /var/tmp/diff_new_pack.UV4Ek7/_old 2023-06-19 22:50:45.337630045 +0200
+++ /var/tmp/diff_new_pack.UV4Ek7/_new 2023-06-19 22:50:45.341630069 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-flask-jwt-extended
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define skip_python2 1
Name: python-flask-jwt-extended
-Version: 4.3.1
+Version: 4.5.2
Release: 0
Summary: A Flask extension that provides JWT support
License: MIT
@@ -28,9 +28,11 @@
BuildRequires: %{python_module PyJWT >= 2.0}
BuildRequires: %{python_module Werkzeug >= 0.14}
BuildRequires: %{python_module cryptography >= 3.0}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module python-dateutil}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Flask >= 1.0
@@ -58,10 +60,10 @@
%setup -q -n Flask-JWT-Extended-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}/flask_jwt_extended
%check
@@ -70,8 +72,7 @@
%files %{python_files}
%license LICENSE
%doc README.md
-%dir %{python_sitelib}/flask_jwt_extended
-%{python_sitelib}/flask_jwt_extended/*
-%{python_sitelib}/Flask_JWT_Extended-%{version}-py*.egg-info
+%{python_sitelib}/flask_jwt_extended
+%{python_sitelib}/Flask_JWT_Extended-%{version}.dist-info
%changelog
++++++ Flask-JWT-Extended-4.3.1.tar.gz -> Flask-JWT-Extended-4.5.2.tar.gz ++++++
++++ 2604 lines of diff (skipped)