mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00:00
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>
This commit is contained in:
15
meta-python/recipes-devtools/python/python3-joblib_1.5.3.bb
Normal file
15
meta-python/recipes-devtools/python/python3-joblib_1.5.3.bb
Normal file
@@ -0,0 +1,15 @@
|
||||
SUMMARY = "Joblib is a set of tools to provide lightweight pipelining in Python."
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2e481820abf0a70a18011a30153df066"
|
||||
|
||||
inherit python_setuptools_build_meta pypi
|
||||
|
||||
SRC_URI[sha256sum] = "8561a3269e6801106863fd0d6d84bb737be9e7631e33aaed3fb9ce5953688da3"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-asyncio \
|
||||
python3-json \
|
||||
python3-multiprocessing \
|
||||
python3-pprint \
|
||||
python3-pydoc \
|
||||
"
|
||||
Reference in New Issue
Block a user