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: Fri Dec 26 12:52:29 UTC 2025
Modified Files:
pkgsrc/devel/py-jupyter_client: Makefile distinfo
Log Message:
py-jupyter_client: updated to 8.7.0
8.7.0
Enhancements made
- allow configuring client_class and client_factory
- Support date serialization in messages
- feat: added `--missing` flag to list and remove subcommands
- Set protocol version to 5.4
Bugs fixed
- don't include link-local addresses (169.254) in public_ips
- jupyter-run: avoid traceback for NoSuchKernel
Maintenance and upkeep improvements
- upgrade pypy
- Some tests import anyio (depending on ipykernel version).
- Drop 3.9, Start testing on 3.14 and 3.14-free-threaded, get tests passing again
- Attempt to fix CI
- Revert test changes of PR 1034
- Drop Python 3.8, update Python versions in tests
Documentation improvements
- [Docs] Use extension:filetype mapping in sphinx configuration
- Update \_load_ips_psutil() docstring
- Add messaging docs for optional features and kernel subshells
- Clean changelog heading
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/py-jupyter_client/Makefile
cvs rdiff -u -r1.36 -r1.37 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.46 pkgsrc/devel/py-jupyter_client/Makefile:1.47
--- pkgsrc/devel/py-jupyter_client/Makefile:1.46 Thu Oct 9 07:57:33 2025
+++ pkgsrc/devel/py-jupyter_client/Makefile Fri Dec 26 12:52:29 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2025/10/09 07:57:33 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2025/12/26 12:52:29 adam Exp $
-DISTNAME= jupyter_client-8.6.3
+DISTNAME= jupyter_client-8.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=j/jupyter_client/}
@@ -12,10 +12,10 @@ LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.5:../../devel/py-hatchling
DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.8.2:../../time/py-dateutil
-DEPENDS+= ${PYPKGPREFIX}-jupyter_core>=4.12:../../devel/py-jupyter_core
-DEPENDS+= ${PYPKGPREFIX}-tornado>=6.2:../../www/py-tornado
+DEPENDS+= ${PYPKGPREFIX}-jupyter_core>=5.1:../../devel/py-jupyter_core
+DEPENDS+= ${PYPKGPREFIX}-tornado>=6.4.1:../../www/py-tornado
DEPENDS+= ${PYPKGPREFIX}-traitlets>=5.3:../../devel/py-traitlets
-DEPENDS+= ${PYPKGPREFIX}-zmq>=23.0:../../net/py-zmq
+DEPENDS+= ${PYPKGPREFIX}-zmq>=25.0:../../net/py-zmq
TEST_DEPENDS+= ${PYPKGPREFIX}-ipykernel>=6.14:../../devel/py-ipykernel
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
TEST_DEPENDS+= ${PYPKGPREFIX}-test-jupyter>=0.4.1:../../www/py-test-jupyter
Index: pkgsrc/devel/py-jupyter_client/distinfo
diff -u pkgsrc/devel/py-jupyter_client/distinfo:1.36 pkgsrc/devel/py-jupyter_client/distinfo:1.37
--- pkgsrc/devel/py-jupyter_client/distinfo:1.36 Tue Sep 17 12:18:01 2024
+++ pkgsrc/devel/py-jupyter_client/distinfo Fri Dec 26 12:52:29 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.36 2024/09/17 12:18:01 adam Exp $
+$NetBSD: distinfo,v 1.37 2025/12/26 12:52:29 adam Exp $
-BLAKE2s (jupyter_client-8.6.3.tar.gz) = 3c22e972ee4ef4be6af59402a33d6eb05b0c7486a0d899c5eaf66fa0b198882f
-SHA512 (jupyter_client-8.6.3.tar.gz) = 10d7307335d07f383acbed30e44fe92284a6eab1dccdfe9107e5390c14350c2604a11ffd4a18ff811a5a93d9ce0492ac9a2fdc0402bd324c35ca12ad22405713
-Size (jupyter_client-8.6.3.tar.gz) = 342019 bytes
+BLAKE2s (jupyter_client-8.7.0.tar.gz) = 87e7e4ceec3f2ecf33106c219bfe532c29500097334ae8f8ac05fe5516bf4092
+SHA512 (jupyter_client-8.7.0.tar.gz) = 08b5eea4a6211e2d42b11f11eb608103bd6ea34b5838a2454d72b0dceca00cb8f35b397a688ae41232ac5f8f8b87dc1cbdd46ae298ef02797ba0f4b40273daf2
+Size (jupyter_client-8.7.0.tar.gz) = 344691 bytes
Home |
Main Index |
Thread Index |
Old Index