Compare commits

...

No commits in common. 'c9' and 'c8' have entirely different histories.
c9 ... c8

2
.gitignore vendored

@ -1 +1 @@
SOURCES/requests-gssapi-1.2.3.tar.gz
SOURCES/requests-gssapi-1.2.2.tar.gz

@ -1 +1 @@
1d8120ef56f3401da5df2d9e23b96d9adc3e1456 SOURCES/requests-gssapi-1.2.3.tar.gz
3e331a137b9bf9eb95761ebc31749b5167db9f05 SOURCES/requests-gssapi-1.2.2.tar.gz

@ -2,8 +2,8 @@
%global s_name requests_gssapi
Name: python-%{sname}
Version: 1.2.3
Release: 3%{?dist}
Version: 1.2.2
Release: 1%{?dist}
Summary: A GSSAPI/SPNEGO authentication handler for python-requests
License: ISC
@ -16,6 +16,8 @@ BuildArch: noarch
BuildRequires: git-core
BuildRequires: python3-devel
BuildRequires: python3-gssapi
BuildRequires: python3-mock
BuildRequires: python3-nose
BuildRequires: python3-requests
BuildRequires: python3-setuptools
@ -35,7 +37,7 @@ Requires: python3-requests
%description -n python3-%{sname} %_description
%prep
%autosetup -S git_am -n %{sname}-%{version}
%autosetup -S git -n %{sname}-%{version}
%build
@ -45,7 +47,7 @@ Requires: python3-requests
%py3_install
%check
%{__python3} -m unittest
%{__python3} setup.py nosetests
%files -n python3-%{sname}
%doc README.rst AUTHORS HISTORY.rst
@ -54,39 +56,8 @@ Requires: python3-requests
%changelog
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.3-3
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.3-2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* 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
* Fri Aug 07 2020 Robbie Harwood <rharwood@redhat.com> - 1.2.2-1
- New upstream release (1.2.2)
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.2.1-2
- Rebuilt for Python 3.9
* Tue Mar 31 2020 Robbie Harwood <rharwood@redhat.com> - 1.2.1-1
- New upstream release (1.2.1)
* Tue Feb 18 2020 Robbie Harwood <rharwood@redhat.com> - 1.2.0-1
- New upstream release (1.2.0)
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.1.0-4
- Rebuilt for Python 3.8.0rc1 (#1748018)
* Tue Aug 11 2020 Robbie Harwood <rharwood@redhat.com> - 1.2.2-1
- New upsteam release (1.2.2)
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.1.0-3
- Rebuilt for Python 3.8

Loading…
Cancel
Save