14
0

- 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
This commit is contained in:
Tomáš Chvátal
2019-04-03 08:44:17 +00:00
committed by Git OBS Bridge
parent 86b3714821
commit ebe7992e43
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 3 08:43:25 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Lower down PyJWT dependency the higher is not really needed
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 2 10:09:14 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com> Tue Apr 2 10:09:14 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -26,7 +26,7 @@ License: BSD-3-Clause
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/python-social-auth/social-core 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 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 coverage >= 3.6}
BuildRequires: %{python_module cryptography >= 2.1.1} BuildRequires: %{python_module cryptography >= 2.1.1}
BuildRequires: %{python_module httpretty} BuildRequires: %{python_module httpretty}
@@ -47,7 +47,7 @@ BuildRequires: python2-python-openid >= 2.2.5
BuildRequires: python3 >= 3.4.0 BuildRequires: python3 >= 3.4.0
BuildRequires: python3-defusedxml >= 0.5.0 BuildRequires: python3-defusedxml >= 0.5.0
BuildRequires: python3-python3-openid >= 3.0.10 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-cryptography >= 2.1.1
Requires: python-oauthlib >= 1.0.3 Requires: python-oauthlib >= 1.0.3
Requires: python-python-jose >= 3.0.0 Requires: python-python-jose >= 3.0.0