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 7 13:13:11 UTC 2022
Modified Files:
pkgsrc/devel/py-jupyter_client: Makefile PLIST distinfo
Log Message:
py-jupyter_client: updated to 7.2.1
7.2.1
Maintenance and upkeep improvements
- Handle Warnings
7.2.0
Enhancements made
- Update consoleapp.py
Bugs fixed
- Json packer: handle TypeError and fallback to old json_clean
- Prefer sending signals to kernel process group
Maintenance and upkeep improvements
- Mock is not needed
- Add pytest opts and clean up workflows
- Clean up dependency handling
- Use built in run cancellation
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-jupyter_client/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-jupyter_client/PLIST
cvs rdiff -u -r1.19 -r1.20 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.25 pkgsrc/devel/py-jupyter_client/Makefile:1.26
--- pkgsrc/devel/py-jupyter_client/Makefile:1.25 Mon Jan 31 17:59:00 2022
+++ pkgsrc/devel/py-jupyter_client/Makefile Thu Apr 7 13:13:11 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2022/01/31 17:59:00 adam Exp $
+# $NetBSD: Makefile,v 1.26 2022/04/07 13:13:11 adam Exp $
-DISTNAME= jupyter_client-7.1.2
+DISTNAME= jupyter_client-7.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=j/jupyter_client/}
@@ -11,17 +11,17 @@ COMMENT= Jupyter protocol implementation
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-entrypoints-[0-9]*:../../devel/py-entrypoints
-DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.1:../../time/py-dateutil
-DEPENDS+= ${PYPKGPREFIX}-jupyter_core>=4.6.0:../../devel/py-jupyter_core
-DEPENDS+= ${PYPKGPREFIX}-nest-asyncio>=1.5:../../devel/py-nest-asyncio
-DEPENDS+= ${PYPKGPREFIX}-tornado>=4.1:../../www/py-tornado
+DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.8.2:../../time/py-dateutil
+DEPENDS+= ${PYPKGPREFIX}-jupyter_core>=4.9.2:../../devel/py-jupyter_core
+DEPENDS+= ${PYPKGPREFIX}-nest-asyncio>=1.5.4:../../devel/py-nest-asyncio
+DEPENDS+= ${PYPKGPREFIX}-tornado>=6.0:../../www/py-tornado
DEPENDS+= ${PYPKGPREFIX}-traitlets>=4.1.0:../../devel/py-traitlets
DEPENDS+= ${PYPKGPREFIX}-zmq>=13.0.0:../../net/py-zmq
-TEST_DEPENDS+= ${PYPKGPREFIX}-ipykernel-[0-9]*:../../devel/py-ipykernel
+TEST_DEPENDS+= ${PYPKGPREFIX}-ipykernel>=6.5:../../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-asyncio>=0.18:../../devel/py-test-asyncio
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout
USE_LANGUAGES= # none
Index: pkgsrc/devel/py-jupyter_client/PLIST
diff -u pkgsrc/devel/py-jupyter_client/PLIST:1.10 pkgsrc/devel/py-jupyter_client/PLIST:1.11
--- pkgsrc/devel/py-jupyter_client/PLIST:1.10 Mon Jan 31 17:59:00 2022
+++ pkgsrc/devel/py-jupyter_client/PLIST Thu Apr 7 13:13:11 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2022/01/31 17:59:00 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2022/04/07 13:13:11 adam Exp $
bin/jupyter-kernel-${PYVERSSUFFIX}
bin/jupyter-kernelspec-${PYVERSSUFFIX}
bin/jupyter-run-${PYVERSSUFFIX}
@@ -170,9 +170,6 @@ ${PYSITELIB}/jupyter_client/tests/test_s
${PYSITELIB}/jupyter_client/tests/test_ssh.py
${PYSITELIB}/jupyter_client/tests/test_ssh.pyc
${PYSITELIB}/jupyter_client/tests/test_ssh.pyo
-${PYSITELIB}/jupyter_client/tests/test_utils.py
-${PYSITELIB}/jupyter_client/tests/test_utils.pyc
-${PYSITELIB}/jupyter_client/tests/test_utils.pyo
${PYSITELIB}/jupyter_client/tests/utils.py
${PYSITELIB}/jupyter_client/tests/utils.pyc
${PYSITELIB}/jupyter_client/tests/utils.pyo
Index: pkgsrc/devel/py-jupyter_client/distinfo
diff -u pkgsrc/devel/py-jupyter_client/distinfo:1.19 pkgsrc/devel/py-jupyter_client/distinfo:1.20
--- pkgsrc/devel/py-jupyter_client/distinfo:1.19 Mon Jan 31 17:59:00 2022
+++ pkgsrc/devel/py-jupyter_client/distinfo Thu Apr 7 13:13:11 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2022/01/31 17:59:00 adam Exp $
+$NetBSD: distinfo,v 1.20 2022/04/07 13:13:11 adam Exp $
-BLAKE2s (jupyter_client-7.1.2.tar.gz) = 10de52f235e072a6fb6d3ffa1befccc4b33bf8964b83ae9d8274a7aa7ae9cf65
-SHA512 (jupyter_client-7.1.2.tar.gz) = 7baadc7d508c25ea588d0d7a6da8eb5a28fe4dbce32c9dfa1f9b2b82c7c3d7ae8c034cc03414b3eafec620931bd760c0844421197c01a3d25597af18f6e60060
-Size (jupyter_client-7.1.2.tar.gz) = 326163 bytes
+BLAKE2s (jupyter_client-7.2.1.tar.gz) = 253096c7e9422be283d4c6f51a5eb483be4a24ee9f00d8de5566d5d0edaf511c
+SHA512 (jupyter_client-7.2.1.tar.gz) = aa1a07c0c098964e8625168a9dfc9486bf8af98ea2d81d993b7501de1ff9eb7e59c6f7fe38081f64c12c71cfa714f7e39cfd81d31ce2c0491a4d384469fd4f44
+Size (jupyter_client-7.2.1.tar.gz) = 327347 bytes
Home |
Main Index |
Thread Index |
Old Index