From f75a6e5ed99ad61413a4564394c59ac5f0fe9e208ffc2a63d0ebb847cd31e8b1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 9 May 2024 08:37:38 +0000 Subject: [PATCH] - 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 --- joblib-1.4.0.tar.gz | 3 --- joblib-1.4.2.tar.gz | 3 +++ python-joblib.changes | 11 +++++++++++ python-joblib.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 joblib-1.4.0.tar.gz create mode 100644 joblib-1.4.2.tar.gz diff --git a/joblib-1.4.0.tar.gz b/joblib-1.4.0.tar.gz deleted file mode 100644 index 93526f3..0000000 --- a/joblib-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1eb0dc091919cd384490de890cb5dfd538410a6d4b3b54eef09fb8c50b409b1c -size 2115863 diff --git a/joblib-1.4.2.tar.gz b/joblib-1.4.2.tar.gz new file mode 100644 index 0000000..22595a8 --- /dev/null +++ b/joblib-1.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2382c5816b2636fbd20a09e0f4e9dad4736765fdfb7dca582943b9c1366b3f0e +size 2116621 diff --git a/python-joblib.changes b/python-joblib.changes index e39ad71..0904e15 100644 --- a/python-joblib.changes +++ b/python-joblib.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu May 9 08:36:55 UTC 2024 - Dirk Müller + +- 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 + ------------------------------------------------------------------- Sat Apr 20 21:06:55 UTC 2024 - Dirk Müller diff --git a/python-joblib.spec b/python-joblib.spec index 4dd0d23..7d21e85 100644 --- a/python-joblib.spec +++ b/python-joblib.spec @@ -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