14
0
forked from pool/python-joblib

- update to 1.4.2:

* Due to maintenance issues, 1.4.1 was not valid and we bumped
    the version to 1.4.2
  * Fix a backward incompatible change in MemorizedFunc.call
    which needs to return the metadata. Also make sure that
    NotMemorizedFunc.call return an empty dict for metadata for
    consistency. https://github.com/joblib/joblib/pull/1576

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=65
This commit is contained in:
2024-05-09 08:37:38 +00:00
committed by Git OBS Bridge
parent 32812371fb
commit f75a6e5ed9
4 changed files with 15 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-joblib
Version: 1.4.0
Version: 1.4.2
Release: 0
Summary: Module for using Python functions as pipeline jobs
License: BSD-3-Clause