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