forked from pool/python-social-auth-core
- Update to 3.4.0:
- Added - Zoom backend - Changed - Directly use access_token in Azure Tenant backend - Support Apple JWT audience - Update partial session cleanup to remove old token from session too - Fetch user email in Okta integration - Improve Python 3.9 compatibility - Send proxies in request - Improve error handling in Apple backend OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-social-auth-core?expand=0&rev=25
This commit is contained in:
@@ -19,14 +19,14 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without python2
|
||||
%define modname social-core
|
||||
Name: python-social-auth-core
|
||||
Version: 3.3.3
|
||||
Version: 3.4.0
|
||||
Release: 0
|
||||
Summary: Python Social Auth Core
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/python-social-auth/social-core
|
||||
Source: https://files.pythonhosted.org/packages/source/s/social-auth-core/social-auth-core-%{version}.tar.gz
|
||||
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
|
||||
@@ -85,7 +85,7 @@ third party services, implement integrations with web frameworks and
|
||||
storage solutions.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n social-auth-core-%{version}
|
||||
%autosetup -p1 -n %{modname}-%{version}
|
||||
|
||||
cp %{SOURCE1} social_core/tests/backends/data/
|
||||
|
||||
|
Reference in New Issue
Block a user