diff --git a/python-social-auth-core.changes b/python-social-auth-core.changes index c0c5237..3f65690 100644 --- a/python-social-auth-core.changes +++ b/python-social-auth-core.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Apr 17 07:17:50 UTC 2020 - Tomáš Chvátal + +- Update to 3.3.3: + * Reverted PR #388 due to dependency license incompatibility + * Updated package upload method to use twine + * Updated list of default user protected fields to include admin flags and password + ------------------------------------------------------------------- Fri Mar 27 10:31:44 UTC 2020 - pgajdos@suse.com diff --git a/python-social-auth-core.spec b/python-social-auth-core.spec index f0c3afe..ddfe1b4 100644 --- a/python-social-auth-core.spec +++ b/python-social-auth-core.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-social-auth-core -Version: 3.3.0 +Version: 3.3.3 Release: 0 Summary: Python Social Auth Core License: BSD-3-Clause @@ -49,7 +49,6 @@ 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 @@ -60,15 +59,14 @@ 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 -Suggests: python-python3-saml BuildArch: noarch %ifpython2 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 +Recommends: python-python3-saml %endif %python_subpackages @@ -95,8 +93,9 @@ cp %{SOURCE1} social_core/tests/backends/data/ %check # python3 only: assertRaisesRegexp -> assertRaisesRegex +# skipped tests are online based rm -r _build.python2 -python3 -m pytest +python3 -m pytest -v -k 'not (test_login or test_partial_pipeline)' %files %{python_files} %doc CHANGELOG.md README.md diff --git a/social-auth-core-3.3.0.tar.gz b/social-auth-core-3.3.0.tar.gz deleted file mode 100644 index c22052c..0000000 --- a/social-auth-core-3.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e1ef182370bb2dab4c15a89be725737fb5b2242a12dc40cf22a23d9c00ebc5f -size 188965 diff --git a/social-auth-core-3.3.3.tar.gz b/social-auth-core-3.3.3.tar.gz new file mode 100644 index 0000000..dcbc96b --- /dev/null +++ b/social-auth-core-3.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f6ce1af8ec2b2cc37b86d647f7d4e4292f091ee556941db34b1e0e2dee77fc0 +size 189098