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 2026-04-09 16:11:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Flask-HTTPAuth (Old)
and /work/SRC/openSUSE:Factory/.python-Flask-HTTPAuth.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Flask-HTTPAuth"
Thu Apr 9 16:11:10 2026 rev:11 rq:1345462 version:4.8.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-Flask-HTTPAuth/python-Flask-HTTPAuth.changes
2025-04-22 17:29:23.461874026 +0200
+++
/work/SRC/openSUSE:Factory/.python-Flask-HTTPAuth.new.21863/python-Flask-HTTPAuth.changes
2026-04-09 16:23:30.547460454 +0200
@@ -1,0 +2,10 @@
+Wed Apr 8 11:01:11 UTC 2026 - Daniel Garcia <[email protected]>
+
+- Update to 4.8.1 (bsc#1261355, CVE-2026-34531):
+ * Do not accept empty or missing tokens (commit)
+ * New installation section in the documentation (commit)
+ * Revised documentation (commit)
+ * Fix documentation links #163 (commit) (thanks Ofer Nave!)
+ * Code modernization (commit)
+
+-------------------------------------------------------------------
Old:
----
Flask-HTTPAuth-4.8.0.tar.gz
New:
----
flask_httpauth-4.8.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Flask-HTTPAuth.spec ++++++
--- /var/tmp/diff_new_pack.f3wIkC/_old 2026-04-09 16:23:31.171486137 +0200
+++ /var/tmp/diff_new_pack.f3wIkC/_new 2026-04-09 16:23:31.175486302 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-Flask-HTTPAuth
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
# Copyright (c) 2017-2024 Dr. Axel Braun
#
# All modifications and additions to the file contributed by third parties
@@ -19,12 +19,12 @@
%{?sle15_python_module_pythons}
Name: python-Flask-HTTPAuth
-Version: 4.8.0
+Version: 4.8.1
Release: 0
Summary: Basic and Digest HTTP authentication for Flask routes
License: MIT
URL: https://github.com/miguelgrinberg/flask-httpauth/
-Source:
https://files.pythonhosted.org/packages/source/F/Flask-HTTPAuth/Flask-HTTPAuth-%{version}.tar.gz
+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}
@@ -43,7 +43,7 @@
Simple extension that provides Basic and Digest HTTP authentication for Flask
routes.
%prep
-%setup -q -n Flask-HTTPAuth-%{version}
+%autosetup -p1 -n flask_httpauth-%{version}
%build
%pyproject_wheel
@@ -60,5 +60,5 @@
%doc README.md
%{python_sitelib}/flask_httpauth.py*
%{python_sitelib}/[Ff]lask_[Hh][Tt][Tt][Pp][Aa]uth-%{version}.dist-info
-%pycache_only %{python_sitelib}/__pycache__
+%pycache_only %{python_sitelib}/__pycache__/flask_httpauth*