Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| dcbe948a20 | |||
| ee1a1838db | |||
| 7ffdbcd515 | |||
| 8a3e2c8d7e | |||
| 07578dcf08 | |||
| d6133bf553 |
BIN
joblib-1.5.1.tar.gz
LFS
Normal file
BIN
joblib-1.5.1.tar.gz
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,15 +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>
|
|
||||||
|
|
||||||
- Skip tests failing with Python 3.13.7
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 20 11:06:38 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
Fri Jun 20 11:06:38 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.2
|
Version: 1.5.1
|
||||||
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
|
||||||
@@ -87,20 +87,29 @@ export LANG=en_US.UTF-8
|
|||||||
# test_child_raises_parent_exits_cleanly
|
# test_child_raises_parent_exits_cleanly
|
||||||
# i586:
|
# i586:
|
||||||
# test_nested_loop_error_in_grandchild_resource_tracker_silent
|
# test_nested_loop_error_in_grandchild_resource_tracker_silent
|
||||||
|
# s390x:
|
||||||
|
# test_hash_numpy_noncontiguous
|
||||||
|
# test_hashes_are_different_between_c_and_fortran_contiguous_arrays
|
||||||
|
# test_hashes_stay_the_same_with_numpy_objects
|
||||||
|
# test_non_contiguous_array_pickling
|
||||||
#
|
#
|
||||||
# always fails:
|
# always fails:
|
||||||
# test_parallel_call_cached_function_defined_in_jupyter
|
# test_parallel_call_cached_function_defined_in_jupyter
|
||||||
DISABLED_TESTS="test_multithreaded_parallel_termination_resource_tracker_silent or \
|
DISABLED_TESTS="test_hash_numpy_noncontiguous or \
|
||||||
|
test_hashes_are_different_between_c_and_fortran_contiguous_arrays or \
|
||||||
|
test_hashes_stay_the_same_with_numpy_objects or \
|
||||||
|
test_non_contiguous_array_pickling or \
|
||||||
|
test_multithreaded_parallel_termination_resource_tracker_silent or \
|
||||||
test_resource_tracker_silent_when_reference_cycles or \
|
test_resource_tracker_silent_when_reference_cycles or \
|
||||||
test_child_raises_parent_exits_cleanly or \
|
test_child_raises_parent_exits_cleanly or \
|
||||||
test_nested_loop_error_in_grandchild_resource_tracker_silent or \
|
test_nested_loop_error_in_grandchild_resource_tracker_silent or \
|
||||||
test_parallel_call_cached_function_defined_in_jupyter"
|
test_hash_numpy_noncontiguous or \
|
||||||
if [ $(python3 -c 'import sys; print(sys.byteorder)') != "little" ]; then
|
|
||||||
DISABLED_TESTS+=" or test_joblib_pickle_across_python_versions or \
|
|
||||||
test_hash_numpy_noncontiguous or \
|
|
||||||
test_hashes_are_different_between_c_and_fortran_contiguous_arrays or \
|
test_hashes_are_different_between_c_and_fortran_contiguous_arrays or \
|
||||||
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 or \
|
||||||
|
test_parallel_call_cached_function_defined_in_jupyter"
|
||||||
|
if [ $(python3 -c 'import sys; print(sys.byteorder)') != "little" ]; then
|
||||||
|
DISABLED_TESTS+=" or test_joblib_pickle_across_python_versions"
|
||||||
fi
|
fi
|
||||||
%pytest -k "not ($DISABLED_TESTS)"
|
%pytest -k "not ($DISABLED_TESTS)"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user