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:           Wed Jul 15 07:35:53 UTC 2020

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

Log Message:
py-jupyter_client: updated to 6.1.6

6.1.6
- Removed warnings in more cases for KernelManagers that use new cleanup method
- Some improved tests with a conversion to pytest pattern

6.1.5
- Gracefully Close ZMQ Context upon kernel shutdown to fix memory leak
- Fix for chained exceptions to preserve stacks
- Fix start_kernel error when passing kernel_id
- Update to releasing docs

6.1.4
(Deleted release with incorrect local files)

6.1.3
- Add AsyncKernelClient client_class to AsyncKernelManager
- Doc fix for xeus hyperlinks
- Doc typo fix


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-jupyter_client/Makefile
cvs rdiff -u -r1.12 -r1.13 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.15 pkgsrc/devel/py-jupyter_client/Makefile:1.16
--- pkgsrc/devel/py-jupyter_client/Makefile:1.15        Tue Jul  7 08:19:10 2020
+++ pkgsrc/devel/py-jupyter_client/Makefile     Wed Jul 15 07:35:53 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2020/07/07 08:19:10 adam Exp $
+# $NetBSD: Makefile,v 1.16 2020/07/15 07:35:53 adam Exp $
 
-DISTNAME=      jupyter_client-6.1.2
+DISTNAME=      jupyter_client-6.1.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter_client/}
@@ -15,10 +15,13 @@ DEPENDS+=   ${PYPKGPREFIX}-jupyter_core>=4
 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
+TEST_DEPENDS+= ${PYPKGPREFIX}-async_generator-[0-9]*:../../devel/py-async_generator
 TEST_DEPENDS+= ${PYPKGPREFIX}-ipykernel-[0-9]*:../../devel/py-ipykernel
 TEST_DEPENDS+= ${PYPKGPREFIX}-ipython-[0-9]*:../../devel/py-ipython
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/devel/py-jupyter_client/distinfo
diff -u pkgsrc/devel/py-jupyter_client/distinfo:1.12 pkgsrc/devel/py-jupyter_client/distinfo:1.13
--- pkgsrc/devel/py-jupyter_client/distinfo:1.12        Tue Jul  7 08:19:10 2020
+++ pkgsrc/devel/py-jupyter_client/distinfo     Wed Jul 15 07:35:53 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2020/07/07 08:19:10 adam Exp $
+$NetBSD: distinfo,v 1.13 2020/07/15 07:35:53 adam Exp $
 
-SHA1 (jupyter_client-6.1.2.tar.gz) = 2718c607fa1c4a08fa3d4139d1144fde181cb526
-RMD160 (jupyter_client-6.1.2.tar.gz) = 5981328b81ee8583a4efa59df9e0756c72d809c1
-SHA512 (jupyter_client-6.1.2.tar.gz) = 9143f440ec73462873d4ca4a99747429274a5dff93633fdaf8c44fd4b47abd38d7ad03ff97c45e30884cd5b182fb2d8ec00b7316757e1ecd9dd8443c4bb81f06
-Size (jupyter_client-6.1.2.tar.gz) = 290186 bytes
+SHA1 (jupyter_client-6.1.6.tar.gz) = b0c6c7a75b895e09b88cb1fa6324449de5a2e07f
+RMD160 (jupyter_client-6.1.6.tar.gz) = 3e54371ee04cad221fee4ff13495dea5e5bd60c3
+SHA512 (jupyter_client-6.1.6.tar.gz) = 9a443a2b4a86d823d1403a05d359b50ca95efb8e1dd992d331699e3fe2b46e5d4190cc55aa5d110a384fc0bb94abceaa4e36f67c0f7ce5a33f9ef3b11e682522
+Size (jupyter_client-6.1.6.tar.gz) = 292265 bytes



Home | Main Index | Thread Index | Old Index