summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cloudpickle_3.1.2.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2025-12-04 12:25:56 +0200
committerKhem Raj <raj.khem@gmail.com>2025-12-05 10:13:23 -0800
commitb428f675752f1f83bed691cb9b58adf48212aaea (patch)
tree13d4d9b5e2cdab25c59858d4829e20a1688080ae /meta-python/recipes-devtools/python/python3-cloudpickle_3.1.2.bb
parent71055538b53c2fd60ea9c3a84a6d01fab5fa58ae (diff)
downloadmeta-openembedded-b428f675752f1f83bed691cb9b58adf48212aaea.tar.gz
python3-cloudpickle: Upgrade 3.1.1 -> 3.1.2
Upgrade to release 3.1.2: - Fix pickling of abstract base classes containing type annotations for Python 3.14. License-Update: Use file LICENSE 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.1.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-cloudpickle_3.1.2.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cloudpickle_3.1.2.bb b/meta-python/recipes-devtools/python/python3-cloudpickle_3.1.2.bb
new file mode 100644
index 0000000000..9c285bf80c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-cloudpickle_3.1.2.bb
@@ -0,0 +1,15 @@
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://LICENSE;md5=b4d59aa5e2cc777722aac17841237931"
12
13SRC_URI[sha256sum] = "7fda9eb655c9c230dab534f1983763de5835249750e85fbcef43aaa30a9a2414"
14
15inherit pypi python_flit_core