Source-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/23071cd4fbcf
branches:  trunk
changeset: 435776:23071cd4fbcf
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jul 15 07:35:53 2020 +0000

description:
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

diffstat:

 devel/py-jupyter_client/Makefile |   7 +++++--
 devel/py-jupyter_client/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 7 deletions(-)

diffs (41 lines):

diff -r 788e0189ca6d -r 23071cd4fbcf devel/py-jupyter_client/Makefile
--- a/devel/py-jupyter_client/Makefile  Wed Jul 15 07:27:23 2020 +0000
+++ b/devel/py-jupyter_client/Makefile  Wed Jul 15 07:35:53 2020 +0000
@@ -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}-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
 
diff -r 788e0189ca6d -r 23071cd4fbcf devel/py-jupyter_client/distinfo
--- a/devel/py-jupyter_client/distinfo  Wed Jul 15 07:27:23 2020 +0000
+++ b/devel/py-jupyter_client/distinfo  Wed Jul 15 07:35:53 2020 +0000
@@ -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