forked from pool/python-social-auth-core
Accepting request 794808 from devel:languages:python
- 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 OBS-URL: https://build.opensuse.org/request/show/794808 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-social-auth-core?expand=0&rev=9
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 17 07:17:50 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- 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
|
Fri Mar 27 10:31:44 UTC 2020 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-social-auth-core
|
Name: python-social-auth-core
|
||||||
Version: 3.3.0
|
Version: 3.3.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Social Auth Core
|
Summary: Python Social Auth Core
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -49,7 +49,6 @@ BuildRequires: ca-certificates
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: python2-python-openid >= 2.2.5
|
BuildRequires: python2-python-openid >= 2.2.5
|
||||||
BuildRequires: python3 >= 3.4.0
|
|
||||||
BuildRequires: python3-defusedxml >= 0.5.0
|
BuildRequires: python3-defusedxml >= 0.5.0
|
||||||
BuildRequires: python3-python3-openid >= 3.0.10
|
BuildRequires: python3-python3-openid >= 3.0.10
|
||||||
Requires: python-PyJWT >= 1.4.0
|
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 >= 2.9.1
|
||||||
Requires: python-requests-oauthlib >= 0.6.1
|
Requires: python-requests-oauthlib >= 0.6.1
|
||||||
Requires: python-six >= 1.10.0
|
Requires: python-six >= 1.10.0
|
||||||
Suggests: python-python3-saml
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%ifpython2
|
%ifpython2
|
||||||
Requires: python2-python-openid >= 2.2.5
|
Requires: python2-python-openid >= 2.2.5
|
||||||
%endif
|
%endif
|
||||||
%ifpython3
|
%ifpython3
|
||||||
Requires: python3 >= 3.4.0
|
|
||||||
Requires: python3-defusedxml >= 0.5.0
|
Requires: python3-defusedxml >= 0.5.0
|
||||||
Requires: python3-python3-openid >= 3.0.10
|
Requires: python3-python3-openid >= 3.0.10
|
||||||
|
Recommends: python-python3-saml
|
||||||
%endif
|
%endif
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -95,8 +93,9 @@ cp %{SOURCE1} social_core/tests/backends/data/
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
# python3 only: assertRaisesRegexp -> assertRaisesRegex
|
# python3 only: assertRaisesRegexp -> assertRaisesRegex
|
||||||
|
# skipped tests are online based
|
||||||
rm -r _build.python2
|
rm -r _build.python2
|
||||||
python3 -m pytest
|
python3 -m pytest -v -k 'not (test_login or test_partial_pipeline)'
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc CHANGELOG.md README.md
|
%doc CHANGELOG.md README.md
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5e1ef182370bb2dab4c15a89be725737fb5b2242a12dc40cf22a23d9c00ebc5f
|
|
||||||
size 188965
|
|
3
social-auth-core-3.3.3.tar.gz
Normal file
3
social-auth-core-3.3.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2f6ce1af8ec2b2cc37b86d647f7d4e4292f091ee556941db34b1e0e2dee77fc0
|
||||||
|
size 189098
|
Reference in New Issue
Block a user