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 Aug 28 14:15:57 UTC 2026

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

Log Message:
py-jupyter_client: updated to 8.10.0

8.10.0

Enhancements made

- Support curve encryption over IPC too

Bugs fixed

- Preserve Curve key bytes in `KernelManager.client`

Maintenance and upkeep improvements

- Fix mypy checks on CI

Documentation improvements

- Correct `kernel_dirs` help text to describe first-wins precedence
- Align `supported_encryption` format with JEP in docs

Other merged PRs

- Use org-level security policy


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/devel/py-jupyter_client/Makefile
cvs rdiff -u -r1.40 -r1.41 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.51 pkgsrc/devel/py-jupyter_client/Makefile:1.52
--- pkgsrc/devel/py-jupyter_client/Makefile:1.51        Sun Jun 28 15:41:15 2026
+++ pkgsrc/devel/py-jupyter_client/Makefile     Fri Aug 28 14:15:57 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2026/06/28 15:41:15 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2026/08/28 14:15:57 adam Exp $
 
-DISTNAME=      jupyter_client-8.9.1
+DISTNAME=      jupyter_client-8.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter_client/}
@@ -18,9 +18,9 @@ DEPENDS+=     ${PYPKGPREFIX}-traitlets>=5.3:
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.13.0:../../devel/py-typing-extensions
 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-cov>=0:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-jupyter>=0.4.1:../../www/py-test-jupyter
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout>=0:../../devel/py-test-timeout
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/devel/py-jupyter_client/distinfo
diff -u pkgsrc/devel/py-jupyter_client/distinfo:1.40 pkgsrc/devel/py-jupyter_client/distinfo:1.41
--- pkgsrc/devel/py-jupyter_client/distinfo:1.40        Wed Jun 10 13:04:20 2026
+++ pkgsrc/devel/py-jupyter_client/distinfo     Fri Aug 28 14:15:57 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.40 2026/06/10 13:04:20 adam Exp $
+$NetBSD: distinfo,v 1.41 2026/08/28 14:15:57 adam Exp $
 
-BLAKE2s (jupyter_client-8.9.1.tar.gz) = 32cb3b4d93ff4ee91a700eec797ef8bb74b9df420c7075f62bedf3349961696f
-SHA512 (jupyter_client-8.9.1.tar.gz) = 8a125344a458bfa4102a8895220a659b39fc72e2a0a9ee99ca3d25471c2bc4b09b307c17d6c1103501ad4eff058269ed0688239aa8f4d753ff079d9de014822b
-Size (jupyter_client-8.9.1.tar.gz) = 359256 bytes
+BLAKE2s (jupyter_client-8.10.0.tar.gz) = ec61fd0edc0f73e290234d9b62011a5d9ff5fc8d7abd0fb047b71e6a7a2eab0e
+SHA512 (jupyter_client-8.10.0.tar.gz) = f8f1966b1aacd997fd3876dd4f213e782906db13d01e2a27a8f8ebaa9b3974887aab945288e0de52657b358ac5dfadbb8d7fe9bb6af16041739d7b3366a02fed
+Size (jupyter_client-8.10.0.tar.gz) = 360653 bytes



Home | Main Index | Thread Index | Old Index