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:           Sat Jun 24 08:17:00 UTC 2017

Modified Files:
        pkgsrc/devel/py-jupyter_client: Makefile PLIST distinfo
Removed Files:
        pkgsrc/devel/py-jupyter_client: ALTERNATIVES

Log Message:
5.1:

Define Jupyter protocol version 5.2, resolving ambiguity of cursor_pos field in the presence of unicode surrogate pairs.

Add :meth:`Session.clone` for making a copy of a Session object without sharing the digest history. Reusing a single Session object to connect multiple sockets to the same IOPub peer can cause digest 
collisions.

Avoid global references preventing garbage collection of background threads.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/py-jupyter_client/ALTERNATIVES
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-jupyter_client/Makefile \
    pkgsrc/devel/py-jupyter_client/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-jupyter_client/PLIST

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.2 pkgsrc/devel/py-jupyter_client/Makefile:1.3
--- pkgsrc/devel/py-jupyter_client/Makefile:1.2 Thu May  4 19:47:48 2017
+++ pkgsrc/devel/py-jupyter_client/Makefile     Sat Jun 24 08:17:00 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2017/05/04 19:47:48 adam Exp $
+# $NetBSD: Makefile,v 1.3 2017/06/24 08:17:00 adam Exp $
 
-DISTNAME=      jupyter_client-5.0.1
+DISTNAME=      jupyter_client-5.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    devel
+CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter_client/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -14,11 +14,13 @@ DEPENDS+=   ${PYPKGPREFIX}-traitlets>=4.1.
 DEPENDS+=      ${PYPKGPREFIX}-jupyter_core-[0-9]*:../../devel/py-jupyter_core
 DEPENDS+=      ${PYPKGPREFIX}-zmq>=13.0.0:../../net/py-zmq
 DEPENDS+=      ${PYPKGPREFIX}-dateutil>=2.1:../../time/py-dateutil
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-ipython-[0-9]*:../../devel/py-ipython
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 USE_LANGUAGES= # none
 
-post-install:
-       ${MV} ${DESTDIR}${PREFIX}/bin/jupyter-kernelspec ${DESTDIR}${PREFIX}/bin/jupyter-kernelspec${PYVERSSUFFIX}
+do-test:
+       cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
 
 .include "../../lang/python/distutils.mk"
 .include "../../lang/python/application.mk"
Index: pkgsrc/devel/py-jupyter_client/distinfo
diff -u pkgsrc/devel/py-jupyter_client/distinfo:1.2 pkgsrc/devel/py-jupyter_client/distinfo:1.3
--- pkgsrc/devel/py-jupyter_client/distinfo:1.2 Thu May  4 19:47:48 2017
+++ pkgsrc/devel/py-jupyter_client/distinfo     Sat Jun 24 08:17:00 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/05/04 19:47:48 adam Exp $
+$NetBSD: distinfo,v 1.3 2017/06/24 08:17:00 adam Exp $
 
-SHA1 (jupyter_client-5.0.1.tar.gz) = 30bfcb56f86295907e32b815e8a273735f5e68d6
-RMD160 (jupyter_client-5.0.1.tar.gz) = b76fc7119d0fc0002896c422440379a016dc121b
-SHA512 (jupyter_client-5.0.1.tar.gz) = 7a9d87c13284ee4c582b3eb7f21ced9bab5b1e529185ac1f55c5d595e5c7ff644d5e050bbee3cff5e5ef880b7e905a4f22afa1c2411abc2aec18d2e699c9f5eb
-Size (jupyter_client-5.0.1.tar.gz) = 262861 bytes
+SHA1 (jupyter_client-5.1.0.tar.gz) = 1f226cd2d437eed5f9c45d572c0c9efe53437ea9
+RMD160 (jupyter_client-5.1.0.tar.gz) = 1c98a5f67daee03996326c7aae0e1e3ca8aa2cb8
+SHA512 (jupyter_client-5.1.0.tar.gz) = eca7adab1f8aae05743c341a257d4ca4338b0838cc3441939dda48229cdfa13b267bdc338b951bc4e6e139d03d26b40a1294140218f84ab800d211f7e0d8bfc7
+Size (jupyter_client-5.1.0.tar.gz) = 265233 bytes

Index: pkgsrc/devel/py-jupyter_client/PLIST
diff -u pkgsrc/devel/py-jupyter_client/PLIST:1.1 pkgsrc/devel/py-jupyter_client/PLIST:1.2
--- pkgsrc/devel/py-jupyter_client/PLIST:1.1    Sun Apr 23 04:27:47 2017
+++ pkgsrc/devel/py-jupyter_client/PLIST        Sat Jun 24 08:17:00 2017
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/04/23 04:27:47 markd Exp $
-bin/jupyter-kernelspec${PYVERSSUFFIX}
+@comment $NetBSD: PLIST,v 1.2 2017/06/24 08:17:00 adam Exp $
 ${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/jupyter_client/__init__.py
 ${PYSITELIB}/jupyter_client/__init__.pyc



Home | Main Index | Thread Index | Old Index