pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-jupyter_client py-jupyter_client: updated to ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f5947f88bbb8
branches: trunk
changeset: 454405:f5947f88bbb8
user: adam <adam%pkgsrc.org@localhost>
date: Thu Jun 10 18:46:05 2021 +0000
description:
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:
devel/py-jupyter_client/Makefile | 6 +++---
devel/py-jupyter_client/PLIST | 8 +++++++-
devel/py-jupyter_client/distinfo | 10 +++++-----
3 files changed, 15 insertions(+), 9 deletions(-)
diffs (65 lines):
diff -r 5a5087a89c8a -r f5947f88bbb8 devel/py-jupyter_client/Makefile
--- a/devel/py-jupyter_client/Makefile Thu Jun 10 18:44:33 2021 +0000
+++ b/devel/py-jupyter_client/Makefile Thu Jun 10 18:46:05 2021 +0000
@@ -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 @@
${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 -r 5a5087a89c8a -r f5947f88bbb8 devel/py-jupyter_client/PLIST
--- a/devel/py-jupyter_client/PLIST Thu Jun 10 18:44:33 2021 +0000
+++ b/devel/py-jupyter_client/PLIST Thu Jun 10 18:46:05 2021 +0000
@@ -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/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/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 -r 5a5087a89c8a -r f5947f88bbb8 devel/py-jupyter_client/distinfo
--- a/devel/py-jupyter_client/distinfo Thu Jun 10 18:44:33 2021 +0000
+++ b/devel/py-jupyter_client/distinfo Thu Jun 10 18:46:05 2021 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index