diff --git a/joblib-1.5.1.tar.gz b/joblib-1.5.1.tar.gz deleted file mode 100644 index 0ace3e1..0000000 --- a/joblib-1.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4f86e351f39fe3d0d32a9f2c3d8af1ee4cec285aafcb27003dda5205576b444 -size 330475 diff --git a/joblib-1.5.2.tar.gz b/joblib-1.5.2.tar.gz new file mode 100644 index 0000000..654666d --- /dev/null +++ b/joblib-1.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3faa5c39054b2f03ca547da9b2f52fde67c06240c31853f306aea97f13647b55 +size 331077 diff --git a/python-joblib.changes b/python-joblib.changes index cbb9908..e349584 100644 --- a/python-joblib.changes +++ b/python-joblib.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Sep 10 08:42:39 UTC 2025 - John Paul Adrian Glaubitz + +- 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á diff --git a/python-joblib.spec b/python-joblib.spec index c4a166d..a3419c9 100644 --- a/python-joblib.spec +++ b/python-joblib.spec @@ -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}