From ebe7992e435a6cab5c8f6a1e68c918c9bdf3c74900cc8302e65e4fb56cac8fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 3 Apr 2019 08:44:17 +0000 Subject: [PATCH] - Lower down PyJWT dependency the higher is not really needed OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-social-auth-core?expand=0&rev=10 --- python-social-auth-core.changes | 5 +++++ python-social-auth-core.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-social-auth-core.changes b/python-social-auth-core.changes index 7f81bce..0ee6fd4 100644 --- a/python-social-auth-core.changes +++ b/python-social-auth-core.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 3 08:43:25 UTC 2019 - Tomáš Chvátal + +- Lower down PyJWT dependency the higher is not really needed + ------------------------------------------------------------------- Tue Apr 2 10:09:14 UTC 2019 - Tomáš Chvátal diff --git a/python-social-auth-core.spec b/python-social-auth-core.spec index ef9bcbc..c50415b 100644 --- a/python-social-auth-core.spec +++ b/python-social-auth-core.spec @@ -26,7 +26,7 @@ License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/python-social-auth/social-core Source: https://files.pythonhosted.org/packages/source/s/social-auth-core/social-auth-core-%{version}.tar.gz -BuildRequires: %{python_module PyJWT >= 1.7.1} +BuildRequires: %{python_module PyJWT >= 1.4.0} BuildRequires: %{python_module coverage >= 3.6} BuildRequires: %{python_module cryptography >= 2.1.1} BuildRequires: %{python_module httpretty} @@ -47,7 +47,7 @@ BuildRequires: python2-python-openid >= 2.2.5 BuildRequires: python3 >= 3.4.0 BuildRequires: python3-defusedxml >= 0.5.0 BuildRequires: python3-python3-openid >= 3.0.10 -Requires: python-PyJWT >= 1.7.1 +Requires: python-PyJWT >= 1.4.0 Requires: python-cryptography >= 2.1.1 Requires: python-oauthlib >= 1.0.3 Requires: python-python-jose >= 3.0.0