mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
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>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
SUMMARY = "Pickler class to extend the standard pickle.Pickler functionality"
|
||||
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 code is \
|
||||
shipped over the network to execute on remote hosts, possibly close to the \
|
||||
data."
|
||||
HOMEPAGE = "https://github.com/cloudpipe/cloudpickle"
|
||||
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b4d59aa5e2cc777722aac17841237931"
|
||||
|
||||
SRC_URI[sha256sum] = "7fda9eb655c9c230dab534f1983763de5835249750e85fbcef43aaa30a9a2414"
|
||||
|
||||
inherit pypi python_flit_core
|
||||
Reference in New Issue
Block a user