forked from pool/python-social-auth-core
- update to 4.5.2:
* Updated Facebook API version to 18.0 * Make AppleID work with multiple identifiers - Update to 4.5.0 - Added CAS OIDC backend - Update to 4.4.1 - Update to 4.4.0 - Updated `user_data` method in `StripeOAuth2` to return `email` OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-social-auth-core?expand=0&rev=45
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 27 10:40:51 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 4.5.2:
|
||||||
|
* Updated Facebook API version to 18.0
|
||||||
|
* Make AppleID work with multiple identifiers
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 1 09:59:25 UTC 2023 - David Anes <david.anes@suse.com>
|
Fri Dec 1 09:59:25 UTC 2023 - David Anes <david.anes@suse.com>
|
||||||
|
|
||||||
@@ -8,11 +15,11 @@ Fri Dec 1 09:59:25 UTC 2023 - David Anes <david.anes@suse.com>
|
|||||||
- Add Discogs backend
|
- Add Discogs backend
|
||||||
- Add BitbucketDataCenterOAuth2 backend
|
- Add BitbucketDataCenterOAuth2 backend
|
||||||
- Keycloak's ID_KEY is no longer configurable (it never worked)
|
- Keycloak's ID_KEY is no longer configurable (it never worked)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 13 15:52:13 UTC 2023 - David Anes <david.anes@suse.com>
|
Mon Nov 13 15:52:13 UTC 2023 - David Anes <david.anes@suse.com>
|
||||||
|
|
||||||
- Update to 4.5.0
|
- Update to 4.5.0
|
||||||
- Add backend for LinkedIn OpenID Connect
|
- Add backend for LinkedIn OpenID Connect
|
||||||
- Add backend for EGI Check-in
|
- Add backend for EGI Check-in
|
||||||
- Support Python 3.12 (and 3.11)
|
- Support Python 3.12 (and 3.11)
|
||||||
@@ -30,12 +37,12 @@ Tue Apr 25 06:55:46 UTC 2023 - David Anes <david.anes@suse.com>
|
|||||||
|
|
||||||
- Update to 4.4.2
|
- Update to 4.4.2
|
||||||
- Fixed Azure AD Tenant authentication with custom signing keys
|
- Fixed Azure AD Tenant authentication with custom signing keys
|
||||||
- Added CAS OIDC backend
|
- Added CAS OIDC backend
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 13 12:21:32 UTC 2023 - David Anes <david.anes@suse.com>
|
Thu Apr 13 12:21:32 UTC 2023 - David Anes <david.anes@suse.com>
|
||||||
|
|
||||||
- Update to 4.4.1
|
- Update to 4.4.1
|
||||||
- Moved Facebook Limited Login to a separate module to avoid extra
|
- Moved Facebook Limited Login to a separate module to avoid extra
|
||||||
dependency
|
dependency
|
||||||
- Update Azure AD B2C base URL to match updated endpoints
|
- Update Azure AD B2C base URL to match updated endpoints
|
||||||
@@ -43,12 +50,12 @@ Thu Apr 13 12:21:32 UTC 2023 - David Anes <david.anes@suse.com>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 16 08:58:44 UTC 2023 - David Anes <david.anes@suse.com>
|
Thu Mar 16 08:58:44 UTC 2023 - David Anes <david.anes@suse.com>
|
||||||
|
|
||||||
- Update to 4.4.0
|
- Update to 4.4.0
|
||||||
- Backend for OpenInfra OpenID
|
- Backend for OpenInfra OpenID
|
||||||
- Facebook Limited Login backend
|
- Facebook Limited Login backend
|
||||||
- Add support for Python 3.11
|
- Add support for Python 3.11
|
||||||
- Removed OpenStackDevOpenId backend
|
- Removed OpenStackDevOpenId backend
|
||||||
- Updated `user_data` method in `StripeOAuth2` to return `email`
|
- Updated `user_data` method in `StripeOAuth2` to return `email`
|
||||||
in `get_user_details`
|
in `get_user_details`
|
||||||
- Removes fixed version of `lxml`
|
- Removes fixed version of `lxml`
|
||||||
- Fixed OIDC crash on groups
|
- Fixed OIDC crash on groups
|
||||||
@@ -263,7 +270,7 @@ Fri Nov 30 09:58:21 UTC 2018 - Matthias Fehring <buschmann23@opensuse.org>
|
|||||||
+ Updated Google+ backend to properly process requests with id_token
|
+ Updated Google+ backend to properly process requests with id_token
|
||||||
+ Updated OpenId connect dependencies
|
+ Updated OpenId connect dependencies
|
||||||
- Require python3 3.4.0 or newer to build and run
|
- Require python3 3.4.0 or newer to build and run
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 1 13:37:44 UTC 2018 - tchvatal@suse.com
|
Wed Aug 1 13:37:44 UTC 2018 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-social-auth-core
|
# spec file for package python-social-auth-core
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2017-2018 Matthias Fehring <buschmann23@opensuse.org>
|
# Copyright (c) 2017-2018 Matthias Fehring <buschmann23@opensuse.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
%bcond_with saml
|
%bcond_with saml
|
||||||
|
|
||||||
Name: python-social-auth-core
|
Name: python-social-auth-core
|
||||||
Version: 4.5.1
|
Version: 4.5.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Social Auth Core
|
Summary: Python Social Auth Core
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:46e1f2e2b6a0301d1602fa60c466d1f395f56933cb405ff522c1ba148dac8f6f
|
|
||||||
size 210594
|
|
3
social-core-4.5.2.tar.gz
Normal file
3
social-core-4.5.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9c09f202cc0671f4810558d9847a5e5942cedb1aed76e94c2bc9fbe2a10bc5a2
|
||||||
|
size 211307
|
Reference in New Issue
Block a user