From 89ccdde00db36ffbd19feca0a2a6e177965a5a92 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Fri, 16 Apr 2021 04:43:38 +0000 Subject: [PATCH] - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 Signed-off-by: Mohan Boddu --- python-requests-oauthlib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-requests-oauthlib.spec b/python-requests-oauthlib.spec index 757f1c8..c2f31c5 100644 --- a/python-requests-oauthlib.spec +++ b/python-requests-oauthlib.spec @@ -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 - 1.3.0-10 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + * Mon Feb 8 2021 Jakub Hrozek - 1.3.0-9 - Drop python2 support - actually run unit tests