forked from pool/python-social-auth-core
- 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/package/show/devel:languages:python/python-social-auth-core?expand=0&rev=19
This commit is contained in:
committed by
Git OBS Bridge
parent
e5336f1688
commit
1747bec5d2
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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