From 021325d2361cc713aa6b3b1768d896672bee779e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= <miro@hroncok.cz>
Date: Fri, 15 Jun 2018 22:01:08 +0200
Subject: [PATCH] Rebuilt for Python 3.7

---
 python-oauthlib.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/python-oauthlib.spec b/python-oauthlib.spec
index 4f24cf5..5f8ad34 100644
--- a/python-oauthlib.spec
+++ b/python-oauthlib.spec
@@ -24,7 +24,7 @@
 
 Name:               python-oauthlib
 Version:            2.0.1
-Release:            7%{?dist}
+Release:            8%{?dist}
 Summary:            An implementation of the OAuth request-signing logic
 
 Group:              Development/Libraries
@@ -164,6 +164,9 @@ rm -rf %{modname}.egg-info
 %endif
 
 %changelog
+* Fri Jun 15 2018 Miro HronĨok <mhroncok@redhat.com> - 2.0.1-8
+- Rebuilt for Python 3.7
+
 * Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.0.1-7
 - Update Python 2 dependency declarations to new packaging standards
   (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)