pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-jupyter_client



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Apr  5 12:38:57 UTC 2018

Modified Files:
        pkgsrc/devel/py-jupyter_client: Makefile distinfo

Log Message:
py-jupyter_client: updated to 5.2.3

5.2.3:
- Fix hang on close in :class:.ThreadedKernelClient (used in QtConsole)
  when using tornado with asyncio
- Fix errors when using deprecated :attr:.KernelManager.kernel_cmd


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-jupyter_client/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-jupyter_client/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-jupyter_client/Makefile
diff -u pkgsrc/devel/py-jupyter_client/Makefile:1.7 pkgsrc/devel/py-jupyter_client/Makefile:1.8
--- pkgsrc/devel/py-jupyter_client/Makefile:1.7 Thu Jan 25 09:47:35 2018
+++ pkgsrc/devel/py-jupyter_client/Makefile     Thu Apr  5 12:38:57 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2018/01/25 09:47:35 adam Exp $
+# $NetBSD: Makefile,v 1.8 2018/04/05 12:38:57 adam Exp $
 
-DISTNAME=      jupyter_client-5.2.2
+DISTNAME=      jupyter_client-5.2.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter_client/}
@@ -15,7 +15,10 @@ DEPENDS+=    ${PYPKGPREFIX}-jupyter_core-[0
 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
+TEST_DEPENDS+= ${PYPKGPREFIX}-ipykernel-[0-9]*:../../devel/py-ipykernel
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
+PYTHON_VERSIONED_DEPENDENCIES= ipython:test
 
 USE_LANGUAGES= # none
 
@@ -29,4 +32,5 @@ do-test:
        cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
 
 .include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-jupyter_client/distinfo
diff -u pkgsrc/devel/py-jupyter_client/distinfo:1.6 pkgsrc/devel/py-jupyter_client/distinfo:1.7
--- pkgsrc/devel/py-jupyter_client/distinfo:1.6 Thu Jan 25 09:47:35 2018
+++ pkgsrc/devel/py-jupyter_client/distinfo     Thu Apr  5 12:38:57 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/01/25 09:47:35 adam Exp $
+$NetBSD: distinfo,v 1.7 2018/04/05 12:38:57 adam Exp $
 
-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
+SHA1 (jupyter_client-5.2.3.tar.gz) = b07e542ea729e7964a6249287c0c69820faa2a44
+RMD160 (jupyter_client-5.2.3.tar.gz) = cdeeea1a66db08a3594141c68debf30a1a73f053
+SHA512 (jupyter_client-5.2.3.tar.gz) = 89b980ecc281bc1512e1fc4ba35862cc6e541f825ee07a1382d300c8088f24611225ab415d6a7c1e4209c47a74c113ec95f863e8fb0b33c6db9eb9c3521fc0ae
+Size (jupyter_client-5.2.3.tar.gz) = 271787 bytes



Home | Main Index | Thread Index | Old Index