|
|
e69391 |
%global sname requests-gssapi
|
|
|
e69391 |
%global s_name requests_gssapi
|
|
|
e69391 |
|
|
|
e69391 |
Name: python-%{sname}
|
|
|
e69391 |
Version: 1.2.3
|
|
|
e69391 |
Release: 3%{?dist}
|
|
|
e69391 |
Summary: A GSSAPI/SPNEGO authentication handler for python-requests
|
|
|
e69391 |
|
|
|
e69391 |
License: ISC
|
|
|
e69391 |
URL: https://github.com/pythongssapi/%{sname}
|
|
|
e69391 |
Source0: https://github.com/pythongssapi/%{sname}/releases/download/v%{version}/%{sname}-%{version}.tar.gz
|
|
|
e69391 |
BuildArch: noarch
|
|
|
e69391 |
|
|
|
e69391 |
# Patches
|
|
|
e69391 |
|
|
|
e69391 |
BuildRequires: git-core
|
|
|
e69391 |
BuildRequires: python3-devel
|
|
|
e69391 |
BuildRequires: python3-gssapi
|
|
|
e69391 |
BuildRequires: python3-requests
|
|
|
e69391 |
BuildRequires: python3-setuptools
|
|
|
e69391 |
|
|
|
e69391 |
%global _description\
|
|
|
e69391 |
Requests is an HTTP library, written in Python, for human beings. This\
|
|
|
e69391 |
library adds optional GSSAPI authentication support and supports\
|
|
|
e69391 |
mutual authentication. It includes a fully backward-compatible shim\
|
|
|
e69391 |
for requests-kerberos.
|
|
|
e69391 |
|
|
|
e69391 |
%description %_description
|
|
|
e69391 |
|
|
|
e69391 |
%package -n python3-%{sname}
|
|
|
e69391 |
Summary: %summary
|
|
|
e69391 |
Requires: python3-gssapi
|
|
|
e69391 |
Requires: python3-requests
|
|
|
e69391 |
%{?python_provide:%python_provide python3-%{sname}}
|
|
|
e69391 |
%description -n python3-%{sname} %_description
|
|
|
e69391 |
|
|
|
e69391 |
%prep
|
|
|
e69391 |
%autosetup -S git_am -n %{sname}-%{version}
|
|
|
e69391 |
|
|
|
e69391 |
%build
|
|
|
e69391 |
|
|
|
e69391 |
%py3_build
|
|
|
e69391 |
|
|
|
e69391 |
%install
|
|
|
e69391 |
%py3_install
|
|
|
e69391 |
|
|
|
e69391 |
%check
|
|
|
e69391 |
%{__python3} -m unittest
|
|
|
e69391 |
|
|
|
e69391 |
%files -n python3-%{sname}
|
|
|
e69391 |
%doc README.rst AUTHORS HISTORY.rst
|
|
|
e69391 |
%license LICENSE
|
|
|
e69391 |
%{python3_sitelib}/%{s_name}*
|
|
|
e69391 |
|
|
|
e69391 |
|
|
|
e69391 |
%changelog
|
|
|
e69391 |
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.3-3
|
|
|
e69391 |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
e69391 |
Related: rhbz#1991688
|
|
|
e69391 |
|
|
|
e69391 |
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.3-2
|
|
|
e69391 |
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
e69391 |
|
|
|
e69391 |
* Mon Feb 08 2021 Robbie Harwood <rharwood@redhat.com> - 1.2.3-1
|
|
|
e69391 |
- New upstream release (1.2.3)
|
|
|
e69391 |
|
|
|
e69391 |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-2
|
|
|
e69391 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
e69391 |
|
|
|
e69391 |
* Fri Aug 07 2020 Robbie Harwood <rharwood@redhat.com> - 1.2.2-1
|
|
|
e69391 |
- New upstream release (1.2.2)
|
|
|
e69391 |
|
|
|
e69391 |
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-3
|
|
|
e69391 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
e69391 |
|
|
|
e69391 |
* Tue May 26 2020 Miro Hron훾ok <mhroncok@redhat.com> - 1.2.1-2
|
|
|
e69391 |
- Rebuilt for Python 3.9
|
|
|
e69391 |
|
|
|
e69391 |
* Tue Mar 31 2020 Robbie Harwood <rharwood@redhat.com> - 1.2.1-1
|
|
|
e69391 |
- New upstream release (1.2.1)
|
|
|
e69391 |
|
|
|
e69391 |
* Tue Feb 18 2020 Robbie Harwood <rharwood@redhat.com> - 1.2.0-1
|
|
|
e69391 |
- New upstream release (1.2.0)
|
|
|
e69391 |
|
|
|
e69391 |
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-5
|
|
|
e69391 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
e69391 |
|
|
|
e69391 |
* Thu Oct 03 2019 Miro Hron훾ok <mhroncok@redhat.com> - 1.1.0-4
|
|
|
e69391 |
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
|
e69391 |
|
|
|
e69391 |
* Mon Aug 19 2019 Miro Hron훾ok <mhroncok@redhat.com> - 1.1.0-3
|
|
|
e69391 |
- Rebuilt for Python 3.8
|
|
|
e69391 |
|
|
|
e69391 |
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
|
|
|
e69391 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
e69391 |
|
|
|
e69391 |
* Tue May 21 2019 Robbie Harwood <rharwood@redhat.com> - 1.1.0-1
|
|
|
e69391 |
- New upstream release (1.1.0)
|
|
|
e69391 |
|
|
|
e69391 |
* Thu Apr 11 2019 Robbie Harwood <rharwood@redhat.com> - 1.0.1-1
|
|
|
e69391 |
- New upstream release (1.0.1)
|
|
|
e69391 |
- Resolves: #1698650
|
|
|
e69391 |
|
|
|
e69391 |
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-6
|
|
|
e69391 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
e69391 |
|
|
|
e69391 |
* Mon Sep 17 2018 Robbie Harwood <rharwood@redhat.com> - 1.0.0-5
|
|
|
e69391 |
- Drop python2 subpackage
|
|
|
e69391 |
- Resolves: #1629796
|
|
|
e69391 |
|
|
|
e69391 |
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-4
|
|
|
e69391 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
e69391 |
|
|
|
e69391 |
* Tue Jun 19 2018 Miro Hron훾ok <mhroncok@redhat.com> - 1.0.0-3
|
|
|
e69391 |
- Rebuilt for Python 3.7
|
|
|
e69391 |
|
|
|
e69391 |
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
|
|
|
e69391 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
e69391 |
|
|
|
e69391 |
* Tue Dec 19 2017 Robbie Harwood <rharwood@redhat.com> - 1.0.0-1
|
|
|
e69391 |
- New upstream release (v1.0.0)
|