diff --git a/Flask-HTTPAuth-3.2.3.tar.gz b/Flask-HTTPAuth-3.2.3.tar.gz deleted file mode 100644 index 15b6101..0000000 --- a/Flask-HTTPAuth-3.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f4ba7ab79103e28b566c6a0592076312d17c716e079c66ca9ffe21a7871ee8d -size 226047 diff --git a/Flask-HTTPAuth-3.2.4.tar.gz b/Flask-HTTPAuth-3.2.4.tar.gz new file mode 100644 index 0000000..1713960 --- /dev/null +++ b/Flask-HTTPAuth-3.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f71b7611f385fbdf350e8c430eed17b41c3b2200dc35eae19c1734264b68e31d +size 31341 diff --git a/python-Flask-HTTPAuth.changes b/python-Flask-HTTPAuth.changes index 3bfe51e..b4edb79 100644 --- a/python-Flask-HTTPAuth.changes +++ b/python-Flask-HTTPAuth.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Oct 30 10:51:31 UTC 2018 - Tomáš Chvátal + +- Update to 3.2.4: + * Various spelling fixes + * Refactored HTTPAuth login_required + ------------------------------------------------------------------- Sat Nov 25 14:51:50 UTC 2017 - axel.braun@gmx.de diff --git a/python-Flask-HTTPAuth.spec b/python-Flask-HTTPAuth.spec index 39a37fc..a035b71 100644 --- a/python-Flask-HTTPAuth.spec +++ b/python-Flask-HTTPAuth.spec @@ -1,7 +1,7 @@ # # spec file for package python-Flask-HTTPAuth # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties @@ -13,30 +13,26 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without test - %define modname Flask-HTTPAuth Name: python-%{modname} -Version: 3.2.3 +Version: 3.2.4 Release: 0 -License: BSD Summary: Basic and Digest HTTP authentication for Flask routes -Url: http://github.com/miguelgrinberg/flask-httpauth/ +License: MIT Group: Development/Languages/Python -Source: https://files.pythonhosted.org/packages/source/F/%{modname}/%{modname}-%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: fdupes -BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools} +URL: http://github.com/miguelgrinberg/flask-httpauth/ +Source: https://files.pythonhosted.org/packages/source/F/Flask-HTTPAuth/%{modname}-%{version}.tar.gz BuildRequires: %{python_module Flask} +BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-Flask - BuildArch: noarch - %python_subpackages %description @@ -51,10 +47,14 @@ Simple extension that provides Basic and Digest HTTP authentication for Flask ro %install %python_install -%fdupes %{buildroot}%{_prefix} +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%check +%python_exec setup.py test %files %{python_files} -%defattr(-,root,root,-) +%license LICENSE +%doc README.md %{python_sitelib}/* %changelog