summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cloudpickle_3.1.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-01-20 16:13:50 +0800
committerKhem Raj <raj.khem@gmail.com>2025-01-24 18:20:01 -0800
commitd4d2d3fb57c79191c51b797157693a2c6d8fb1dc (patch)
treef82e0aa9bd17da2e11c392ae1c706206b89c176b /meta-python/recipes-devtools/python/python3-cloudpickle_3.1.1.bb
parent6f9c74d82712e4f5e07dcde5901d7de66dc9028b (diff)
downloadmeta-openembedded-d4d2d3fb57c79191c51b797157693a2c6d8fb1dc.tar.gz
python3-cloudpickle: upgrade 3.1.0 -> 3.1.1
Changelog: Various fixes to support for Python 3.14 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cloudpickle_3.1.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-cloudpickle_3.1.1.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cloudpickle_3.1.1.bb b/meta-python/recipes-devtools/python/python3-cloudpickle_3.1.1.bb
new file mode 100644
index 0000000000..7e2fadda1c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-cloudpickle_3.1.1.bb
@@ -0,0 +1,18 @@
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] = "b216fa8ae4019d5482a8ac3c95d8f6346115d8835911fd4aefd1a445e4242c64"
18SRC_URI[license.sha256sum] = "3029ea34173e9fdc233ad315dc6b100bd1ea71f529b1c1af97664a272fdc55f5"