Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-Flask-HTTPAuth for
openSUSE:Factory checked in at 2023-07-27 16:52:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Flask-HTTPAuth (Old)
and /work/SRC/openSUSE:Factory/.python-Flask-HTTPAuth.new.32662 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Flask-HTTPAuth"
Thu Jul 27 16:52:58 2023 rev:8 rq:1100994 version:4.8.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-Flask-HTTPAuth/python-Flask-HTTPAuth.changes
2021-09-22 22:12:56.296322085 +0200
+++
/work/SRC/openSUSE:Factory/.python-Flask-HTTPAuth.new.32662/python-Flask-HTTPAuth.changes
2023-07-27 16:53:14.514639199 +0200
@@ -1,0 +2,12 @@
+Thu Jul 27 07:15:25 UTC 2023 - Steve Kowalik <[email protected]>
+
+- Update to 4.8.0:
+ * Changes to handle breaking changes in Flask/Werkzeug 2.3 #160
+ * Replace itsdangerous with pyjwt in examples #157
+ * Fallback to latin-1 encoding for credentials when utf-8 fails #151
+ * Add MD5-Sess algorithm for Digest auth
+ * Add qop=auth option for Digest auth (thanks Edward!)
+ * Do not read the request body #138
+- Switch to pyproject and pytest macros.
+
+-------------------------------------------------------------------
Old:
----
Flask-HTTPAuth-4.4.0.tar.gz
New:
----
Flask-HTTPAuth-4.8.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Flask-HTTPAuth.spec ++++++
--- /var/tmp/diff_new_pack.6k0Z6w/_old 2023-07-27 16:53:15.178642951 +0200
+++ /var/tmp/diff_new_pack.6k0Z6w/_new 2023-07-27 16:53:15.186642996 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-Flask-HTTPAuth
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2017 Dr. Axel Braun
#
# All modifications and additions to the file contributed by third parties
@@ -17,22 +17,24 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
Name: python-Flask-HTTPAuth
-Version: 4.4.0
+Version: 4.8.0
Release: 0
Summary: Basic and Digest HTTP authentication for Flask routes
License: MIT
-Group: Development/Languages/Python
URL: https://github.com/miguelgrinberg/flask-httpauth/
Source:
https://files.pythonhosted.org/packages/source/F/Flask-HTTPAuth/Flask-HTTPAuth-%{version}.tar.gz
BuildRequires: %{python_module Flask}
+BuildRequires: %{python_module asgiref >= 3.2}
BuildRequires: %{python_module importlib-metadata}
+BuildRequires: %{python_module pip}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Flask
+Recommends: python-asgiref >= 3.2
BuildArch: noarch
%python_subpackages
@@ -43,21 +45,20 @@
%setup -q -n Flask-HTTPAuth-%{version}
%build
-
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%pyunittest discover -v
+%pytest
%files %{python_files}
%license LICENSE
%doc README.md
%{python_sitelib}/flask_httpauth.py*
-%{python_sitelib}/Flask_HTTPAuth-%{version}-py*.egg-info
+%{python_sitelib}/Flask_HTTPAuth-%{version}.dist-info
%pycache_only %{python_sitelib}/__pycache__
%changelog
++++++ Flask-HTTPAuth-4.4.0.tar.gz -> Flask-HTTPAuth-4.8.0.tar.gz ++++++
++++ 2487 lines of diff (skipped)