diff options
author | adam <adam@pkgsrc.org> | 2021-06-10 18:46:05 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-06-10 18:46:05 +0000 |
commit | d69a70253e391181b35d6841daa9778df831ec2a (patch) | |
tree | a12420105f1702fc4dd1dbb4713a4852425c80ec /devel | |
parent | 48a85f3bc1731e8bb7e12c93928d4d8d1a3244f5 (diff) | |
download | pkgsrc-d69a70253e391181b35d6841daa9778df831ec2a.tar.gz |
py-jupyter_client: updated to 6.1.12
6.1.11
======
- Move jedi pinning to test requirements (:ghpull:`599`)
6.1.10
======
- Add change parameter needed for observer method of kernel_spec_manager trait (:ghpull:`598`)
6.1.9
=====
- Pin jedi<=0.17.2 (:ghpull:`596`)
6.1.8
=====
- Doc updates (:ghpull:`563`, :ghpull:`564`, :ghpull:`587`)
- Fix path to the connection file (:ghpull:`568`)
- Code cleanup (:ghpull:`574`, :ghpull:`579`)
- Silence kill_kernel when no process is present (:ghpull:`576`)
- Remove extra_env and corresponding test (:ghpull:`581`)
- Add documentation dependencies to setup.py (:ghpull:`582`)
- Fix for Windows localhost IP addresses (:ghpull:`584`)
- Drop Travis CI, add GitHub Actions (:ghpull:`586`)
- Adapt KernelManager._kernel_spec_manager_changed to observe (:ghpull:`588`)
- Allow use ~/ in the kernel's command or its arguments (:ghpull:`589`)
- Change wait_for_ready logic (:ghpull:`592`)
- Fix test_session with msgpack v1 (:ghpull:`594`)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-jupyter_client/Makefile | 6 | ||||
-rw-r--r-- | devel/py-jupyter_client/PLIST | 8 | ||||
-rw-r--r-- | devel/py-jupyter_client/distinfo | 10 |
3 files changed, 15 insertions, 9 deletions
diff --git a/devel/py-jupyter_client/Makefile b/devel/py-jupyter_client/Makefile index 7603263e84d..e8cd6b80f0f 100644 --- a/devel/py-jupyter_client/Makefile +++ b/devel/py-jupyter_client/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2020/08/26 11:37:24 adam Exp $ +# $NetBSD: Makefile,v 1.18 2021/06/10 18:46:05 adam Exp $ -DISTNAME= jupyter_client-6.1.7 +DISTNAME= jupyter_client-6.1.12 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=j/jupyter_client/} @@ -34,7 +34,7 @@ post-install: ${MV} jupyter-run jupyter-run-${PYVERSSUFFIX} || ${TRUE} do-test: - cd ${WRKSRC} && pytest-${PYVERSSUFFIX} + cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-jupyter_client/PLIST b/devel/py-jupyter_client/PLIST index 3ee0d3790af..70a1489954d 100644 --- a/devel/py-jupyter_client/PLIST +++ b/devel/py-jupyter_client/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2020/08/26 11:37:24 adam Exp $ +@comment $NetBSD: PLIST,v 1.9 2021/06/10 18:46:05 adam Exp $ bin/jupyter-kernel-${PYVERSSUFFIX} bin/jupyter-kernelspec-${PYVERSSUFFIX} bin/jupyter-run-${PYVERSSUFFIX} @@ -110,6 +110,9 @@ ${PYSITELIB}/jupyter_client/ssh/tunnel.pyo ${PYSITELIB}/jupyter_client/tests/__init__.py ${PYSITELIB}/jupyter_client/tests/__init__.pyc ${PYSITELIB}/jupyter_client/tests/__init__.pyo +${PYSITELIB}/jupyter_client/tests/conftest.py +${PYSITELIB}/jupyter_client/tests/conftest.pyc +${PYSITELIB}/jupyter_client/tests/conftest.pyo ${PYSITELIB}/jupyter_client/tests/signalkernel.py ${PYSITELIB}/jupyter_client/tests/signalkernel.pyc ${PYSITELIB}/jupyter_client/tests/signalkernel.pyo @@ -158,6 +161,9 @@ ${PYSITELIB}/jupyter_client/tests/utils.pyo ${PYSITELIB}/jupyter_client/threaded.py ${PYSITELIB}/jupyter_client/threaded.pyc ${PYSITELIB}/jupyter_client/threaded.pyo +${PYSITELIB}/jupyter_client/utils.py +${PYSITELIB}/jupyter_client/utils.pyc +${PYSITELIB}/jupyter_client/utils.pyo ${PYSITELIB}/jupyter_client/win_interrupt.py ${PYSITELIB}/jupyter_client/win_interrupt.pyc ${PYSITELIB}/jupyter_client/win_interrupt.pyo diff --git a/devel/py-jupyter_client/distinfo b/devel/py-jupyter_client/distinfo index 3397a38c610..54e0064db44 100644 --- a/devel/py-jupyter_client/distinfo +++ b/devel/py-jupyter_client/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2020/08/26 11:37:24 adam Exp $ +$NetBSD: distinfo,v 1.15 2021/06/10 18:46:05 adam Exp $ -SHA1 (jupyter_client-6.1.7.tar.gz) = a50a9cc3a2b3dba42d35728c28e9809cb2412a2b -RMD160 (jupyter_client-6.1.7.tar.gz) = 642ad87a30d9923939caeb51f321d433a47564ea -SHA512 (jupyter_client-6.1.7.tar.gz) = 154734e75b26ac2db2a724aa40dd4f4bb7599f8a55dad03bbe09e3f29dd224d4cdf566b479661d20e3c13d79c062bc545ab709eab6fe645eff86a4c23c619d14 -Size (jupyter_client-6.1.7.tar.gz) = 293252 bytes +SHA1 (jupyter_client-6.1.12.tar.gz) = 2e8294fedaf611bc801678dc5673f2599ad38b48 +RMD160 (jupyter_client-6.1.12.tar.gz) = 1e2bf8a6a8ec37e0744a7d5cb85895224636b43e +SHA512 (jupyter_client-6.1.12.tar.gz) = f31ff1a24b264c32d35d07491785e1d77935cdb463243e90e4aadcb0a093a074cdce75f01662591766588f39b146077639ca697f71157309dc92f12ae04d5cdd +Size (jupyter_client-6.1.12.tar.gz) = 301499 bytes |