%global upstream_name requests-kerberos %global module_name requests_kerberos %global commit0 393e49c698904c76ad9f56c6e4dbd2dbc55a7c42 %global gittag0 v0.12.0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global with_python2 1 %if 0%{?rhel} && 0%{?rhel} > 7 %global with_python2 0 %endif Name: python-%{upstream_name} Version: 0.12.0 Release: 5%{?dist}.1 Summary: A Kerberos authentication handler for python-requests License: MIT URL: https://github.com/requests/requests-kerberos # Upstream considers Github not PyPI to be the authoritative source tarballs: # https://github.com/requests/requests-kerberos/pull/78 Source0: https://github.com/requests/requests-kerberos/archive/%{commit0}.tar.gz#/%{upstream_name}-%{shortcommit0}.tar.gz # Upstream has switched their requirement to the "pykerberos" fork, but for now # we still have the original "kerberos" module in Fedora. Patch1: 0001-switch-requirement-from-pykerberos-back-to-kerberos.patch BuildArch: noarch %if 0%{?with_python2} BuildRequires: python2-devel BuildRequires: python2-setuptools BuildRequires: python2-pytest BuildRequires: python2-mock %endif BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pytest BuildRequires: python3-mock %description Requests is an HTTP library, written in Python, for human beings. This library adds optional Kerberos/GSSAPI authentication support and supports mutual authentication. %if 0%{?with_python2} %package -n python2-%{upstream_name} Summary: %{summary} Requires: python2-requests >= 1.1 Requires: python2-kerberos Requires: python2-cryptography # runtime requirements are needed for tests also BuildRequires: python2-requests >= 1.1 BuildRequires: python2-kerberos BuildRequires: python2-cryptography %{?python_provide:%python_provide python2-%{upstream_name}} Obsoletes: python-requests-kerberos < 0.8.0-4 %description -n python2-%{upstream_name} Requests is an HTTP library, written in Python, for human beings. This library adds optional Kerberos/GSSAPI authentication support and supports mutual authentication. %endif %package -n python3-%{upstream_name} Summary: %{summary} Requires: python3-requests >= 1.1 Requires: python3-kerberos Requires: python3-cryptography # runtime requirements are needed for tests also BuildRequires: python3-requests >= 1.1 BuildRequires: python3-kerberos BuildRequires: python3-cryptography %{?python_provide:%python_provide python3-%{upstream_name}} %description -n python3-%{upstream_name} Requests is an HTTP library, written in Python, for human beings. This library adds optional Kerberos/GSSAPI authentication support and supports mutual authentication. %prep %setup -q -n %{upstream_name}-%{commit0} %patch1 -p1 %build %if 0%{?with_python2} %py2_build %endif %py3_build %check %if 0%{?with_python2} py.test-2 tests/ %endif py.test-3 tests/ %install %if 0%{?with_python2} %py2_install %endif %py3_install %if 0%{?with_python2} %files -n python2-%{upstream_name} %license LICENSE %doc README.rst AUTHORS HISTORY.rst %{python2_sitelib}/%{module_name} %{python2_sitelib}/%{module_name}*.egg-info %endif %files -n python3-%{upstream_name} %license LICENSE %doc README.rst AUTHORS HISTORY.rst %{python3_sitelib}/%{module_name} %{python3_sitelib}/%{module_name}*.egg-info %changelog * Wed Jun 19 2019 Troy Dawson - 0.12.0-5.1 - Make python2 optional - Do not build python2 on RHEL8 * Sat Feb 02 2019 Fedora Release Engineering - 0.12.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 14 2018 Fedora Release Engineering - 0.12.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sun Jun 17 2018 Miro Hrončok - 0.12.0-3 - Rebuilt for Python 3.7 * Fri Feb 09 2018 Fedora Release Engineering - 0.12.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Jan 08 2018 Dan Callaghan 0.12.0-1 - Upstream release 0.12.0: https://github.com/requests/requests-kerberos/blob/v0.12.0/HISTORY.rst#0120-2017-12-20 * Thu Jul 27 2017 Fedora Release Engineering - 0.10.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 0.10.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok - 0.10.0-3 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering - 0.10.0-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Tue Jul 12 2016 Dan Callaghan - 0.10.0-1 - upstream bug fix release 0.10.0: https://github.com/requests/requests-kerberos/blob/v0.10.0/HISTORY.rst#0100-2016-05-18 * Fri Jul 01 2016 Dan Callaghan - 0.8.0-5 - add Obsoletes for python -> python2 rename * Fri Jul 01 2016 Dan Callaghan - 0.8.0-4 - build for Python 2 and 3 (RHBZ#1334415) - use %%license - run tests in %%check * Thu Feb 11 2016 Dan Callaghan - 0.8.0-3 - really fix requirements for kerberos module (#1305986) * Thu Feb 04 2016 Fedora Release Engineering - 0.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Mon Feb 01 2016 Dan Callaghan - 0.8.0-1 - upstream release 0.8.0 (#1296743) * Thu Jun 18 2015 Fedora Release Engineering - 0.7.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Thu Jun 11 2015 Dan Callaghan - 0.7.0-2 - relaxed version in kerberos module requirement, to work with python-kerberos 1.1 (#1215565) * Tue May 05 2015 Fedora Release Monitoring - 0.7.0-1 - Update to 0.7.0 (#1164464) * Fri Nov 07 2014 Dan Callaghan - 0.6-1 - fix for mutual authentication handling (RHBZ#1160545, CVE-2014-8650) * Sat Jun 07 2014 Fedora Release Engineering - 0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Tue May 27 2014 Dan Callaghan - 0.5-1 - upstream bug fix release 0.5 * Sun Aug 04 2013 Fedora Release Engineering - 0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Mon Jun 03 2013 Dan Callaghan - 0.3-1 - upstream bug fix release 0.3 * Mon May 27 2013 Dan Callaghan - 0.2-2 - require requests >= 1.0 * Tue May 14 2013 Dan Callaghan - 0.2-1 - initial version