forked from pool/python-joblib
Accepting request 1303623 from devel:languages:python
- Update to 1.5.2 * Vendor ``loky3.5.6`` fixing the resource tracker for python 3.13.7+ https://github.com/joblib/joblib/pull/1740 OBS-URL: https://build.opensuse.org/request/show/1303623 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-joblib?expand=0&rev=31
This commit is contained in:
BIN
joblib-1.5.1.tar.gz
(Stored with Git LFS)
BIN
joblib-1.5.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
joblib-1.5.2.tar.gz
Normal file
3
joblib-1.5.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3faa5c39054b2f03ca547da9b2f52fde67c06240c31853f306aea97f13647b55
|
||||||
|
size 331077
|
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 10 08:42:39 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.5.2
|
||||||
|
* Vendor ``loky3.5.6`` fixing the resource tracker for python 3.13.7+
|
||||||
|
https://github.com/joblib/joblib/pull/1740
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 20 12:27:18 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
Wed Aug 20 12:27:18 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-joblib
|
Name: python-joblib
|
||||||
Version: 1.5.1
|
Version: 1.5.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Module for using Python functions as pipeline jobs
|
Summary: Module for using Python functions as pipeline jobs
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -102,12 +102,6 @@ if [ $(python3 -c 'import sys; print(sys.byteorder)') != "little" ]; then
|
|||||||
test_hashes_stay_the_same_with_numpy_objects or \
|
test_hashes_stay_the_same_with_numpy_objects or \
|
||||||
test_non_contiguous_array_pickling"
|
test_non_contiguous_array_pickling"
|
||||||
fi
|
fi
|
||||||
# memmaping tests fail on Python 3.13.7 https://github.com/joblib/loky/issues/459
|
|
||||||
DISABLED_TESTS+=" or test_permission_error_windows_memmap_sent_to_parent or \
|
|
||||||
test_many_parallel_calls_on_same_object or \
|
|
||||||
test_memmapping_pool_for_large_arrays or \
|
|
||||||
test_memmapping_on_large_enough_dev_shm or \
|
|
||||||
test_memmapping_leaks"
|
|
||||||
%pytest -k "not ($DISABLED_TESTS)"
|
%pytest -k "not ($DISABLED_TESTS)"
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
|
Reference in New Issue
Block a user