From afeafe9ac33404c8bdfe7cf0599aab6dbe0896b2 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 4 Dec 2025 12:25:56 +0200 Subject: [PATCH] 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 (cherry picked from commit b428f675752f1f83bed691cb9b58adf48212aaea) Signed-off-by: Ankur Tyagi Signed-off-by: Anuj Mittal --- ...cloudpickle_3.1.1.bb => python3-cloudpickle_3.1.2.bb} | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) rename meta-python/recipes-devtools/python/{python3-cloudpickle_3.1.1.bb => python3-cloudpickle_3.1.2.bb} (55%) diff --git a/meta-python/recipes-devtools/python/python3-cloudpickle_3.1.1.bb b/meta-python/recipes-devtools/python/python3-cloudpickle_3.1.2.bb similarity index 55% rename from meta-python/recipes-devtools/python/python3-cloudpickle_3.1.1.bb rename to meta-python/recipes-devtools/python/python3-cloudpickle_3.1.2.bb index 7e2fadda1c..9c285bf80c 100644 --- a/meta-python/recipes-devtools/python/python3-cloudpickle_3.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-cloudpickle_3.1.2.bb @@ -8,11 +8,8 @@ data." HOMEPAGE = "https://github.com/cloudpipe/cloudpickle" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://${UNPACKDIR}/LICENSE.cloudpickle;md5=b4d59aa5e2cc777722aac17841237931" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b4d59aa5e2cc777722aac17841237931" + +SRC_URI[sha256sum] = "7fda9eb655c9c230dab534f1983763de5835249750e85fbcef43aaa30a9a2414" 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"