diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-12-04 12:25:56 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-05 10:13:23 -0800 |
| commit | b428f675752f1f83bed691cb9b58adf48212aaea (patch) | |
| tree | 13d4d9b5e2cdab25c59858d4829e20a1688080ae /meta-python/recipes-devtools/python/python3-cloudpickle_3.1.1.bb | |
| parent | 71055538b53c2fd60ea9c3a84a6d01fab5fa58ae (diff) | |
| download | meta-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.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cloudpickle_3.1.1.bb | 18 |
1 files changed, 0 insertions, 18 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 deleted file mode 100644 index 7e2fadda1c..0000000000 --- a/meta-python/recipes-devtools/python/python3-cloudpickle_3.1.1.bb +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | SUMMARY = "Pickler class to extend the standard pickle.Pickler functionality" | ||
| 2 | DESCRIPTION = "cloudpickle makes it possible to serialize Python constructs \ | ||
| 3 | not supported by the default pickle module from the Python standard library.\ | ||
| 4 | \ | ||
| 5 | cloudpickle is especially useful for cluster computing where Python code is \ | ||
| 6 | shipped over the network to execute on remote hosts, possibly close to the \ | ||
| 7 | data." | ||
| 8 | HOMEPAGE = "https://github.com/cloudpipe/cloudpickle" | ||
| 9 | |||
| 10 | LICENSE = "BSD-3-Clause" | ||
| 11 | LIC_FILES_CHKSUM = "file://${UNPACKDIR}/LICENSE.cloudpickle;md5=b4d59aa5e2cc777722aac17841237931" | ||
| 12 | |||
| 13 | inherit pypi python_flit_core | ||
| 14 | |||
| 15 | SRC_URI += "https://raw.githubusercontent.com/cloudpipe/cloudpickle/v${PV}/LICENSE;downloadfilename=LICENSE.cloudpickle;name=license" | ||
| 16 | |||
| 17 | SRC_URI[sha256sum] = "b216fa8ae4019d5482a8ac3c95d8f6346115d8835911fd4aefd1a445e4242c64" | ||
| 18 | SRC_URI[license.sha256sum] = "3029ea34173e9fdc233ad315dc6b100bd1ea71f529b1c1af97664a272fdc55f5" | ||
