- Update to 3.2.4:

* Various spelling fixes
  * Refactored HTTPAuth login_required

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-HTTPAuth?expand=0&rev=2
This commit is contained in:
Tomáš Chvátal 2018-10-30 10:53:50 +00:00 committed by Git OBS Bridge
parent c34fb4f8ca
commit acbbf86029
4 changed files with 26 additions and 19 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5f4ba7ab79103e28b566c6a0592076312d17c716e079c66ca9ffe21a7871ee8d
size 226047

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f71b7611f385fbdf350e8c430eed17b41c3b2200dc35eae19c1734264b68e31d
size 31341

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Oct 30 10:51:31 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.2.4:
* Various spelling fixes
* Refactored HTTPAuth login_required
-------------------------------------------------------------------
Sat Nov 25 14:51:50 UTC 2017 - axel.braun@gmx.de

View File

@ -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