1
0

2 Commits

2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 22 02:19:34 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Support both lowercased and unnormalized metadata directory names.
-------------------------------------------------------------------
Mon Jan 22 12:23:39 UTC 2024 - Axel Braun <axel.braun@gmx.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Flask-HTTPAuth
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2017-2024 Dr. Axel Braun
#
# All modifications and additions to the file contributed by third parties
@@ -16,6 +16,7 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?sle15_python_module_pythons}
Name: python-Flask-HTTPAuth
Version: 4.8.0
@@ -58,7 +59,7 @@ Simple extension that provides Basic and Digest HTTP authentication for Flask ro
%license LICENSE
%doc README.md
%{python_sitelib}/flask_httpauth.py*
%{python_sitelib}/Flask_HTTPAuth-%{version}.dist-info
%{python_sitelib}/[Ff]lask_[Hh][Tt][Tt][Pp][Aa]uth-%{version}.dist-info
%pycache_only %{python_sitelib}/__pycache__
%changelog