diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-12-24 17:12:55 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-24 13:18:28 -0800 |
| commit | b92546dea25f13b729454e6176c95f391583d9a7 (patch) | |
| tree | 1dffba534b055b9e5e31b6a70cd11ae4b4dba0ed /meta-python/recipes-devtools/python/python3-joblib_1.5.3.bb | |
| parent | 049f50eef4c6a48c0e999d23e4128d7b846a93ab (diff) | |
| download | meta-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/python/python3-joblib_1.5.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-joblib_1.5.3.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-joblib_1.5.3.bb b/meta-python/recipes-devtools/python/python3-joblib_1.5.3.bb new file mode 100644 index 0000000000..3dd1b57aaa --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-joblib_1.5.3.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "Joblib is a set of tools to provide lightweight pipelining in Python." | ||
| 2 | LICENSE = "BSD-3-Clause" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2e481820abf0a70a18011a30153df066" | ||
| 4 | |||
| 5 | inherit python_setuptools_build_meta pypi | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "8561a3269e6801106863fd0d6d84bb737be9e7631e33aaed3fb9ce5953688da3" | ||
| 8 | |||
| 9 | RDEPENDS:${PN} += " \ | ||
| 10 | python3-asyncio \ | ||
| 11 | python3-json \ | ||
| 12 | python3-multiprocessing \ | ||
| 13 | python3-pprint \ | ||
| 14 | python3-pydoc \ | ||
| 15 | " | ||
