diff --git a/python-requests-kerberos.spec b/python-requests-kerberos.spec index f4c46b0..f2881f6 100644 --- a/python-requests-kerberos.spec +++ b/python-requests-kerberos.spec @@ -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