New upstream release (1.2.3)
This commit is contained in:
parent
a14d8fcd93
commit
d269b843f2
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/requests-gssapi-1.2.0.tar.gz
|
||||
/requests-gssapi-1.2.1.tar.gz
|
||||
/requests-gssapi-1.2.2.tar.gz
|
||||
/requests-gssapi-1.2.3.tar.gz
|
||||
|
@ -2,8 +2,8 @@
|
||||
%global s_name requests_gssapi
|
||||
|
||||
Name: python-%{sname}
|
||||
Version: 1.2.2
|
||||
Release: 2%{?dist}
|
||||
Version: 1.2.3
|
||||
Release: 1%{?dist}
|
||||
Summary: A GSSAPI/SPNEGO authentication handler for python-requests
|
||||
|
||||
License: ISC
|
||||
@ -16,8 +16,6 @@ BuildArch: noarch
|
||||
BuildRequires: git-core
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-gssapi
|
||||
BuildRequires: python3-mock
|
||||
BuildRequires: python3-nose
|
||||
BuildRequires: python3-requests
|
||||
BuildRequires: python3-setuptools
|
||||
|
||||
@ -37,7 +35,7 @@ Requires: python3-requests
|
||||
%description -n python3-%{sname} %_description
|
||||
|
||||
%prep
|
||||
%autosetup -S git -n %{sname}-%{version}
|
||||
%autosetup -S git_am -n %{sname}-%{version}
|
||||
|
||||
%build
|
||||
|
||||
@ -47,7 +45,7 @@ Requires: python3-requests
|
||||
%py3_install
|
||||
|
||||
%check
|
||||
%{__python3} setup.py nosetests
|
||||
%{__python3} -m unittest
|
||||
|
||||
%files -n python3-%{sname}
|
||||
%doc README.rst AUTHORS HISTORY.rst
|
||||
@ -56,6 +54,9 @@ Requires: python3-requests
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 08 2021 Robbie Harwood <rharwood@redhat.com> - 1.2.3-1
|
||||
- New upstream release (1.2.3)
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (requests-gssapi-1.2.2.tar.gz) = 6b33a372b6fc5885f54d0c4c64e5792c69be27d4d7331bfb13b84efc3ac87df5226f0276a0480765a525674e29d0fe033ee0d8adc099bd375002ec84c291c363
|
||||
SHA512 (requests-gssapi-1.2.3.tar.gz) = 5645785e4d96e935fde73395386f3622b1463e91cafddc07e9b55a990c977b136ccd440cbc190801b966e9c0ec083d2a270f06cb6e4f754093cc7343b0935994
|
||||
|
Loading…
Reference in New Issue
Block a user