-
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 #515
Meta python merge #515
Commits on Jan 11, 2022
-
python3-typeguard: Upgrade 2.13.2 -> 2.13.3
Upgrade to release 2.13.3: - Fixed TypeError when using typeguard within exec() (where __module__ is None) - Fixed TypedDict causing TypeError: TypedDict does not support instance and class checks on Python 3.8 with standard library (not typing_extensions) typed dicts 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 4d2c981 - Browse repository at this point
Copy the full SHA 4d2c981View commit details -
python3-huey: Upgrade 2.4.2 -> 2.4.3
Upgrade to release 2.4.3: - Fix compatibility issue with new redis-py 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 1c4b207 - Browse repository at this point
Copy the full SHA 1c4b207View commit details -
python3-ujson: Upgrade 5.0.0 -> 5.1.0
Upgrade to release 5.1.0: - Strip debugging symbols from Linux binaries Add a patch in setup.py to disable striping debugging symbols for Linux to avoid already-stripped build errors. 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 68dcc6c - Browse repository at this point
Copy the full SHA 68dcc6cView commit details -
python3-colorzero: add recipe for python colorzero
colorzero is a color manipulation library for Python Signed-off-by: Bhargav Das <[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 2b32008 - Browse repository at this point
Copy the full SHA 2b32008View commit details -
packagegroup-meta-python: Add python3-colorzero
Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8e80d0d - Browse repository at this point
Copy the full SHA 8e80d0dView commit details -
python3-google-api-core: Upgrade 2.2.0 -> 2.3.2
Upgrade to release 2.3.2: - add operations rest client to support long-running operations - handle bare 'grpc.Call' in 'from_grpc_error' 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 bf39f48 - Browse repository at this point
Copy the full SHA bf39f48View commit details -
python3-astroid: Upgrade 2.9.2 -> 2.9.3
Upgrade to release 2.9.3: - Fixed regression where packages without a ``__init__.py`` file were not recognized or imported correctly. 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 d3b1a0d - Browse repository at this point
Copy the full SHA d3b1a0dView commit details -
python3-urllib3: Upgrade 1.26.7 -> 1.26.8
Upgrade to release 1.26.8: - Added extra message tourllib3.exceptions.ProxyError when urllib3 detects that a proxy is configured to use HTTPS but the proxy itself appears to only use HTTP. - Added a mention of the size of the connection pool when discarding a connection due to the pool being full. - Added explicit support for Python 3.11. - Deprecated the Retry.MAX_BACKOFF class property in favor of Retry.DEFAULT_MAX_BACKOFF to better match the rest of the default parameter names. Retry.MAX_BACKOFF is removed in v2.0. - Changed location of the vendored ssl.match_hostname function from urllib3.packages.ssl_match_hostname to urllib3.util.ssl_match_hostname to ensure Python 3.10+ compatibility after being repackaged by downstream distributors. - Fixed absolute imports, all imports are now relative. 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 0c0ad53 - Browse repository at this point
Copy the full SHA 0c0ad53View commit details -
python3-rdflib: Upgrade 6.0.2 -> 6.1.1
Upgrade to release 6.1.1: - add support for Python 3.10 - updates the test suite to pytest (from nose) - tidies up a lot of continuous integration - gets more tests tested, not skipped - implements lots of mypy tests - updates several parsers and serializers - supports the new HexTuples format! - many bug fixes 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 2a3c5a0 - Browse repository at this point
Copy the full SHA 2a3c5a0View commit details -
python3-bitarray: Upgrade 2.3.4 -> 2.3.5
Upgrade to release 2.3.5: - Fixed bug for big-endian systems (such as IBM s390) - Pass `zip_safe=False` to `setup()` 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 816751b - Browse repository at this point
Copy the full SHA 816751bView commit details -
python3-matplotlib: Do not use setuptools_scm_git_archive
this gets invoked during compile task which is not disabling network access, any network activity should be explicitly enabled except during do_fetch Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4a98860 - Browse repository at this point
Copy the full SHA 4a98860View commit details -
python3-pytest-helpers-namespace: Enable network during do_compile
This should actually be fixed in the package's build system to not do the network access during compile task. Lets workaround it for now Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0533c47 - Browse repository at this point
Copy the full SHA 0533c47View commit details