Compare commits
8 Commits
Author | SHA256 | Date | |
---|---|---|---|
d0ae394364 | |||
23b8a55042 | |||
dcbe948a20 | |||
ee1a1838db | |||
7ffdbcd515 | |||
8a3e2c8d7e | |||
07578dcf08 | |||
d6133bf553 |
BIN
joblib-1.5.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
joblib-1.5.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3faa5c39054b2f03ca547da9b2f52fde67c06240c31853f306aea97f13647b55
|
||||
size 331077
|
@@ -1,10 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-joblib
|
||||
Version: 1.5.2
|
||||
Version: 1.5.1
|
||||
Release: 0
|
||||
Summary: Module for using Python functions as pipeline jobs
|
||||
License: BSD-3-Clause
|
||||
@@ -102,6 +102,12 @@ if [ $(python3 -c 'import sys; print(sys.byteorder)') != "little" ]; then
|
||||
test_hashes_stay_the_same_with_numpy_objects or \
|
||||
test_non_contiguous_array_pickling"
|
||||
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)"
|
||||
|
||||
%files %{python_files}
|
||||
|
Reference in New Issue
Block a user