summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cloudpickle_3.0.0.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2024-11-25 15:32:02 +0200
committerKhem Raj <raj.khem@gmail.com>2024-11-25 08:25:02 -0800
commit687a75110cb1dfed3d4cf936116a61c0fd264d43 (patch)
tree093bb9c6f5c1c6e0e78fe13e7b4eb7eed34c308f /meta-python/recipes-devtools/python/python3-cloudpickle_3.0.0.bb
parent03d9a60a4378cf763184bca2e94a5933626b1d34 (diff)
downloadmeta-openembedded-687a75110cb1dfed3d4cf936116a61c0fd264d43.tar.gz
python3-cloudpickle: Upgrade 3.0.0 -> 3.1.0
Upgrade to release 3.1.0: - Some improvements to make cloudpickle more deterministic when pickling dynamic functions and classes, in particular with CPython 3.13 - Fix a problem with the joint usage of cloudpickle's _whichmodule and multiprocessing Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cloudpickle_3.0.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-cloudpickle_3.0.0.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cloudpickle_3.0.0.bb b/meta-python/recipes-devtools/python/python3-cloudpickle_3.0.0.bb
deleted file mode 100644
index fce5a5b408..0000000000
--- a/meta-python/recipes-devtools/python/python3-cloudpickle_3.0.0.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1SUMMARY = "Pickler class to extend the standard pickle.Pickler functionality"
2DESCRIPTION = "cloudpickle makes it possible to serialize Python constructs \
3not supported by the default pickle module from the Python standard library.\
4\
5cloudpickle is especially useful for cluster computing where Python code is \
6shipped over the network to execute on remote hosts, possibly close to the \
7data."
8HOMEPAGE = "https://github.com/cloudpipe/cloudpickle"
9
10LICENSE = "BSD-3-Clause"
11LIC_FILES_CHKSUM = "file://${UNPACKDIR}/LICENSE.cloudpickle;md5=b4d59aa5e2cc777722aac17841237931"
12
13inherit pypi python_flit_core
14
15SRC_URI += "https://raw.githubusercontent.com/cloudpipe/cloudpickle/v${PV}/LICENSE;downloadfilename=LICENSE.cloudpickle;name=license"
16
17SRC_URI[sha256sum] = "996d9a482c6fb4f33c1a35335cf8afd065d2a56e973270364840712d9131a882"
18SRC_URI[license.sha256sum] = "3029ea34173e9fdc233ad315dc6b100bd1ea71f529b1c1af97664a272fdc55f5"