Name: | python3-cloudpickle |
---|---|
Version: | 3.0.0 |
Release: | 8.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 126980 |
License: | BSD-3-Clause |
RPM: | python3-cloudpickle-3.0.0-8.el10_0.noarch.rpm |
Source RPM: | python-cloudpickle-3.0.0-8.el10_0.src.rpm |
Build Date: | Fri Dec 20 2024 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/cloudpipe/cloudpickle |
Summary: | Extended pickling support for Python objects |
Description: | cloudpickle makes it possible to serialize Python constructs not supported by the default pickle module from the Python standard library. cloudpickle is especially useful for cluster computing where Python expressions are shipped over the network to execute on remote hosts, possibly close to the data. Among other things, cloudpickle supports pickling for lambda expressions, functions and classes defined interactively in the __main__ module. |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
- Rebuilt for Python 3.13
- Fix compatibility with Python 3.13 beta 1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Update to 3.0.0 (rhbz#2244424)
- Run some previously temporarily skipped tests during package build Resolves: rhbz#2219334
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Rebuilt for Python 3.12
- Update to 2.2.1 rhbz#2160509