package init
This commit is contained in:
parent
1457ace18f
commit
c1be8d768c
@ -14,11 +14,7 @@ Requires: python3-requests python3-cryptography
|
|||||||
%description
|
%description
|
||||||
Requests is an HTTP library, written in Python, for human beings. This library
|
Requests is an HTTP library, written in Python, for human beings. This library
|
||||||
adds optional Kerberos/GSSAPI authentication support and supports mutual
|
adds optional Kerberos/GSSAPI authentication support and supports mutual
|
||||||
authentication. Basic GET usage:
|
authentication.
|
||||||
>>> import requests
|
|
||||||
>>> from requests_kerberos import HTTPKerberosAuth
|
|
||||||
>>> r = requests.get("http://example.org", auth=HTTPKerberosAuth())
|
|
||||||
The entire ``requests.api`` should be supported.
|
|
||||||
|
|
||||||
%package -n python3-requests-kerberos
|
%package -n python3-requests-kerberos
|
||||||
Summary: A Kerberos authentication handler for python-requests
|
Summary: A Kerberos authentication handler for python-requests
|
||||||
@ -27,11 +23,7 @@ BuildRequires: python3-devel python3-setuptools
|
|||||||
%description -n python3-requests-kerberos
|
%description -n python3-requests-kerberos
|
||||||
Requests is an HTTP library, written in Python, for human beings. This library
|
Requests is an HTTP library, written in Python, for human beings. This library
|
||||||
adds optional Kerberos/GSSAPI authentication support and supports mutual
|
adds optional Kerberos/GSSAPI authentication support and supports mutual
|
||||||
authentication. Basic GET usage:
|
authentication.
|
||||||
>>> import requests
|
|
||||||
>>> from requests_kerberos import HTTPKerberosAuth
|
|
||||||
>>> r = requests.get("http://example.org", auth=HTTPKerberosAuth())
|
|
||||||
The entire ``requests.api`` should be supported.
|
|
||||||
|
|
||||||
%package help
|
%package help
|
||||||
Summary: Development documents and examples for requests-kerberos
|
Summary: Development documents and examples for requests-kerberos
|
||||||
@ -39,11 +31,7 @@ Provides: python3-requests-kerberos-doc
|
|||||||
%description help
|
%description help
|
||||||
Requests is an HTTP library, written in Python, for human beings. This library
|
Requests is an HTTP library, written in Python, for human beings. This library
|
||||||
adds optional Kerberos/GSSAPI authentication support and supports mutual
|
adds optional Kerberos/GSSAPI authentication support and supports mutual
|
||||||
authentication. Basic GET usage:
|
authentication.
|
||||||
>>> import requests
|
|
||||||
>>> from requests_kerberos import HTTPKerberosAuth
|
|
||||||
>>> r = requests.get("http://example.org", auth=HTTPKerberosAuth())
|
|
||||||
The entire ``requests.api`` should be supported.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n requests-kerberos-0.12.0 -p1
|
%autosetup -n requests-kerberos-0.12.0 -p1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user