-
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 #494
Meta python merge #494
Commits on Nov 24, 2021
-
python3-imageio: Upgrade 2.11.0 -> 2.11.1
Upgrade to release 2.11.1: - Fix BytesIO regression for legacy pillow 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 6be62b5 - Browse repository at this point
Copy the full SHA 6be62b5View commit details -
python3-marshmallow: Upgrade 3.14.0 -> 3.14.1
Upgrade to release 3.14.1: - Fix publishing type hints per PEP-561 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 e9fd017 - Browse repository at this point
Copy the full SHA e9fd017View commit details -
python3-jsonpointer: Upgrade 2.1 -> 2.2
Upgrade to release 2.2: - Add method and add classmethod tag - Add test for get_parts (new method) 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 168412c - Browse repository at this point
Copy the full SHA 168412cView commit details -
Self description from the website: Gcovr provides a utility for managing the use of the GNU gcov utility and generating summarized code coverage results. This command is inspired by the Python coverage.py package, which provides a similar utility for Python. Signed-off-by: Christian Eggers <[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 a4bfca9 - Browse repository at this point
Copy the full SHA a4bfca9View commit details -
python3-ldap: for openldap v2.5.8, link with libldap instead of libld…
…ap_r Signed-off-by: Salman Ahmed <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
Salman Ahmed authored and Trevor Gamblin committedNov 24, 2021 Configuration menu - View commit details
-
Copy full SHA for bdc0d42 - Browse repository at this point
Copy the full SHA bdc0d42View commit details -
packagegroup-meta-python: Add python3-gcovr
Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea537fb - Browse repository at this point
Copy the full SHA ea537fbView commit details -
python3-websockets: upgrade 10.0 -> 10.1
New features Added a tutorial. Made the second parameter of connection handlers optional. It will be deprecated in the next major release. The request path is available in the path attribute of the first argument. If you implemented the connection handler of a server as: async def handler(request, path): ... You should replace it by: async def handler(request): path = request.path # if handler() uses the path argument ... Added python -m websockets --version. Improvements Added wheels for Python 3.10, PyPy 3.7, and for more platforms. Reverted optimization of default compression settings for clients, mainly to avoid triggering bugs in poorly implemented servers like AWS API Gateway. Mirrored the entire Server API in WebSocketServer. Improved performance for large messages on ARM processors. Documented how to auto-reload on code changes in development. Bug fixes Avoided half-closing TCP connections that are already closed. 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 committedNov 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 68228b3 - Browse repository at this point
Copy the full SHA 68228b3View commit details -
python3-xlsxwriter: upgrade 3.0.1 -> 3.0.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 committedNov 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 81a930d - Browse repository at this point
Copy the full SHA 81a930dView commit details