commit 76e56bf394a20ea6d4ff2c727d7cee850a55a959 Author: Sergey Cherevko Date: Thu Dec 7 16:45:47 2023 +0300 import python-requests-gssapi-1.2.2-1.el8 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e53726b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/requests-gssapi-1.2.2.tar.gz diff --git a/.python-requests-gssapi.metadata b/.python-requests-gssapi.metadata new file mode 100644 index 0000000..d716a22 --- /dev/null +++ b/.python-requests-gssapi.metadata @@ -0,0 +1 @@ +3e331a137b9bf9eb95761ebc31749b5167db9f05 SOURCES/requests-gssapi-1.2.2.tar.gz diff --git a/SPECS/python-requests-gssapi.spec b/SPECS/python-requests-gssapi.spec new file mode 100644 index 0000000..9a4f82e --- /dev/null +++ b/SPECS/python-requests-gssapi.spec @@ -0,0 +1,95 @@ +%global sname requests-gssapi +%global s_name requests_gssapi + +Name: python-%{sname} +Version: 1.2.2 +Release: 1%{?dist} +Summary: A GSSAPI/SPNEGO authentication handler for python-requests + +License: ISC +URL: https://github.com/pythongssapi/%{sname} +Source0: https://github.com/pythongssapi/%{sname}/releases/download/v%{version}/%{sname}-%{version}.tar.gz +BuildArch: noarch + +# Patches + +BuildRequires: git-core +BuildRequires: python3-devel +BuildRequires: python3-gssapi +BuildRequires: python3-mock +BuildRequires: python3-nose +BuildRequires: python3-requests +BuildRequires: python3-setuptools + +%global _description\ +Requests is an HTTP library, written in Python, for human beings. This\ +library adds optional GSSAPI authentication support and supports\ +mutual authentication. It includes a fully backward-compatible shim\ +for requests-kerberos. + +%description %_description + +%package -n python3-%{sname} +Summary: %summary +Requires: python3-gssapi +Requires: python3-requests +%{?python_provide:%python_provide python3-%{sname}} +%description -n python3-%{sname} %_description + +%prep +%autosetup -S git -n %{sname}-%{version} + +%build + +%py3_build + +%install +%py3_install + +%check +%{__python3} setup.py nosetests + +%files -n python3-%{sname} +%doc README.rst AUTHORS HISTORY.rst +%license LICENSE +%{python3_sitelib}/%{s_name}* + + +%changelog +* Thu Dec 07 2023 Sergey Cherevko - 1.2.2-1 +- Rebuilt for MSVSphere 8.8 + +* Tue Aug 11 2020 Robbie Harwood - 1.2.2-1 +- New upsteam release (1.2.2) + +* Mon Aug 19 2019 Miro Hrončok - 1.1.0-3 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 1.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Tue May 21 2019 Robbie Harwood - 1.1.0-1 +- New upstream release (1.1.0) + +* Thu Apr 11 2019 Robbie Harwood - 1.0.1-1 +- New upstream release (1.0.1) +- Resolves: #1698650 + +* Sat Feb 02 2019 Fedora Release Engineering - 1.0.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Mon Sep 17 2018 Robbie Harwood - 1.0.0-5 +- Drop python2 subpackage +- Resolves: #1629796 + +* Sat Jul 14 2018 Fedora Release Engineering - 1.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 1.0.0-3 +- Rebuilt for Python 3.7 + +* Fri Feb 09 2018 Fedora Release Engineering - 1.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Tue Dec 19 2017 Robbie Harwood - 1.0.0-1 +- New upstream release (v1.0.0)