2018-02-26 17:29:07 +00:00
|
|
|
%global sname urllib-gssapi
|
|
|
|
%global s_name urllib_gssapi
|
|
|
|
|
|
|
|
Name: python-%{sname}
|
2021-03-19 21:26:14 +00:00
|
|
|
Version: 1.0.2
|
2022-01-21 16:17:52 +00:00
|
|
|
Release: 5%{?dist}
|
2018-02-26 17:29:07 +00:00
|
|
|
Summary: A GSSAPI/SPNEGO authentication handler for urllib/urllib2
|
|
|
|
|
|
|
|
License: ASL 2.0
|
|
|
|
URL: https://github.com/pythongssapi/%{sname}
|
|
|
|
Source0: https://github.com/pythongssapi/%{sname}/releases/download/v%{version}/%{s_name}-%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
# Patches
|
|
|
|
|
|
|
|
BuildRequires: git-core
|
|
|
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-gssapi
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
|
|
|
|
%global _description\
|
|
|
|
urllib_gssapi is a backend for urllib. It provides GSSAPI/SPNEGO\
|
|
|
|
authentication to HTTP servers. urllib_gssapi replaces urllib_kerberos and\
|
|
|
|
behaves in the same ways.
|
|
|
|
|
|
|
|
%description %_description
|
|
|
|
|
|
|
|
%package -n python3-%{sname}
|
|
|
|
Summary: %summary
|
|
|
|
Requires: python3-gssapi
|
|
|
|
%{?python_provide:%python_provide python3-%{sname}}
|
|
|
|
%description -n python3-%{sname} %_description
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%autosetup -S git -n %{s_name}-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%py3_build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%py3_install
|
|
|
|
|
|
|
|
%check
|
2021-03-19 21:50:15 +00:00
|
|
|
%{__python3} -m unittest
|
2018-02-26 17:29:07 +00:00
|
|
|
|
|
|
|
%files -n python3-%{sname}
|
|
|
|
%doc README.md
|
|
|
|
%license COPYING
|
|
|
|
%{python3_sitelib}/%{s_name}*
|
|
|
|
|
|
|
|
%changelog
|
2022-01-21 16:17:52 +00:00
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-07-23 10:07:18 +00:00
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-06-04 19:07:23 +00:00
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.0.2-3
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
2021-03-19 21:46:04 +00:00
|
|
|
* Fri Mar 19 2021 Robbie Harwood <rharwood@redhat.com> - 1.0.2-2
|
|
|
|
- Drop dependency on python-nose
|
|
|
|
|
2021-03-19 21:26:14 +00:00
|
|
|
* Fri Mar 19 2021 Robbie Harwood <rharwood@redhat.com> - 1.0.2-1
|
|
|
|
- New upstream release (1.0.2)
|
|
|
|
|
2021-01-27 14:02:24 +00:00
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-07-29 04:29:30 +00:00
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-05-26 01:44:39 +00:00
|
|
|
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.0.1-11
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
2020-01-30 16:01:50 +00:00
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-10-03 12:34:49 +00:00
|
|
|
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.0.1-9
|
|
|
|
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
|
|
|
2019-08-19 09:00:53 +00:00
|
|
|
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.0.1-8
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
2019-07-26 16:55:54 +00:00
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-02 09:54:41 +00:00
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-12-04 17:39:33 +00:00
|
|
|
* Tue Dec 04 2018 Robbie Harwood <rharwood@redhat.com> - 1.0.1-5
|
|
|
|
- Drop python2 subpackage
|
|
|
|
- Resolves: #1655258
|
|
|
|
|
2018-09-24 17:26:26 +00:00
|
|
|
* Mon Sep 24 2018 Robbie Harwood <rharwood@redhat.com> - 1.0.1-4
|
|
|
|
- Drop requirement on python-requests
|
|
|
|
- Resolves: #1631938
|
|
|
|
|
2018-07-14 02:31:30 +00:00
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-19 09:23:21 +00:00
|
|
|
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.0.1-2
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
2018-02-26 17:29:07 +00:00
|
|
|
* Fri Feb 23 2018 Robbie Harwood <rharwood@redhat.com> - 1.0.1-1
|
|
|
|
- New upstream release (v1.0.0)
|
|
|
|
- Adds COPYING and removes shebang
|
|
|
|
- Resolves: #1546835
|
|
|
|
|
|
|
|
* Mon Feb 19 2018 Robbie Harwood <rharwood@redhat.com> - 1.0.0-1
|
|
|
|
- New upstream release (v1.0.0)
|