From ae6d16af5055ab98969448f89acb0eab1fa295dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Dec 2016 18:20:37 +0100 Subject: [PATCH] Rebuild for Python 3.6 --- python-oauth2client.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-oauth2client.spec b/python-oauth2client.spec index b040ce6..4f4045f 100644 --- a/python-oauth2client.spec +++ b/python-oauth2client.spec @@ -12,7 +12,7 @@ Name: python-%{srcname} Version: 3.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{sum} Group: Development/Languages @@ -174,6 +174,9 @@ rm -r $(find %{_buildrootdir} -type d -name 'tests') %endif %changelog +* Mon Dec 19 2016 Miro HronĨok - 3.0.0-2 +- Rebuild for Python 3.6 + * Thu Nov 10 2016 Michele Baldessari - 3.0.0-1 - New upstream