pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-joblib py-joblib: updated to 0.12.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/d0dc7e9215e3
branches: trunk
changeset: 311585:d0dc7e9215e3
user: adam <adam%pkgsrc.org@localhost>
date: Tue Aug 14 17:39:32 2018 +0000
description:
py-joblib: updated to 0.12.2
Release 0.12.2:
Integrate loky 2.2.0 to fix regression with unpicklable arguments and functions reported by users.
Loky 2.2.0 also provides a protection against memory leaks long running applications when psutil is installed.
Joblib now includes the code for the dask backend which has been updated to properly handle nested parallelism and data scattering at the same time.
Restored some private API attribute and arguments (MemorizedResult.argument_hash and BatchedCalls.__init__'s pickle_cache) for backward compat.
Fix a deprecation warning message (for Memory's cachedir).
Release 0.12.1:
Make sure that any exception triggered when serializing jobs in the queue will be wrapped as a PicklingError as in past versions of joblib.
Fix kwonlydefaults key error in filter_args
diffstat:
devel/py-joblib/Makefile | 6 +++---
devel/py-joblib/PLIST | 8 +++++++-
devel/py-joblib/distinfo | 10 +++++-----
3 files changed, 15 insertions(+), 9 deletions(-)
diffs (65 lines):
diff -r 11187747e0c5 -r d0dc7e9215e3 devel/py-joblib/Makefile
--- a/devel/py-joblib/Makefile Tue Aug 14 17:18:46 2018 +0000
+++ b/devel/py-joblib/Makefile Tue Aug 14 17:39:32 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2018/07/06 03:13:36 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2018/08/14 17:39:32 adam Exp $
-DISTNAME= joblib-0.12.0
+DISTNAME= joblib-0.12.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=j/joblib/}
@@ -15,7 +15,7 @@
USE_LANGUAGES= # none
do-test:
- cd ${WRKSRC} && ${LOCALBASE}/bin/pytest-${PYVERSSUFFIX}
+ cd ${WRKSRC}/joblib && pytest-${PYVERSSUFFIX}
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 11187747e0c5 -r d0dc7e9215e3 devel/py-joblib/PLIST
--- a/devel/py-joblib/PLIST Tue Aug 14 17:18:46 2018 +0000
+++ b/devel/py-joblib/PLIST Tue Aug 14 17:39:32 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2018/07/06 03:13:36 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/08/14 17:39:32 adam Exp $
${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/joblib/__init__.py
${PYSITELIB}/joblib/__init__.pyc
@@ -6,6 +6,9 @@
${PYSITELIB}/joblib/_compat.py
${PYSITELIB}/joblib/_compat.pyc
${PYSITELIB}/joblib/_compat.pyo
+${PYSITELIB}/joblib/_dask.py
+${PYSITELIB}/joblib/_dask.pyc
+${PYSITELIB}/joblib/_dask.pyo
${PYSITELIB}/joblib/_memmapping_reducer.py
${PYSITELIB}/joblib/_memmapping_reducer.pyc
${PYSITELIB}/joblib/_memmapping_reducer.pyo
@@ -233,6 +236,9 @@
${PYSITELIB}/joblib/test/test_backports.py
${PYSITELIB}/joblib/test/test_backports.pyc
${PYSITELIB}/joblib/test/test_backports.pyo
+${PYSITELIB}/joblib/test/test_dask.py
+${PYSITELIB}/joblib/test/test_dask.pyc
+${PYSITELIB}/joblib/test/test_dask.pyo
${PYSITELIB}/joblib/test/test_disk.py
${PYSITELIB}/joblib/test/test_disk.pyc
${PYSITELIB}/joblib/test/test_disk.pyo
diff -r 11187747e0c5 -r d0dc7e9215e3 devel/py-joblib/distinfo
--- a/devel/py-joblib/distinfo Tue Aug 14 17:18:46 2018 +0000
+++ b/devel/py-joblib/distinfo Tue Aug 14 17:39:32 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/07/06 03:13:36 minskim Exp $
+$NetBSD: distinfo,v 1.2 2018/08/14 17:39:32 adam Exp $
-SHA1 (joblib-0.12.0.tar.gz) = ae439302ce1fe82e629005e3d917eeecb9dc06ec
-RMD160 (joblib-0.12.0.tar.gz) = b4792fdfb3ae5e6a10a371033a9c5ea2f7f4508e
-SHA512 (joblib-0.12.0.tar.gz) = 42d0dadf4a454b889dac13ffb2b69770b9d2cdc3d40609b78929d8d8a23b47bdd2b1d5964885431385f77b88c17e860e9421023b0340df440621b0c818c34cd5
-Size (joblib-0.12.0.tar.gz) = 1466761 bytes
+SHA1 (joblib-0.12.2.tar.gz) = 9634a6a2f88d6a64bae5a0e488eb37177391506c
+RMD160 (joblib-0.12.2.tar.gz) = 609a47ce9d00d4dd274140a2833f0bda096b36c7
+SHA512 (joblib-0.12.2.tar.gz) = 9bf93c89681f59d17e735c228d3379df5dff67b4365b59ddea1a062f9547c376e5870e4ece83af8e7cda1ae30e2a2893a4a009e03b7fec798d3574e8ab060267
+Size (joblib-0.12.2.tar.gz) = 289249 bytes
Home |
Main Index |
Thread Index |
Old Index