-
Notifications
You must be signed in to change notification settings - Fork 714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Meta python merge #530
Meta python merge #530
Commits on Feb 11, 2022
-
python3-requests-oauthlib: upgrade 1.3.0 -> 1.3.1
changelog: =============================================================================== Add initial support for OAuth Mutual TLS (draft-ietf-oauth-mtls) Add eBay compliance fix Add Spotify OAuth 2 Tutorial Add support for python 3.8, 3.9 Fixed LinkedIn Compliance Fixes Fixed ReadTheDocs Documentation and sphinx errors Moved pipeline to GitHub Actions Signed-off-by: Xu Huan <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
Xu Huan authored and Trevor Gamblin committedFeb 11, 2022 Configuration menu - View commit details
-
Copy full SHA for c875e46 - Browse repository at this point
Copy the full SHA c875e46View commit details -
python3-sqlalchemy: upgrade 1.4.29 -> 1.4.31
License-Update: year updated to 2022 changelog: =============================================================================== -orm Fixed issue in Session.bulk_save_objects() where the sorting that takes place when the preserve_order parameter is set to False would sort partially on Mapper objects, which is rejected in Python 3.11. -postgresql Fixed regression where the change in #7148 to repair ENUM handling in PostgreSQL broke the use case of an empty ARRAY of ENUM, preventing rows that contained an empty array from being handled correctly when fetching results. -mysql Fixed regression in asyncmy dialect caused by #7567 where removal of the PyMySQL dependency broke binary columns, due to the asyncmy dialect not being properly included within CI tests. -mssql Added support for FILESTREAM when using VARBINARY(max) in MSSQL. Signed-off-by: Xu Huan <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
Xu Huan authored and Trevor Gamblin committedFeb 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 82db794 - Browse repository at this point
Copy the full SHA 82db794View commit details -
python3-oauthlib: upgrade 3.1.1 -> 3.2.0
changelog: =============================================================================== OAuth2.0 Client: Add Device Authorization Flow for Web Application Add PKCE support for Client Fallback to none in case of wrong expires_at format. OAuth2.0 Provider: Add support for CORS to metadata endpoint. Add support for CORS to token endpoint. Remove comma after Bearer in WWW-Authenticate OAuth2.0 Provider - OIDC: Call save_token in Hybrid code flow OIDC add support of refreshing ID Tokens with refresh_id_token The RefreshTokenGrant modifiers now take the same arguments as the AuthorizationCodeGrant modifiers (token, token_handler, request). General: Added Python 3.9, 3.10, 3.11 Improve Travis & Coverage Signed-off-by: Xu Huan <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
Xu Huan authored and Trevor Gamblin committedFeb 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 5c849c5 - Browse repository at this point
Copy the full SHA 5c849c5View commit details -
python3-pyudev: upgrade 0.22.0 -> 0.23.2
Signed-off-by: Xu Huan <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
Xu Huan authored and Trevor Gamblin committedFeb 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 33d440d - Browse repository at this point
Copy the full SHA 33d440dView commit details -
python3-pyopenssl: upgrade 21.0.0 -> 22.0.0
changelog: Drop support for Python 2.7. #1047 The minimum cryptography version is now 35.0. Signed-off-by: Xu Huan <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
Xu Huan authored and Trevor Gamblin committedFeb 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 6e127c2 - Browse repository at this point
Copy the full SHA 6e127c2View commit details -
python3-imageio: Upgrade 2.14.1 -> 2.15.0
Upgrade to release 2.15.0: - Fix webcam FPS settings on MacOS - Add format_hint to v3 API - Make tifffile read resolution metadata - Make RTD fail on warnings during CI - Remove link to download tracker - Type annotations for pillow - Contribution guidelines - Deprecate python 3.6 support Signed-off-by: Leon Anavi <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 037b746 - Browse repository at this point
Copy the full SHA 037b746View commit details -
python3-humanize: Upgrade 3.13.1 -> 3.14.0
Upgrade to release 3.14.0: - Don't deprecate time.Unit enumeration - Use humanize.intcomma to format years in time module Signed-off-by: Leon Anavi <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e6ff0c - Browse repository at this point
Copy the full SHA 1e6ff0cView commit details -
python3-bitarray: Upgrade 2.3.5 -> 2.3.6
Upgrade to release 2.3.6: - add optional value parameter to `util.count_n()` - determine machine endianness at build time when possible, by using the `PY_LITTLE_ENDIAN` macro, in order to optimize `shift_r8()` - add official Python 3.11 support Signed-off-by: Leon Anavi <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b705ddc - Browse repository at this point
Copy the full SHA b705ddcView commit details