diff --git a/python-requests_ntlm.changes b/python-requests_ntlm.changes index 5a92745..c18b369 100644 --- a/python-requests_ntlm.changes +++ b/python-requests_ntlm.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Dec 18 23:42:59 UTC 2018 - Jan Engelhardt + +- Use noun phrase in summary. Trim filler wording from description. + +------------------------------------------------------------------- +Tue Dec 4 12:53:48 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Fri Apr 6 13:48:28 UTC 2018 - mardnh@gmx.de diff --git a/python-requests_ntlm.spec b/python-requests_ntlm.spec index 63f1009..25ec7f6 100644 --- a/python-requests_ntlm.spec +++ b/python-requests_ntlm.spec @@ -12,27 +12,27 @@ # 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-%{**}} Name: python-requests_ntlm Version: 1.1.0 Release: 0 +Summary: NTLM authentication for the python-requests library License: ISC -Summary: Adds support for NTLM authentication to the requests library -Url: https://github.com/requests/requests-ntlm Group: Development/Languages/Python +Url: https://github.com/requests/requests-ntlm Source: https://github.com/requests/requests-ntlm/archive/v%{version}.tar.gz#/requests-ntlm-%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module Flask} BuildRequires: %{python_module cryptography >= 1.3} BuildRequires: %{python_module ntlm-auth >= 1.0.2} -BuildRequires: %{python_module requests >= 2.0.0} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module Flask} +BuildRequires: %{python_module requests >= 2.0.0} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-cryptography >= 1.3 Requires: python-ntlm-auth >= 1.0.2 Requires: python-requests >= 2.0.0 @@ -41,9 +41,9 @@ BuildArch: noarch %description This package allows for HTTP NTLM authentication using -python-requests, the HTTP library for humans. HttpNtlmAuth extends -requests' AuthBase, so it can be dropped directly in place, or used -in conjunction with a Session to make use of connection pooling. +python-requests. HttpNtlmAuth extends requests' AuthBase, so it can +be dropped directly in place, or used in conjunction with a Session +to make use of connection pooling. %prep %setup -q -n requests-ntlm-%{version}