From 96cd5af388dcf90aa58d538b65b2c847205a671f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 27 Jan 2026 17:43:28 +0800 Subject: python3-dill: upgrade 0.4.0 -> 0.4.1 License-Update: Copyright year updated to 2026 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-dill_0.4.0.bb | 17 ----------------- .../recipes-devtools/python/python3-dill_0.4.1.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-dill_0.4.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-dill_0.4.1.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-dill_0.4.0.bb b/meta-python/recipes-devtools/python/python3-dill_0.4.0.bb deleted file mode 100644 index d421b1a887..0000000000 --- a/meta-python/recipes-devtools/python/python3-dill_0.4.0.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Serialize all of python" -HOMEPAGE = "https://pypi.org/project/dill/" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=ed5ea77287d7d542949d6dd0bc288ac0" - -SRC_URI[sha256sum] = "0633f1d2df477324f53a895b02c901fb961bdbf65a17122586ea7019292cbcf0" - -inherit pypi python_setuptools_build_meta - -RDEPENDS:${PN} += "\ - python3-multiprocessing \ - python3-logging \ - python3-profile \ - python3-core \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-dill_0.4.1.bb b/meta-python/recipes-devtools/python/python3-dill_0.4.1.bb new file mode 100644 index 0000000000..e08e97113d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-dill_0.4.1.bb @@ -0,0 +1,17 @@ +SUMMARY = "Serialize all of python" +HOMEPAGE = "https://pypi.org/project/dill/" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=7a60f86720d45856324c45945cfed6b3" + +SRC_URI[sha256sum] = "423092df4182177d4d8ba8290c8a5b640c66ab35ec7da59ccfa00f6fa3eea5fa" + +inherit pypi python_setuptools_build_meta + +RDEPENDS:${PN} += "\ + python3-multiprocessing \ + python3-logging \ + python3-profile \ + python3-core \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf