forked from pool/python-joblib
Compare commits
11 Commits
Author | SHA256 | Date | |
---|---|---|---|
6363e39917 | |||
cca5bc6def | |||
4ff9764129 | |||
45f7876d9f | |||
5a5d584bc9 | |||
8f7a7c6788 | |||
fbb0cf2e2c | |||
0a3f1114fc | |||
77e153e37b | |||
e571b53e38 | |||
daa9a6df90 |
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>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-joblib
|
||||
Version: 1.5.1
|
||||
Version: 1.5.2
|
||||
Release: 0
|
||||
Summary: Module for using Python functions as pipeline jobs
|
||||
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_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