Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-15 15:13:51 +02:00 committed by Tomáš Hrnčiar
parent 59d092ff44
commit 3e9af42574

View File

@ -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 <python-maint@redhat.com> - 1.3.1-2
- Rebuilt for Python 3.11
* Sun May 29 2022 Kevin Fenzi <kevin@scrye.com> - 1.3.1-1
- Update to 1.3.1. Fixes rhbz#2048147