diff mbox series

[meta-python,3/3] python3-cloudpickle: Upgrade 3.1.1 -> 3.1.2

Message ID 20251204102556.1702492-3-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/3] python3-polyline: Upgrade 2.0.3 -> 2.0.4 | expand

Commit Message

Leon Anavi Dec. 4, 2025, 10:25 a.m. UTC
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>
---
 ...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 mbox series

Patch

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"
 
-inherit pypi python_flit_core
-
-SRC_URI += "https://raw.githubusercontent.com/cloudpipe/cloudpickle/v${PV}/LICENSE;downloadfilename=LICENSE.cloudpickle;name=license"
+SRC_URI[sha256sum] = "7fda9eb655c9c230dab534f1983763de5835249750e85fbcef43aaa30a9a2414"
 
-SRC_URI[sha256sum] = "b216fa8ae4019d5482a8ac3c95d8f6346115d8835911fd4aefd1a445e4242c64"
-SRC_URI[license.sha256sum] = "3029ea34173e9fdc233ad315dc6b100bd1ea71f529b1c1af97664a272fdc55f5"
+inherit pypi python_flit_core