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