From dc9839bccb1a7023d1df597ebb3922e56dfad2ddcd9ad0ce22c34f975cb34aef Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 27 Jan 2024 10:41:14 +0000 Subject: [PATCH 1/4] - 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 --- python-social-auth-core.changes | 23 +++++++++++++++-------- python-social-auth-core.spec | 4 ++-- social-core-4.5.1.tar.gz | 3 --- social-core-4.5.2.tar.gz | 3 +++ 4 files changed, 20 insertions(+), 13 deletions(-) delete mode 100644 social-core-4.5.1.tar.gz create mode 100644 social-core-4.5.2.tar.gz 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 From e158b14fc583162c2f56e1cb954e7535fcc3d0cb6a1a929c55d353fa95fbbff7 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Sun, 28 Jan 2024 18:42:26 +0000 Subject: [PATCH 2/4] Accepting request 1141940 from devel:languages:python baserev update by copy to link target OBS-URL: https://build.opensuse.org/request/show/1141940 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-social-auth-core?expand=0&rev=46 --- python-social-auth-core.changes | 23 ++++++++--------------- python-social-auth-core.spec | 4 ++-- social-core-4.5.1.tar.gz | 3 +++ social-core-4.5.2.tar.gz | 3 --- 4 files changed, 13 insertions(+), 20 deletions(-) create mode 100644 social-core-4.5.1.tar.gz delete mode 100644 social-core-4.5.2.tar.gz diff --git a/python-social-auth-core.changes b/python-social-auth-core.changes index 4c2c1b9..de474fd 100644 --- a/python-social-auth-core.changes +++ b/python-social-auth-core.changes @@ -1,10 +1,3 @@ -------------------------------------------------------------------- -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 @@ -15,11 +8,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) @@ -37,12 +30,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 @@ -50,12 +43,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 @@ -270,7 +263,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 a6bba48..4b92d65 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) 2024 SUSE LLC +# Copyright (c) 2023 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.2 +Version: 4.5.1 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 new file mode 100644 index 0000000..ccf6ac4 --- /dev/null +++ b/social-core-4.5.1.tar.gz @@ -0,0 +1,3 @@ +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 deleted file mode 100644 index 9803ad6..0000000 --- a/social-core-4.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c09f202cc0671f4810558d9847a5e5942cedb1aed76e94c2bc9fbe2a10bc5a2 -size 211307 From 74a2bd1bb14f0f3359a427512456ee1cc09e772bed73baa4a70fdf1e88670461 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Sun, 28 Jan 2024 18:42:26 +0000 Subject: [PATCH 3/4] Updating link to change in openSUSE:Factory/python-social-auth-core revision 23 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-social-auth-core?expand=0&rev=40287beb6b71634f41359600857c6ae7 --- python-social-auth-core.changes | 23 +++++++++++++++-------- python-social-auth-core.spec | 4 ++-- social-core-4.5.1.tar.gz | 3 --- social-core-4.5.2.tar.gz | 3 +++ 4 files changed, 20 insertions(+), 13 deletions(-) delete mode 100644 social-core-4.5.1.tar.gz create mode 100644 social-core-4.5.2.tar.gz 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 From 363b3aa9becb84719fb60074e91301009a26a25b8fbe9225e1cb94c3b59900b0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 14 Mar 2024 13:51:33 +0000 Subject: [PATCH 4/4] - update to 4.5.3: * OpenStreetMap OAuth2 * Etsy backend fixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-social-auth-core?expand=0&rev=47 --- python-social-auth-core.changes | 7 +++++++ python-social-auth-core.spec | 2 +- social-core-4.5.2.tar.gz | 3 --- social-core-4.5.3.tar.gz | 3 +++ 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 social-core-4.5.2.tar.gz create mode 100644 social-core-4.5.3.tar.gz diff --git a/python-social-auth-core.changes b/python-social-auth-core.changes index 4c2c1b9..ad6f4f1 100644 --- a/python-social-auth-core.changes +++ b/python-social-auth-core.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Mar 14 13:51:10 UTC 2024 - Dirk Müller + +- update to 4.5.3: + * OpenStreetMap OAuth2 + * Etsy backend fixes + ------------------------------------------------------------------- Sat Jan 27 10:40:51 UTC 2024 - Dirk Müller diff --git a/python-social-auth-core.spec b/python-social-auth-core.spec index a6bba48..75048cf 100644 --- a/python-social-auth-core.spec +++ b/python-social-auth-core.spec @@ -23,7 +23,7 @@ %bcond_with saml Name: python-social-auth-core -Version: 4.5.2 +Version: 4.5.3 Release: 0 Summary: Python Social Auth Core License: BSD-3-Clause diff --git a/social-core-4.5.2.tar.gz b/social-core-4.5.2.tar.gz deleted file mode 100644 index 9803ad6..0000000 --- a/social-core-4.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c09f202cc0671f4810558d9847a5e5942cedb1aed76e94c2bc9fbe2a10bc5a2 -size 211307 diff --git a/social-core-4.5.3.tar.gz b/social-core-4.5.3.tar.gz new file mode 100644 index 0000000..f3d4091 --- /dev/null +++ b/social-core-4.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b66280c0aeb0e82f15e2e207340dfc39ac2ffe68614d63ebaf8b8d6b4c6d0b8 +size 211833