forked from pool/python-social-auth-core
Accepting request 653228 from home:buschmann23:weblate
Update to version 2.0.0 OBS-URL: https://build.opensuse.org/request/show/653228 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-social-auth-core?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
f752fe7d9e
commit
fb3791d206
@@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 30 09:58:21 UTC 2018 - Matthias Fehring <buschmann23@opensuse.org>
|
||||
|
||||
- Update to version 2.0.0
|
||||
+ Added Telegram authentication backend
|
||||
+ Added Keycloak backend with premilinary OAuth2 support
|
||||
+ Added Globus OpenId Connect backend
|
||||
+ Added Discord OAuth2 backend
|
||||
+ Added SciStarter OAuth2 backend
|
||||
+ Added Flat OAuth2 backend
|
||||
+ Added ELIXIR OpenId Connect backend
|
||||
+ Added Atlassian OAuth2 backend
|
||||
+ GitHub backend now uses state parameter instead of redirect_state
|
||||
+ Correct setting name on AzureAD Tenant backend
|
||||
+ Introduce access token expired threshold of 5 seconds by default
|
||||
+ Delete partial token from session if still present
|
||||
+ Use userPrincipalName to set username and email accordingly
|
||||
+ Send authorization headers to Kakao OAuth2, properly fill user details
|
||||
+ LINE API update to v2.1
|
||||
+ Use unitest2 with Python 3
|
||||
+ Update Slack backend to use computed usename on teams setups
|
||||
+ Enforce unicode_literals on Slack backend
|
||||
+ Update ORCID backend to support Member API
|
||||
+ Updated Pixelpin backend to use the new OpenId Connect service
|
||||
+ Update sanitize_redirect to invalidate redirects like ///evil.com
|
||||
+ Update Coinbase API endpoint
|
||||
+ Dropped Python 3.3 support
|
||||
+ Updated Weixin backend to use urlencode from six
|
||||
+ Updated Google+ backend to properly process requests with id_token
|
||||
+ Updated OpenId connect dependencies
|
||||
- Require python3 3.4.0 or newer to build and run
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 1 13:37:44 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
|
@@ -13,13 +13,13 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-social-auth-core
|
||||
Version: 1.7.0
|
||||
Version: 2.0.0
|
||||
Release: 0
|
||||
Summary: Python Social Auth Core
|
||||
License: BSD-3-Clause
|
||||
@@ -43,6 +43,7 @@ BuildRequires: ca-certificates
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
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.4.0
|
||||
@@ -56,6 +57,7 @@ BuildArch: noarch
|
||||
Requires: python2-python-openid >= 2.2.5
|
||||
%endif
|
||||
%ifpython3
|
||||
Requires: python3 >= 3.4.0
|
||||
Requires: python3-defusedxml >= 0.5.0
|
||||
Requires: python3-python3-openid >= 3.0.10
|
||||
%endif
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b393754ab75f6e5176568554f4f7b5cd9e4cb6dab23d9614e5c9e1425f3fcf9
|
||||
size 161471
|
3
social-auth-core-2.0.0.tar.gz
Normal file
3
social-auth-core-2.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b8a34e7eb71c66e4d68deb007c81d4f74d4e0bc52c1c4f871a7758db0a0c268e
|
||||
size 172884
|
Reference in New Issue
Block a user