14
0

Accepting request 659941 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/659941
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests_ntlm?expand=0&rev=2
This commit is contained in:
2018-12-24 10:46:32 +00:00
committed by Git OBS Bridge
2 changed files with 21 additions and 11 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Dec 18 23:42:59 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary. Trim filler wording from description.
-------------------------------------------------------------------
Tue Dec 4 12:53:48 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 6 13:48:28 UTC 2018 - mardnh@gmx.de Fri Apr 6 13:48:28 UTC 2018 - mardnh@gmx.de

View File

@@ -12,27 +12,27 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-requests_ntlm Name: python-requests_ntlm
Version: 1.1.0 Version: 1.1.0
Release: 0 Release: 0
Summary: NTLM authentication for the python-requests library
License: ISC License: ISC
Summary: Adds support for NTLM authentication to the requests library
Url: https://github.com/requests/requests-ntlm
Group: Development/Languages/Python 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 Source: https://github.com/requests/requests-ntlm/archive/v%{version}.tar.gz#/requests-ntlm-%{version}.tar.gz
BuildRequires: python-rpm-macros BuildRequires: %{python_module Flask}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module cryptography >= 1.3} BuildRequires: %{python_module cryptography >= 1.3}
BuildRequires: %{python_module ntlm-auth >= 1.0.2} BuildRequires: %{python_module ntlm-auth >= 1.0.2}
BuildRequires: %{python_module requests >= 2.0.0}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module Flask} BuildRequires: %{python_module requests >= 2.0.0}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-cryptography >= 1.3 Requires: python-cryptography >= 1.3
Requires: python-ntlm-auth >= 1.0.2 Requires: python-ntlm-auth >= 1.0.2
Requires: python-requests >= 2.0.0 Requires: python-requests >= 2.0.0
@@ -41,9 +41,9 @@ BuildArch: noarch
%description %description
This package allows for HTTP NTLM authentication using This package allows for HTTP NTLM authentication using
python-requests, the HTTP library for humans. HttpNtlmAuth extends python-requests. HttpNtlmAuth extends requests' AuthBase, so it can
requests' AuthBase, so it can be dropped directly in place, or used be dropped directly in place, or used in conjunction with a Session
in conjunction with a Session to make use of connection pooling. to make use of connection pooling.
%prep %prep
%setup -q -n requests-ntlm-%{version} %setup -q -n requests-ntlm-%{version}