Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/python-urllib-gssapi.git#d97f3cc816a290a7d43946f66e140de7710fec68
This commit is contained in:
parent
bc9f835895
commit
6766bd964f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/urllib_gssapi-1.0.1.tar.gz
|
||||
/urllib_gssapi-1.0.2.tar.gz
|
||||
|
@ -2,8 +2,8 @@
|
||||
%global s_name urllib_gssapi
|
||||
|
||||
Name: python-%{sname}
|
||||
Version: 1.0.1
|
||||
Release: 13%{?dist}
|
||||
Version: 1.0.2
|
||||
Release: 2%{?dist}
|
||||
Summary: A GSSAPI/SPNEGO authentication handler for urllib/urllib2
|
||||
|
||||
License: ASL 2.0
|
||||
@ -17,7 +17,6 @@ BuildRequires: git-core
|
||||
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-gssapi
|
||||
BuildRequires: python3-nose
|
||||
BuildRequires: python3-setuptools
|
||||
|
||||
%global _description\
|
||||
@ -44,7 +43,7 @@ Requires: python3-gssapi
|
||||
%py3_install
|
||||
|
||||
%check
|
||||
%{__python3} setup.py nosetests
|
||||
%{__python3} -m unittest
|
||||
|
||||
%files -n python3-%{sname}
|
||||
%doc README.md
|
||||
@ -52,6 +51,12 @@ Requires: python3-gssapi
|
||||
%{python3_sitelib}/%{s_name}*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 19 2021 Robbie Harwood <rharwood@redhat.com> - 1.0.2-2
|
||||
- Drop dependency on python-nose
|
||||
|
||||
* Fri Mar 19 2021 Robbie Harwood <rharwood@redhat.com> - 1.0.2-1
|
||||
- New upstream release (1.0.2)
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (urllib_gssapi-1.0.1.tar.gz) = 37018322fe12f52583bc10b6fd42084f4e664e48207a408cf8f727b6dfca0d8cc1c934ea0972e0f007cbe1bddd3ed8bd63df6a7904e58d6bb3eef7789b9a964c
|
||||
SHA512 (urllib_gssapi-1.0.2.tar.gz) = f09d9ee06c43b7aa54ffb4702f420135c98de6079a34720648ac6f0ed4ba1a6ed7626aa54a1a5ffe5c84684e3d3956ae179122395c18d2dfd573cbe8bfffb558
|
||||
|
Loading…
Reference in New Issue
Block a user