Package python3-module-cloudpickle: Information

  • Default inline alert: Version in the repository: 3.0.0-alt1

Source package: python3-module-cloudpickle
Version: 2.2.1-alt1
Latest version according to Repology
Build time:  Jan 24, 2023, 01:54 PM in the task #314044
Report package bug
License: BSD
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.

List of rpms provided by this srpm:
python3-module-cloudpickle (noarch)

Maintainer: Stanislav Levin


ACL:
Anton Midyukov
@everybody

    1. python3(tornado)
    2. /proc
    3. python3(psutil)
    4. python3(wheel)
    5. python3(pytest)
    6. python3(setuptools)
    7. python3-module-pyproject-installer >= 0.4.0
    8. rpm-build-python3

Last changed


Jan. 24, 2023 Stanislav Levin 2.2.1-alt1
- 2.0.0 -> 2.2.1.
Nov. 14, 2022 Stanislav Levin 2.0.0-alt2
- Fixed FTBFS (pytest 7.2).
Feb. 3, 2022 Anton Midyukov 2.0.0-alt1
- New version 2.0.0
- fix packaging with python >= 3.10