Skip to content

Commit

Permalink
py-joblib: updated to 1.4.2
Browse files Browse the repository at this point in the history
Release 1.4.2 -- 2024/05/02

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
adam committed May 11, 2024
1 parent 010b03c commit 12d57be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/py-joblib/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.18 2024/04/13 05:27:48 adam Exp $
# $NetBSD: Makefile,v 1.19 2024/05/11 19:08:53 adam Exp $

DISTNAME= joblib-1.4.0
DISTNAME= joblib-1.4.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=j/joblib/}
Expand Down
8 changes: 4 additions & 4 deletions devel/py-joblib/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.19 2024/04/13 05:27:48 adam Exp $
$NetBSD: distinfo,v 1.20 2024/05/11 19:08:53 adam Exp $

BLAKE2s (joblib-1.4.0.tar.gz) = 11cb22c78104b863a584098fb0665c50a5e2ee8976531d03b41f10b300f6777c
SHA512 (joblib-1.4.0.tar.gz) = 5c7e5475347906cdc8575eac8d2052470408c4ed5267d59a88a9d3126fb72b977d20b24fb0983b070e2f3c101e7da000fc03231733fef62531f9aeffacc47baf
Size (joblib-1.4.0.tar.gz) = 2115863 bytes
BLAKE2s (joblib-1.4.2.tar.gz) = dcab867a135eae9a1550f745d0040735fdd7b46ce6597e034a92fdec67137d29
SHA512 (joblib-1.4.2.tar.gz) = d4c84803207ace0025701261f9e7976329e2ff9fa18a3155be1afe1f03ebfd470772e39e94b3ed01f9d1409589991c9592dc4188bca86dba158c44c70355441b
Size (joblib-1.4.2.tar.gz) = 2116621 bytes
SHA1 (patch-joblib_externals_loky_backend_context.py) = cc11198188de6701bdb5c6ce699eccb6e4eb01df

0 comments on commit 12d57be

Please sign in to comment.