diff --git a/python-social-auth-core.changes b/python-social-auth-core.changes index de474fd..4c2c1b9 100644 --- a/python-social-auth-core.changes +++ b/python-social-auth-core.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jan 27 10:40:51 UTC 2024 - Dirk Müller + +- 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 @@ -8,11 +15,11 @@ Fri Dec 1 09:59:25 UTC 2023 - David Anes - Add Discogs backend - Add BitbucketDataCenterOAuth2 backend - Keycloak's ID_KEY is no longer configurable (it never worked) - + ------------------------------------------------------------------- Mon Nov 13 15:52:13 UTC 2023 - David Anes -- Update to 4.5.0 +- Update to 4.5.0 - Add backend for LinkedIn OpenID Connect - Add backend for EGI Check-in - Support Python 3.12 (and 3.11) @@ -30,12 +37,12 @@ Tue Apr 25 06:55:46 UTC 2023 - David Anes - Update to 4.4.2 - 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 -- Update to 4.4.1 +- Update to 4.4.1 - Moved Facebook Limited Login to a separate module to avoid extra dependency - Update Azure AD B2C base URL to match updated endpoints @@ -43,12 +50,12 @@ Thu Apr 13 12:21:32 UTC 2023 - David Anes ------------------------------------------------------------------- Thu Mar 16 08:58:44 UTC 2023 - David Anes -- Update to 4.4.0 +- Update to 4.4.0 - Backend for OpenInfra OpenID - Facebook Limited Login backend - Add support for Python 3.11 - 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` - Removes fixed version of `lxml` - Fixed OIDC crash on groups @@ -263,7 +270,7 @@ Fri Nov 30 09:58:21 UTC 2018 - Matthias Fehring + Updated Google+ backend to properly process requests with id_token + Updated OpenId connect dependencies - Require python3 3.4.0 or newer to build and run - + ------------------------------------------------------------------- Wed Aug 1 13:37:44 UTC 2018 - tchvatal@suse.com diff --git a/python-social-auth-core.spec b/python-social-auth-core.spec index 4b92d65..a6bba48 100644 --- a/python-social-auth-core.spec +++ b/python-social-auth-core.spec @@ -1,7 +1,7 @@ # # spec file for package python-social-auth-core # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2017-2018 Matthias Fehring # # All modifications and additions to the file contributed by third parties @@ -23,7 +23,7 @@ %bcond_with saml Name: python-social-auth-core -Version: 4.5.1 +Version: 4.5.2 Release: 0 Summary: Python Social Auth Core License: BSD-3-Clause diff --git a/social-core-4.5.1.tar.gz b/social-core-4.5.1.tar.gz deleted file mode 100644 index ccf6ac4..0000000 --- a/social-core-4.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46e1f2e2b6a0301d1602fa60c466d1f395f56933cb405ff522c1ba148dac8f6f -size 210594 diff --git a/social-core-4.5.2.tar.gz b/social-core-4.5.2.tar.gz new file mode 100644 index 0000000..9803ad6 --- /dev/null +++ b/social-core-4.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c09f202cc0671f4810558d9847a5e5942cedb1aed76e94c2bc9fbe2a10bc5a2 +size 211307