From 272ebd6f735b1d111541b85fab09e50b5f9d6d3a Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 18:41:07 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-oauth2client.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-oauth2client.spec b/python-oauth2client.spec index e7128b2..c8c3872 100644 --- a/python-oauth2client.spec +++ b/python-oauth2client.spec @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 4.1.3 -Release: 17%{?dist} +Release: 18%{?dist} Summary: %{sum} License: ASL 2.0 @@ -89,6 +89,9 @@ rm -r $(find %{_buildrootdir} -type d -name 'tests') || /bin/true %{python3_sitelib}/%{srcname}*.egg-info %changelog +* Mon Jun 13 2022 Python Maint - 4.1.3-18 +- Rebuilt for Python 3.11 + * Fri Feb 11 2022 Benjamin A. Beasley - 4.1.3-17 - Remove dependency on deprecated PyPI mock