Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-social-auth-core for
openSUSE:Factory checked in at 2021-03-16 15:45:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-social-auth-core (Old)
and /work/SRC/openSUSE:Factory/.python-social-auth-core.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-social-auth-core"
Tue Mar 16 15:45:27 2021 rev:13 rq:879222 version:4.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-social-auth-core/python-social-auth-core.changes
2021-01-07 21:22:34.185236973 +0100
+++
/work/SRC/openSUSE:Factory/.python-social-auth-core.new.2401/python-social-auth-core.changes
2021-03-16 15:46:35.977246891 +0100
@@ -1,0 +2,13 @@
+Mon Mar 15 10:30:41 UTC 2021 - Mark??ta Machov?? <[email protected]>
+
+- Update to 4.1.0
+ * Dropped Python 2 support from testing stack
+ * Discourse backend
+ * Osso backend
+ * Use strategies as interface to fetch backends
+ * PayPal backend
+ * Fence OIDC-based backend
+- Drop merged resolve_depreciations.patch, remove-unittest2.patch
+ and saml_config.json
+
+-------------------------------------------------------------------
Old:
----
remove-unittest2.patch
resolve_depreciations.patch
saml_config.json
social-core-3.4.0.tar.gz
New:
----
social-core-4.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-social-auth-core.spec ++++++
--- /var/tmp/diff_new_pack.tbHRZd/_old 2021-03-16 15:46:36.585247835 +0100
+++ /var/tmp/diff_new_pack.tbHRZd/_new 2021-03-16 15:46:36.585247835 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-social-auth-core
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2017-2018 Matthias Fehring <[email protected]>
#
# All modifications and additions to the file contributed by third parties
@@ -18,61 +18,42 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without python2
+%define skip_python2 1
%define modname social-core
Name: python-social-auth-core
-Version: 3.4.0
+Version: 4.1.0
Release: 0
Summary: Python Social Auth Core
License: BSD-3-Clause
Group: Development/Languages/Python
Source:
https://github.com/python-social-auth/%{modname}/archive/%{version}.tar.gz#/%{modname}-%{version}.tar.gz
-# Missing test data https://github.com/python-social-auth/social-core/pull/351
-Source1:
https://raw.githubusercontent.com/python-social-auth/social-core/master/social_core/tests/backends/data/saml_config.json
-Patch0: remove-unittest2.patch
-# PATCH-FEATURE-UPSTREAM resolve_depreciations.patch
gh#python-social-auth/social-core#500 [email protected]
-# Remove deprecation warnings
-Patch1: resolve_depreciations.patch
-BuildRequires: %{python_module PyJWT >= 1.4.0}
-BuildRequires: %{python_module Unidecode >= 1.1.1}
+BuildRequires: %{python_module PyJWT >= 2.0.0}
BuildRequires: %{python_module coverage >= 3.6}
BuildRequires: %{python_module cryptography >= 2.1.1}
+BuildRequires: %{python_module defusedxml >= 0.5.0}
BuildRequires: %{python_module httpretty}
BuildRequires: %{python_module mock}
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}
+BuildRequires: %{python_module python3-openid >= 3.0.10}
+BuildRequires: %{python_module python3-saml >= 1.2.1}
BuildRequires: %{python_module requests >= 2.9.1}
BuildRequires: %{python_module requests-oauthlib >= 0.6.1}
BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module six >= 1.10.0}
BuildRequires: ca-certificates
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-%if %{with python2}
-BuildRequires: python2-python-openid >= 2.2.5
-%endif
-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-PyJWT >= 2.0.0
Requires: python-cryptography >= 2.1.1
Requires: python-oauthlib >= 1.0.3
Requires: python-python-jose >= 3.0.0
Requires: python-requests >= 2.9.1
Requires: python-requests-oauthlib >= 0.6.1
-Requires: python-six >= 1.10.0
BuildArch: noarch
-%ifpython2
-Requires: python2-python-openid >= 2.2.5
-%endif
-%ifpython3
-Requires: python3-defusedxml >= 0.5.0
-Requires: python3-python3-openid >= 3.0.10
-Recommends: python-python3-saml
-%endif
+Requires: python-defusedxml >= 0.5.0
+Requires: python-python3-openid >= 3.0.10
+Recommends: python-python3-saml >= 1.2.1
%python_subpackages
%description
@@ -87,8 +68,6 @@
%prep
%autosetup -p1 -n %{modname}-%{version}
-cp %{SOURCE1} social_core/tests/backends/data/
-
%build
%python_build
@@ -100,7 +79,7 @@
# python3 only: assertRaisesRegexp -> assertRaisesRegex
# skipped tests are online based
rm -rf _build.python2
-python3 -m pytest -v -k 'not (test_login or test_partial_pipeline)'
+%pytest -k 'not (test_login or test_partial_pipeline)'
%files %{python_files}
%doc CHANGELOG.md README.md
++++++ social-core-3.4.0.tar.gz -> social-core-4.1.0.tar.gz ++++++
++++ 6775 lines of diff (skipped)