diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-08-16 09:43:29 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-08-15 20:07:55 -0700 |
| commit | d95cd4b3a593e911c5b07fd66dd53c45963f6da6 (patch) | |
| tree | 813b4637925bea709d183f9e838506b05a8c30a0 /meta-python/recipes-devtools/python/python3-joblib_1.3.2.bb | |
| parent | 08eecf6a6b1445e141c685937610eb5504dccab3 (diff) | |
| download | meta-openembedded-d95cd4b3a593e911c5b07fd66dd53c45963f6da6.tar.gz | |
python3-joblib: upgrade 1.3.1 -> 1.3.2
Changelog:
===========
-Fix a regression in joblib.Parallel introduced in 1.3.0 where explicitly
setting n_jobs=None was not interpreted as "unset".
-Fix a regression in joblib.Parallel introduced in 1.3.0 where joblib.Parallel
logging methods exposed from inheritance to joblib.Logger didn't work because
of missing logger initialization.
-Various maintenance updates to the doc, the ci and the test.
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.3.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-joblib_1.3.2.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-joblib_1.3.2.bb b/meta-python/recipes-devtools/python/python3-joblib_1.3.2.bb new file mode 100644 index 0000000000..fe1e68c5ad --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-joblib_1.3.2.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 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 setuptools3 pypi | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "92f865e621e17784e7955080b6d042489e3b8e294949cc44c6eac304f59772b1" | ||
| 8 | |||
| 9 | RDEPENDS:${PN} += " \ | ||
| 10 | python3-asyncio \ | ||
| 11 | python3-distutils \ | ||
| 12 | python3-json \ | ||
| 13 | python3-multiprocessing \ | ||
| 14 | python3-pprint \ | ||
| 15 | python3-pydoc \ | ||
| 16 | " | ||
