Skip to content

Commit

Permalink
py-joblib: updated to 1.1.0
Browse files Browse the repository at this point in the history
Release 1.1.0
Fix byte order inconsistency issue during deserialization using joblib.load in cross-endian environment: the numpy arrays are now always loaded to use the system byte order, independently of the byte order of the system that serialized the pickle. joblib/joblib#1181
Fix joblib.Memory bug with the ignore parameter when the cached function is a decorated function. joblib/joblib#1165
Fix joblib.Memory to properly handle caching for functions defined interactively in a IPython session or in Jupyter notebook cell. joblib/joblib#1214
Update vendored loky (from version 2.9 to 3.0) and cloudpickle (from version 1.6 to 2.0) joblib/joblib#1218
  • Loading branch information
adam committed Oct 7, 2021
1 parent 3e26b49 commit 37df902
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/py-joblib/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.12 2021/02/10 08:24:36 adam Exp $
# $NetBSD: Makefile,v 1.13 2021/10/07 19:38:31 adam Exp $

DISTNAME= joblib-1.0.1
DISTNAME= joblib-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=j/joblib/}
Expand Down
5 changes: 4 additions & 1 deletion devel/py-joblib/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.7 2020/10/03 06:03:18 adam Exp $
@comment $NetBSD: PLIST,v 1.8 2021/10/07 19:38:31 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
Expand Down Expand Up @@ -126,6 +126,9 @@ ${PYSITELIB}/joblib/externals/loky/backend/utils.pyo
${PYSITELIB}/joblib/externals/loky/cloudpickle_wrapper.py
${PYSITELIB}/joblib/externals/loky/cloudpickle_wrapper.pyc
${PYSITELIB}/joblib/externals/loky/cloudpickle_wrapper.pyo
${PYSITELIB}/joblib/externals/loky/initializers.py
${PYSITELIB}/joblib/externals/loky/initializers.pyc
${PYSITELIB}/joblib/externals/loky/initializers.pyo
${PYSITELIB}/joblib/externals/loky/process_executor.py
${PYSITELIB}/joblib/externals/loky/process_executor.pyc
${PYSITELIB}/joblib/externals/loky/process_executor.pyo
Expand Down
8 changes: 4 additions & 4 deletions devel/py-joblib/distinfo
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.13 2021/10/07 13:43:18 nia Exp $
$NetBSD: distinfo,v 1.14 2021/10/07 19:38:31 adam Exp $

RMD160 (joblib-1.0.1.tar.gz) = 7c277a69400d4db410e106515b8a84da13539af6
SHA512 (joblib-1.0.1.tar.gz) = e985982d9f4fb1abf5f9a55008e4666a06fe7d39324877a89823e9acd7edd447dc342c264a21d4546eb29f285b1b735f25b3064e5c0361be4dbf723860e4fdbe
Size (joblib-1.0.1.tar.gz) = 316131 bytes
RMD160 (joblib-1.1.0.tar.gz) = d186b9ae102ba137315daacac9efa93b2c6a3e64
SHA512 (joblib-1.1.0.tar.gz) = d9062935b48d527c469e3606072a13dafd60c4b67cf218683d05f0c66de1281fcaad95c8c4d687b564b9ff0261c9263c184aec4a51bcf9731a6f787f503015fb
Size (joblib-1.1.0.tar.gz) = 2063601 bytes

0 comments on commit 37df902

Please sign in to comment.