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/e9d7d4cd7882
branches: trunk
changeset: 374546:e9d7d4cd7882
user: adam <adam%pkgsrc.org@localhost>
date: Thu Jan 25 09:47:35 2018 +0000
description:
py_jupyter_client: updated to 5.2.2
Changes in Jupyter Client 5.2.2
- Fix :meth:.KernelSpecManager.get_all_specs method in subclasses
that only override :meth:.KernelSpecManager.find_kernel_specs
and :meth:.KernelSpecManager.get_kernel_spec.
- Eliminate occasional error messages during process exit.
- Improve error message when attempting to bind on invalid address.
- Add missing direct dependency on tornado
diffstat:
devel/py-jupyter_client/Makefile | 5 +++--
devel/py-jupyter_client/PLIST | 3 +--
devel/py-jupyter_client/distinfo | 10 +++++-----
3 files changed, 9 insertions(+), 9 deletions(-)
diffs (52 lines):
diff -r b19d10a333d3 -r e9d7d4cd7882 devel/py-jupyter_client/Makefile
--- a/devel/py-jupyter_client/Makefile Thu Jan 25 09:28:15 2018 +0000
+++ b/devel/py-jupyter_client/Makefile Thu Jan 25 09:47:35 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2018/01/10 09:47:46 adam Exp $
+# $NetBSD: Makefile,v 1.7 2018/01/25 09:47:35 adam Exp $
-DISTNAME= jupyter_client-5.2.1
+DISTNAME= jupyter_client-5.2.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=j/jupyter_client/}
@@ -12,6 +12,7 @@
DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.1:../../time/py-dateutil
DEPENDS+= ${PYPKGPREFIX}-jupyter_core-[0-9]*:../../devel/py-jupyter_core
+DEPENDS+= ${PYPKGPREFIX}-tornado>=4.1:../../www/py-tornado
DEPENDS+= ${PYPKGPREFIX}-traitlets>=4.1.0:../../devel/py-traitlets
DEPENDS+= ${PYPKGPREFIX}-zmq>=13.0.0:../../net/py-zmq
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
diff -r b19d10a333d3 -r e9d7d4cd7882 devel/py-jupyter_client/PLIST
--- a/devel/py-jupyter_client/PLIST Thu Jan 25 09:28:15 2018 +0000
+++ b/devel/py-jupyter_client/PLIST Thu Jan 25 09:47:35 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2018/01/10 09:47:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2018/01/25 09:47:35 adam Exp $
bin/jupyter-kernel${PYVERSSUFFIX}
bin/jupyter-kernelspec${PYVERSSUFFIX}
bin/jupyter-run${PYVERSSUFFIX}
@@ -6,7 +6,6 @@
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/pbr.json
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/jupyter_client/__init__.py
diff -r b19d10a333d3 -r e9d7d4cd7882 devel/py-jupyter_client/distinfo
--- a/devel/py-jupyter_client/distinfo Thu Jan 25 09:28:15 2018 +0000
+++ b/devel/py-jupyter_client/distinfo Thu Jan 25 09:47:35 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/01/10 09:47:46 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/01/25 09:47:35 adam Exp $
-SHA1 (jupyter_client-5.2.1.tar.gz) = c45a59eaced3d9641bf96e8dd77b7842aec99fec
-RMD160 (jupyter_client-5.2.1.tar.gz) = 4fb8ae8e850671eff51ba0a829aabe654f57e94a
-SHA512 (jupyter_client-5.2.1.tar.gz) = 23e165517309caf0de85a5dd72a890467c1afc983ceaa71b7d241371fd8b1dc34919b4dea9db32bf75e157db6fc2f036152cfbd583c0743e435a0882ba18960e
-Size (jupyter_client-5.2.1.tar.gz) = 2346393 bytes
+SHA1 (jupyter_client-5.2.2.tar.gz) = 2290704671547049ee20b034135a7a191fbc26f1
+RMD160 (jupyter_client-5.2.2.tar.gz) = 773e293d643af13d4a00d3f0247a4df884aae929
+SHA512 (jupyter_client-5.2.2.tar.gz) = 1c1a5d537b03c642392f3f8132c8915356b7a37ce099bd15a6f964a44fdef3a3cee55c4b38b907e5031824aa57b5fee8065749a96163376b6a8165b5b976dadd
+Size (jupyter_client-5.2.2.tar.gz) = 272983 bytes
Home |
Main Index |
Thread Index |
Old Index