- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2021-04-16 04:43:38 +00:00
parent 846a9a3345
commit 89ccdde00d
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Name: python-requests-oauthlib
Version: 1.3.0
Release: 9%{?dist}
Release: 10%{?dist}
Summary: OAuthlib authentication support for Requests.
License: ISC
@ -52,6 +52,9 @@ rm -rf %{distname}.egg-info
%{python3_sitelib}/%{modname}-%{version}*
%changelog
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.3.0-10
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Mon Feb 8 2021 Jakub Hrozek <jhrozek@redhat.com> - 1.3.0-9
- Drop python2 support
- actually run unit tests