From 3e9af42574f90b043090d4297d5d35361983e60f Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 15 Jun 2022 15:13:51 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- 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 2f1afd9..a7c54e1 100644 --- a/python-requests-oauthlib.spec +++ b/python-requests-oauthlib.spec @@ -3,7 +3,7 @@ Name: python-requests-oauthlib Version: 1.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: OAuthlib authentication support for Requests. License: ISC @@ -58,6 +58,9 @@ rm -rf %{distname}.egg-info %{python3_sitelib}/%{modname}-%{version}* %changelog +* Wed Jun 15 2022 Python Maint - 1.3.1-2 +- Rebuilt for Python 3.11 + * Sun May 29 2022 Kevin Fenzi - 1.3.1-1 - Update to 1.3.1. Fixes rhbz#2048147