Hello community,
here is the log from the commit of package python-social-auth-core for
openSUSE:Factory checked in at 2018-12-07 14:34:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-social-auth-core (Old)
and /work/SRC/openSUSE:Factory/.python-social-auth-core.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-social-auth-core"
Fri Dec 7 14:34:00 2018 rev:3 rq:655556 version:2.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-social-auth-core/python-social-auth-core.changes
2018-08-03 12:36:55.783536430 +0200
+++
/work/SRC/openSUSE:Factory/.python-social-auth-core.new.19453/python-social-auth-core.changes
2018-12-07 14:34:06.395167424 +0100
@@ -1,0 +2,32 @@
+Fri Nov 30 09:58:21 UTC 2018 - Matthias Fehring <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
social-auth-core-1.7.0.tar.gz
New:
----
social-auth-core-2.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-social-auth-core.spec ++++++
--- /var/tmp/diff_new_pack.5GmBiM/_old 2018-12-07 14:34:08.739164516 +0100
+++ /var/tmp/diff_new_pack.5GmBiM/_new 2018-12-07 14:34:08.739164516 +0100
@@ -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: 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 @@
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
++++++ social-auth-core-1.7.0.tar.gz -> social-auth-core-2.0.0.tar.gz ++++++
++++ 2330 lines of diff (skipped)