Blame SPECS/python-requests-gssapi.spec

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