From 106f949d305bf302acf47a5d4b9a0b9a6e53ba73 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 20:59:09 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- 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..12a25d7 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 Jun 04 2021 Python Maint - 1.3.0-10 +- Rebuilt for Python 3.10 + * Mon Feb 8 2021 Jakub Hrozek - 1.3.0-9 - Drop python2 support - actually run unit tests