14
0
forked from pool/python-joblib

Accepting request 1270280 from home:mcalabkova:branches:devel:languages:python

- Add upstream loky_resource_tracker.patch to fix failure with
  recent CPython 3.12 and 3.13 bugfix releases

OBS-URL: https://build.opensuse.org/request/show/1270280
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=69
This commit is contained in:
2025-04-17 11:01:28 +00:00
committed by Git OBS Bridge
parent d6133bf553
commit 8a3e2c8d7e
3 changed files with 90 additions and 0 deletions

View File

@@ -29,6 +29,8 @@ Source: https://files.pythonhosted.org/packages/source/j/joblib/joblib-%
Patch1: also-filter-new-fork-warning.patch
# PATCH-FIX-UPSTREAM https://github.com/joblib/joblib/pull/1632 DOC Make doctest compatible with numpy 2.2
Patch2: numpy22.patch
# PATCH-FIX-UPSTREAM https://github.com/joblib/loky/pull/450 FIX remove link to resource_tracker._pid in child processes
Patch3: loky_resource_tracker.patch
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module lz4}
BuildRequires: %{python_module numpy}