Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6363e39917 | |||
| cca5bc6def | |||
| 4ff9764129 | |||
| 45f7876d9f | |||
| 5a5d584bc9 |
BIN
joblib-1.5.1.tar.gz
LFS
BIN
joblib-1.5.1.tar.gz
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,15 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -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
|
||||
@@ -87,29 +87,20 @@ export LANG=en_US.UTF-8
|
||||
# test_child_raises_parent_exits_cleanly
|
||||
# i586:
|
||||
# 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:
|
||||
# test_parallel_call_cached_function_defined_in_jupyter
|
||||
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 \
|
||||
DISABLED_TESTS="test_multithreaded_parallel_termination_resource_tracker_silent or \
|
||||
test_resource_tracker_silent_when_reference_cycles or \
|
||||
test_child_raises_parent_exits_cleanly or \
|
||||
test_nested_loop_error_in_grandchild_resource_tracker_silent or \
|
||||
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_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"
|
||||
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_stay_the_same_with_numpy_objects or \
|
||||
test_non_contiguous_array_pickling"
|
||||
fi
|
||||
%pytest -k "not ($DISABLED_TESTS)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user