pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-ipykernel



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Aug 28 10:41:15 UTC 2026

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

Log Message:
py-ipykernel: updated to 7.3.0

7.3.0

New features added

- feat(displayhook): add register_hook/unregister_hook to ZMQShellDisplayHook
- Support ZMQ Curve for transport encryption

Enhancements made

- Support new iPython system_raise_on_error flag in ZMQInteractiveShell
- pass cell_meta from do_execute to run_cell

Bugs fixed

- Fix broken IPython Reference URL in help_links
- Mark cell execution as failing when formatter errors out
- Fix ENOTSOCK traceback when iopub socket closes during shutdown
- Bugfix: Ensure that we take a copy of the sys.modules before iterating over it


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/devel/py-ipykernel/Makefile
cvs rdiff -u -r1.59 -r1.60 pkgsrc/devel/py-ipykernel/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-ipykernel/Makefile
diff -u pkgsrc/devel/py-ipykernel/Makefile:1.72 pkgsrc/devel/py-ipykernel/Makefile:1.73
--- pkgsrc/devel/py-ipykernel/Makefile:1.72     Sun Jun 28 15:41:15 2026
+++ pkgsrc/devel/py-ipykernel/Makefile  Fri Aug 28 10:41:14 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.72 2026/06/28 15:41:15 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2026/08/28 10:41:14 adam Exp $
 
-DISTNAME=      ipykernel-7.2.0
+DISTNAME=      ipykernel-7.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipykernel/}
@@ -14,14 +14,13 @@ TOOL_DEPENDS+=      ${PYPKGPREFIX}-hatchling>
 DEPENDS+=      ${PYPKGPREFIX}-comm>=0.1.1:../../net/py-comm
 DEPENDS+=      ${PYPKGPREFIX}-debugpy>=1.6.5:../../devel/py-debugpy
 DEPENDS+=      ${PYPKGPREFIX}-ipython>=7.23.1:../../devel/py-ipython
-DEPENDS+=      ${PYPKGPREFIX}-jupyter_client>=8.8.0:../../devel/py-jupyter_client
+DEPENDS+=      ${PYPKGPREFIX}-jupyter_client>=8.9.0:../../devel/py-jupyter_client
 DEPENDS+=      ${PYPKGPREFIX}-jupyter_core>=5.1:../../devel/py-jupyter_core
 DEPENDS+=      ${PYPKGPREFIX}-matplotlib-inline>=0.1:../../graphics/py-matplotlib-inline
-DEPENDS+=      ${PYPKGPREFIX}-nest-asyncio>=1.4:../../devel/py-nest-asyncio
+DEPENDS+=      ${PYPKGPREFIX}-nest-asyncio2>=1.7.0:../../devel/py-nest-asyncio2
 DEPENDS+=      ${PYPKGPREFIX}-packaging>=22:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-psutil>=5.7:../../sysutils/py-psutil
 DEPENDS+=      ${PYPKGPREFIX}-tornado>=6.4.1:../../www/py-tornado
-DEPENDS+=      ${PYPKGPREFIX}-traitlets>=5.4.0:../../devel/py-traitlets
 DEPENDS+=      ${PYPKGPREFIX}-zmq>=25:../../net/py-zmq
 TEST_DEPENDS+= ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky
 TEST_DEPENDS+= ${PYPKGPREFIX}-ipyparallel-[0-9]*:../../parallel/py-ipyparallel

Index: pkgsrc/devel/py-ipykernel/distinfo
diff -u pkgsrc/devel/py-ipykernel/distinfo:1.59 pkgsrc/devel/py-ipykernel/distinfo:1.60
--- pkgsrc/devel/py-ipykernel/distinfo:1.59     Sun Feb 15 13:22:32 2026
+++ pkgsrc/devel/py-ipykernel/distinfo  Fri Aug 28 10:41:14 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.59 2026/02/15 13:22:32 adam Exp $
+$NetBSD: distinfo,v 1.60 2026/08/28 10:41:14 adam Exp $
 
-BLAKE2s (ipykernel-7.2.0.tar.gz) = f917a6508c07ddeb673a8545cc5d678aba2853a35735b8b2f39975c8494ee715
-SHA512 (ipykernel-7.2.0.tar.gz) = b49cf006f4cd552f173b3341672e0a4dd3f68906f4c85ed924d128b85564bfb98a76dc23d68eb9fcad5f64f2aba9bca9e15e74a7a383667fab1b998bc019ae86
-Size (ipykernel-7.2.0.tar.gz) = 176046 bytes
+BLAKE2s (ipykernel-7.3.0.tar.gz) = 50e73469d94a1cc9885352c54f4bb05896c37f5bf61933b702fc321af1893111
+SHA512 (ipykernel-7.3.0.tar.gz) = d8e8f328bd966018ecb80da61725c4b9f5136aee7eeede7bb3cc30b2c3ee3603c44d417c94ca709f851081a14a4251fcf8e25038603e8b2fcd6c1dd5a3c80bae
+Size (ipykernel-7.3.0.tar.gz) = 184899 bytes



Home | Main Index | Thread Index | Old Index