summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-12-24 17:12:55 +0800
committerKhem Raj <raj.khem@gmail.com>2025-12-24 13:18:28 -0800
commitb92546dea25f13b729454e6176c95f391583d9a7 (patch)
tree1dffba534b055b9e5e31b6a70cd11ae4b4dba0ed /meta-python/recipes-devtools
parent049f50eef4c6a48c0e999d23e4128d7b846a93ab (diff)
downloadmeta-openembedded-b92546dea25f13b729454e6176c95f391583d9a7.tar.gz
python3-joblib: upgrade 1.5.2 -> 1.5.3
Changelog: =========== - The Memory object won't overwrite an already existing .gitignore file in its cache directory anymore. - Harden the safety checks in eval_expr(pre_dispatch) to prevent excessive memory allocation and potential crashes by limiting the allowed length of the expression and the maximum numeric value of sub-expressions and not evaluating expressions with non-numeric literals. - Vendor cloudpickle 3.1.2 to fix a pickling problem with interactively defined abstract base classes and type annotations in Python 3.14+. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-joblib_1.5.3.bb (renamed from meta-python/recipes-devtools/python/python3-joblib_1.5.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-joblib_1.5.2.bb b/meta-python/recipes-devtools/python/python3-joblib_1.5.3.bb
index cfb8357653..3dd1b57aaa 100644
--- a/meta-python/recipes-devtools/python/python3-joblib_1.5.2.bb
+++ b/meta-python/recipes-devtools/python/python3-joblib_1.5.3.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2e481820abf0a70a18011a30153df066"
4 4
5inherit python_setuptools_build_meta pypi 5inherit python_setuptools_build_meta pypi
6 6
7SRC_URI[sha256sum] = "3faa5c39054b2f03ca547da9b2f52fde67c06240c31853f306aea97f13647b55" 7SRC_URI[sha256sum] = "8561a3269e6801106863fd0d6d84bb737be9e7631e33aaed3fb9ce5953688da3"
8 8
9RDEPENDS:${PN} += " \ 9RDEPENDS:${PN} += " \
10 python3-asyncio \ 10 python3-asyncio \