From b428f675752f1f83bed691cb9b58adf48212aaea Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 4 Dec 2025 12:25:56 +0200 Subject: 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 Signed-off-by: Khem Raj --- .../python/python3-cloudpickle_3.1.1.bb | 18 ------------------ .../python/python3-cloudpickle_3.1.2.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-cloudpickle_3.1.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-cloudpickle_3.1.2.bb (limited to 'meta-python/recipes-devtools/python') 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 @@ -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://${UNPACKDIR}/LICENSE.cloudpickle;md5=b4d59aa5e2cc777722aac17841237931" - -inherit pypi python_flit_core - -SRC_URI += "https://raw.githubusercontent.com/cloudpipe/cloudpickle/v${PV}/LICENSE;downloadfilename=LICENSE.cloudpickle;name=license" - -SRC_URI[sha256sum] = "b216fa8ae4019d5482a8ac3c95d8f6346115d8835911fd4aefd1a445e4242c64" -SRC_URI[license.sha256sum] = "3029ea34173e9fdc233ad315dc6b100bd1ea71f529b1c1af97664a272fdc55f5" 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 @@ +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 -- cgit v1.2.3-54-g00ecf