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:           Sun Feb 15 13:22:32 UTC 2026

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

Log Message:
py-ipykernel: updated to 7.2.0

7.2.0

New features added

- Added kernel_protocol_version to kernelspec
- Replaced PUB socket with XPUB socket

Enhancements made

- Made IOPubThread constructor backward compatible
- Advertizes kernel protocol 5.5
- Upgrade to jupyter_client 8.8.0
- Implement kernel-side callstack filtering for internal frames

Bugs fixed

- add close event for wx timer app in loop_wx

Maintenance and upkeep improvements

- Temporarily revert "Test changing base method to async after"
- Update pytest requirement from \<9,>=7.0 to >=7.0,\<10 in the actions group across 1 directory
- Removed spyder downstream tests
- Bump scientific-python/upload-nightly-action from 0.6.2 to 0.6.3 in the actions group
- Fix linting errors
- Bump actions/checkout from 5 to 6 in the actions group


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/devel/py-ipykernel/Makefile
cvs rdiff -u -r1.58 -r1.59 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.70 pkgsrc/devel/py-ipykernel/Makefile:1.71
--- pkgsrc/devel/py-ipykernel/Makefile:1.70     Mon Nov  3 08:39:42 2025
+++ pkgsrc/devel/py-ipykernel/Makefile  Sun Feb 15 13:22:32 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.70 2025/11/03 08:39:42 adam Exp $
+# $NetBSD: Makefile,v 1.71 2026/02/15 13:22:32 adam Exp $
 
-DISTNAME=      ipykernel-7.1.0
+DISTNAME=      ipykernel-7.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipykernel/}
@@ -14,13 +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.0.0:../../devel/py-jupyter_client
+DEPENDS+=      ${PYPKGPREFIX}-jupyter_client>=8.8.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}-packaging>=22:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-psutil>=5.7:../../sysutils/py-psutil
-DEPENDS+=      ${PYPKGPREFIX}-tornado>=6.2:../../www/py-tornado
+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

Index: pkgsrc/devel/py-ipykernel/distinfo
diff -u pkgsrc/devel/py-ipykernel/distinfo:1.58 pkgsrc/devel/py-ipykernel/distinfo:1.59
--- pkgsrc/devel/py-ipykernel/distinfo:1.58     Mon Nov  3 08:39:42 2025
+++ pkgsrc/devel/py-ipykernel/distinfo  Sun Feb 15 13:22:32 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.58 2025/11/03 08:39:42 adam Exp $
+$NetBSD: distinfo,v 1.59 2026/02/15 13:22:32 adam Exp $
 
-BLAKE2s (ipykernel-7.1.0.tar.gz) = c7ec0ae183bab021cdab7fb5974288cadeb03a77d5f07a22684ec2a725773882
-SHA512 (ipykernel-7.1.0.tar.gz) = 5b7c7960c46a761af0d0407d66832bd78ef304c6ee7b0e2aaffd1a99fb0a32cee21480d5f436759328688d4ff2a1f0c24df0716da13260d22734b5acc41dbcb7
-Size (ipykernel-7.1.0.tar.gz) = 174579 bytes
+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



Home | Main Index | Thread Index | Old Index