Hello community,
here is the log from the commit of package python-social-auth-core for
openSUSE:Leap:15.2 checked in at 2020-03-29 14:56:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-social-auth-core (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-social-auth-core.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-social-auth-core"
Sun Mar 29 14:56:36 2020 rev:6 rq:789317 version:3.3.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-social-auth-core/python-social-auth-core.changes
2020-03-02 13:22:58.154352061 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-social-auth-core.new.3160/python-social-auth-core.changes
2020-03-29 14:56:42.107205080 +0200
@@ -1,0 +2,33 @@
+Fri Mar 27 10:31:44 UTC 2020 - [email protected]
+
+- version update to 3.3.0
+ ### Added
+ - Okta backend
+ - Support for SAML Single Logout
+ - SimpleLogin backend
+ - SurveyMonkey backend
+ - HubSpot backend
+ - MRG backend
+ - Sign in with Apple backend
+ - Allow ignoring of default protected user fields with option
`SOCIAL_AUTH_NO_DEFAULT_PROTECTED_USER_FIELDS`
+ - Support for users field names mapping
+ - Added GithubAppAuth backend
+ ### Changed
+ - Add refresh token to Strava backend, change username and remove email
+ - Update test runner to PyTest
+ - Add python 3.7 CI target
+ - Send User-Agent header on Untappd backend
+ - Updated Naver API support from XML to JSON format
+ - Use `unidecode` to cleanup usernames from unicode characters
+ - Update Twitch API support from v3 to v5
+ - Properly setup `pytest` version for Python2 and Python3
+ - Fix some spelling mistakes in docstrings
+ - Fix old fields from FIELDS_STORED_IN_SESSION persisting in session
+ - Github: pass access token in a header instead of in a query parameter.
+ - Update Kakao API support from v1 to v2
+ - Update Twitch API support to v5
+ - Updated Patreon API support from v1 to v2 per issue #307
+ - Fix `user_details` in user pipeline to allow model attributes to be updated
+ - Updated Atlassian API urls
+
+-------------------------------------------------------------------
Old:
----
social-auth-core-3.2.0.tar.gz
New:
----
social-auth-core-3.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-social-auth-core.spec ++++++
--- /var/tmp/diff_new_pack.xjAxAc/_old 2020-03-29 14:56:42.859205666 +0200
+++ /var/tmp/diff_new_pack.xjAxAc/_new 2020-03-29 14:56:42.863205670 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-social-auth-core
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2017-2018 Matthias Fehring <[email protected]>
#
# All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-social-auth-core
-Version: 3.2.0
+Version: 3.3.0
Release: 0
Summary: Python Social Auth Core
License: BSD-3-Clause
@@ -30,12 +30,14 @@
Source1:
https://raw.githubusercontent.com/python-social-auth/social-core/master/social_core/tests/backends/data/saml_config.json
Patch0: remove-unittest2.patch
BuildRequires: %{python_module PyJWT >= 1.4.0}
+BuildRequires: %{python_module Unidecode >= 1.1.1}
BuildRequires: %{python_module coverage >= 3.6}
BuildRequires: %{python_module cryptography >= 2.1.1}
BuildRequires: %{python_module httpretty}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module nose >= 1.2.1}
BuildRequires: %{python_module oauthlib >= 1.0.3}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module python-jose >= 3.0.0}
BuildRequires: %{python_module python3-saml}
BuildRequires: %{python_module rednose >= 0.4.1}
@@ -51,6 +53,7 @@
BuildRequires: python3-defusedxml >= 0.5.0
BuildRequires: python3-python3-openid >= 3.0.10
Requires: python-PyJWT >= 1.4.0
+Requires: python-Unidecode >= 1.1.1
Requires: python-cryptography >= 2.1.1
Requires: python-oauthlib >= 1.0.3
Requires: python-python-jose >= 3.0.0
@@ -91,7 +94,9 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_expand %{_bindir}/nosetests-%{$python_bin_suffix}
+# python3 only: assertRaisesRegexp -> assertRaisesRegex
+rm -r _build.python2
+python3 -m pytest
%files %{python_files}
%doc CHANGELOG.md README.md
++++++ social-auth-core-3.2.0.tar.gz -> social-auth-core-3.3.0.tar.gz ++++++
++++ 1935 lines of diff (skipped)