Skip to content

Commit

Permalink
Update python-joblib to version 1.4.2 / rev 26 via SR 1172881
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1172881
by user dirkmueller + dimstar_suse
- 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. joblib/joblib#1576
  • Loading branch information
dirkmueller authored and bmwiedemann committed May 11, 2024
1 parent 9668806 commit f201978
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 2 deletions.
Binary file modified packages/p/python-joblib/.files
Binary file not shown.
14 changes: 14 additions & 0 deletions packages/p/python-joblib/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -343,4 +343,18 @@
- drop avoid-deprecated-ast.patch (upstream)</comment>
<requestid>1169420</requestid>
</revision>
<revision rev="26" vrev="1">
<srcmd5>12b5cb16e4cf57866992416b4ceb30b6</srcmd5>
<version>1.4.2</version>
<time>1715444328</time>
<user>dimstar_suse</user>
<comment>- 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</comment>
<requestid>1172881</requestid>
</revision>
</revisionlist>
1 change: 0 additions & 1 deletion packages/p/python-joblib/joblib-1.4.0.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/p/python-joblib/joblib-1.4.2.tar.gz
11 changes: 11 additions & 0 deletions packages/p/python-joblib/python-joblib.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu May 9 08:36:55 UTC 2024 - Dirk Müller <dmueller@suse.com>

- 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 <dmueller@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion packages/p/python-joblib/python-joblib.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f201978

Please sign in to comment.