package init

This commit is contained in:
wangxiao65 2020-08-11 21:15:41 +08:00
parent 1457ace18f
commit c1be8d768c

View File

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