pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/parallel/py-ipyparallel
Module Name: pkgsrc
Committed By: adam
Date: Mon Nov 11 16:37:33 UTC 2024
Modified Files:
pkgsrc/parallel/py-ipyparallel: Makefile PLIST distinfo
Log Message:
py-ipyparallel: updated to 9.0.0
IPython Parallel 9 is a small major release.
The biggest new feature highlight is Windows support for SSHLauncher.
Fixes:
- Fix for background-thread output going to the wrong cell in a notebook.
Other changes:
- Compatibility fixes for upcoming ipykernel 7 (ipykernel 6.9.1 is now required)
- JupyterLab extension dependencies are updated from 3.x to JupyterLab 4.3
- Use `importlib.metadata` instead of deprecated `entrypoints` (no effect for users)
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/parallel/py-ipyparallel/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/parallel/py-ipyparallel/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/parallel/py-ipyparallel/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/parallel/py-ipyparallel/Makefile
diff -u pkgsrc/parallel/py-ipyparallel/Makefile:1.15 pkgsrc/parallel/py-ipyparallel/Makefile:1.16
--- pkgsrc/parallel/py-ipyparallel/Makefile:1.15 Mon Oct 14 06:45:55 2024
+++ pkgsrc/parallel/py-ipyparallel/Makefile Mon Nov 11 16:37:33 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2024/10/14 06:45:55 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2024/11/11 16:37:33 adam Exp $
-DISTNAME= ipyparallel-8.8.0
+DISTNAME= ipyparallel-9.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= parallel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/ipyparallel/}
@@ -13,16 +13,15 @@ LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=0.25:../../devel/py-hatchling
#TOOL_DEPENDS+= ${PYPKGPREFIX}-jupyterlab>=4:../../www/py-jupyterlab
DEPENDS+= ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
-DEPENDS+= ${PYPKGPREFIX}-entrypoints-[0-9]*:../../devel/py-entrypoints
DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.1:../../time/py-dateutil
-DEPENDS+= ${PYPKGPREFIX}-ipykernel>=4.4:../../devel/py-ipykernel
-DEPENDS+= ${PYPKGPREFIX}-ipython>=4.0:../../devel/py-ipython
-DEPENDS+= ${PYPKGPREFIX}-jupyter_client-[0-9]*:../../devel/py-jupyter_client
+DEPENDS+= ${PYPKGPREFIX}-ipykernel>=6.9.1:../../devel/py-ipykernel
+DEPENDS+= ${PYPKGPREFIX}-ipython>=5:../../devel/py-ipython
+DEPENDS+= ${PYPKGPREFIX}-jupyter_client>=7:../../devel/py-jupyter_client
DEPENDS+= ${PYPKGPREFIX}-psutil-[0-9]*:../../sysutils/py-psutil
-DEPENDS+= ${PYPKGPREFIX}-tornado>=5.1:../../www/py-tornado
+DEPENDS+= ${PYPKGPREFIX}-tornado>=6.1:../../www/py-tornado
DEPENDS+= ${PYPKGPREFIX}-tqdm-[0-9]*:../../misc/py-tqdm
-DEPENDS+= ${PYPKGPREFIX}-traitlets>=4.3:../../devel/py-traitlets
-DEPENDS+= ${PYPKGPREFIX}-zmq>=18.0.0:../../net/py-zmq
+DEPENDS+= ${PYPKGPREFIX}-traitlets>=5:../../devel/py-traitlets
+DEPENDS+= ${PYPKGPREFIX}-zmq>=25:../../net/py-zmq
TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
#TEST_DEPENDS+= ${PYPKGPREFIX}-test-tornado-[0-9]*:../../devel/py-test-tornado
Index: pkgsrc/parallel/py-ipyparallel/PLIST
diff -u pkgsrc/parallel/py-ipyparallel/PLIST:1.10 pkgsrc/parallel/py-ipyparallel/PLIST:1.11
--- pkgsrc/parallel/py-ipyparallel/PLIST:1.10 Mon Apr 8 05:54:12 2024
+++ pkgsrc/parallel/py-ipyparallel/PLIST Mon Nov 11 16:37:33 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2024/04/08 05:54:12 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2024/11/11 16:37:33 adam Exp $
bin/ipcluster-${PYVERSSUFFIX}
bin/ipcontroller-${PYVERSSUFFIX}
bin/ipengine-${PYVERSSUFFIX}
@@ -88,6 +88,12 @@ ${PYSITELIB}/ipyparallel/cluster/cluster
${PYSITELIB}/ipyparallel/cluster/launcher.py
${PYSITELIB}/ipyparallel/cluster/launcher.pyc
${PYSITELIB}/ipyparallel/cluster/launcher.pyo
+${PYSITELIB}/ipyparallel/cluster/shellcmd.py
+${PYSITELIB}/ipyparallel/cluster/shellcmd.pyc
+${PYSITELIB}/ipyparallel/cluster/shellcmd.pyo
+${PYSITELIB}/ipyparallel/cluster/shellcmd_receive.py
+${PYSITELIB}/ipyparallel/cluster/shellcmd_receive.pyc
+${PYSITELIB}/ipyparallel/cluster/shellcmd_receive.pyo
${PYSITELIB}/ipyparallel/controller/__init__.py
${PYSITELIB}/ipyparallel/controller/__init__.pyc
${PYSITELIB}/ipyparallel/controller/__init__.pyo
@@ -157,8 +163,8 @@ ${PYSITELIB}/ipyparallel/joblib.pyo
${PYSITELIB}/ipyparallel/labextension/package.json
${PYSITELIB}/ipyparallel/labextension/schemas/ipyparallel-labextension/package.json.orig
${PYSITELIB}/ipyparallel/labextension/schemas/ipyparallel-labextension/plugin.json
-${PYSITELIB}/ipyparallel/labextension/static/296.40eb9377b3b40662f1d8.js
-${PYSITELIB}/ipyparallel/labextension/static/remoteEntry.b3a636e043643255cf30.js
+${PYSITELIB}/ipyparallel/labextension/static/296.87b6a53d1d5b3f17143e.js
+${PYSITELIB}/ipyparallel/labextension/static/remoteEntry.8bfbc894f1978b53b2e2.js
${PYSITELIB}/ipyparallel/labextension/static/style.js
${PYSITELIB}/ipyparallel/labextension/static/third-party-licenses.json
${PYSITELIB}/ipyparallel/logger.py
@@ -191,6 +197,9 @@ ${PYSITELIB}/ipyparallel/serialize/codeu
${PYSITELIB}/ipyparallel/serialize/serialize.py
${PYSITELIB}/ipyparallel/serialize/serialize.pyc
${PYSITELIB}/ipyparallel/serialize/serialize.pyo
+${PYSITELIB}/ipyparallel/shellcmd.py
+${PYSITELIB}/ipyparallel/shellcmd.pyc
+${PYSITELIB}/ipyparallel/shellcmd.pyo
${PYSITELIB}/ipyparallel/tests/__init__.py
${PYSITELIB}/ipyparallel/tests/__init__.pyc
${PYSITELIB}/ipyparallel/tests/__init__.pyo
@@ -254,6 +263,9 @@ ${PYSITELIB}/ipyparallel/tests/test_remo
${PYSITELIB}/ipyparallel/tests/test_serialize.py
${PYSITELIB}/ipyparallel/tests/test_serialize.pyc
${PYSITELIB}/ipyparallel/tests/test_serialize.pyo
+${PYSITELIB}/ipyparallel/tests/test_shellcmd.py
+${PYSITELIB}/ipyparallel/tests/test_shellcmd.pyc
+${PYSITELIB}/ipyparallel/tests/test_shellcmd.pyo
${PYSITELIB}/ipyparallel/tests/test_slurm.py
${PYSITELIB}/ipyparallel/tests/test_slurm.pyc
${PYSITELIB}/ipyparallel/tests/test_slurm.pyo
@@ -278,8 +290,8 @@ ${PYSITELIB}/ipyparallel/util.pyo
share/jupyter/labextensions/ipyparallel-labextension/package.json
share/jupyter/labextensions/ipyparallel-labextension/schemas/ipyparallel-labextension/package.json.orig
share/jupyter/labextensions/ipyparallel-labextension/schemas/ipyparallel-labextension/plugin.json
-share/jupyter/labextensions/ipyparallel-labextension/static/296.40eb9377b3b40662f1d8.js
-share/jupyter/labextensions/ipyparallel-labextension/static/remoteEntry.b3a636e043643255cf30.js
+share/jupyter/labextensions/ipyparallel-labextension/static/296.87b6a53d1d5b3f17143e.js
+share/jupyter/labextensions/ipyparallel-labextension/static/remoteEntry.8bfbc894f1978b53b2e2.js
share/jupyter/labextensions/ipyparallel-labextension/static/style.js
share/jupyter/labextensions/ipyparallel-labextension/static/third-party-licenses.json
share/jupyter/nbextensions/ipyparallel/clusterlist.css
Index: pkgsrc/parallel/py-ipyparallel/distinfo
diff -u pkgsrc/parallel/py-ipyparallel/distinfo:1.8 pkgsrc/parallel/py-ipyparallel/distinfo:1.9
--- pkgsrc/parallel/py-ipyparallel/distinfo:1.8 Mon Apr 8 05:54:12 2024
+++ pkgsrc/parallel/py-ipyparallel/distinfo Mon Nov 11 16:37:33 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/04/08 05:54:12 adam Exp $
+$NetBSD: distinfo,v 1.9 2024/11/11 16:37:33 adam Exp $
-BLAKE2s (ipyparallel-8.8.0.tar.gz) = 49a0e124a168c88d17b76a7fb34512d0df97960bc64c49e09c8c66121cd9f7bb
-SHA512 (ipyparallel-8.8.0.tar.gz) = 9b0a03e1f581acbe56e3b51331d9fb97c422469e1d93348e6403d7c95a985f1f5a2a390645222fc4b60c0027ba168933679662561adb618d19ae7d680a2bb680
-Size (ipyparallel-8.8.0.tar.gz) = 6800541 bytes
+BLAKE2s (ipyparallel-9.0.0.tar.gz) = 2691b4ac03490b0756807ca3c1c9c31e026830c23706e2fa8ed7667bfd385767
+SHA512 (ipyparallel-9.0.0.tar.gz) = 4c89edba0bbad9ce75deaaa1e2486b1c50ca3f7a1a8f3c22b6dadc72f5b1f86958fe8c559e4548c69518494fd51c4ebe65f6019b154c8ffd3ef51eebb9bf1f03
+Size (ipyparallel-9.0.0.tar.gz) = 4403287 bytes
Home |
Main Index |
Thread Index |
Old Index