14
0

Accepting request 1072297 from home:david.anes:branches:devel:languages:python

- 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` 
    in `get_user_details`
  - Removes fixed version of `lxml`
  - Fixed OIDC crash on groups
  - Fixed Qiita users identification
  - Dropped support for TLSv1
  - Coding style improvements

OBS-URL: https://build.opensuse.org/request/show/1072297
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-social-auth-core?expand=0&rev=35
This commit is contained in:
2023-03-17 16:14:39 +00:00
committed by Git OBS Bridge
parent a8d0f4e3f3
commit dede17bc49
4 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Mar 16 08:58:44 UTC 2023 - David Anes <david.anes@suse.com>
- 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`
in `get_user_details`
- Removes fixed version of `lxml`
- Fixed OIDC crash on groups
- Fixed Qiita users identification
- Dropped support for TLSv1
- Coding style improvements
-------------------------------------------------------------------
Mon Jun 13 10:44:07 UTC 2022 - Ben Greiner <code@bnavigator.de>