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:           Mon Jun  8 09:36:58 UTC 2026

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

Log Message:
py-jupyter_client: updated to 8.9.0

8.9.0

Enhancements made

- Add ZMQ Curve for transport encryption

Maintenance and upkeep improvements

- Temporarily pin Python to 3.14 in pre-releases test
- CI: fix testing of nbconvert
- Update pre-commit, and fix issues
- Remove `3.14t` testing until `msgpack` supports it
- Log environment information for docs build on CI, update comment on workaround

Documentation improvements

- Update status terminology from 'abort' to 'aborted'
- Added documentation for the handshake pattern


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/py-jupyter_client/Makefile
cvs rdiff -u -r1.38 -r1.39 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.48 pkgsrc/devel/py-jupyter_client/Makefile:1.49
--- pkgsrc/devel/py-jupyter_client/Makefile:1.48        Sun Jan 11 09:59:28 2026
+++ pkgsrc/devel/py-jupyter_client/Makefile     Mon Jun  8 09:36:58 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2026/01/11 09:59:28 adam Exp $
+# $NetBSD: Makefile,v 1.49 2026/06/08 09:36:58 adam Exp $
 
-DISTNAME=      jupyter_client-8.8.0
+DISTNAME=      jupyter_client-8.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter_client/}
@@ -15,6 +15,7 @@ DEPENDS+=     ${PYPKGPREFIX}-dateutil>=2.8.2
 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}-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
@@ -23,13 +24,9 @@ TEST_DEPENDS+=       ${PYPKGPREFIX}-test-timeo
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  310
+PY_RENAME_BINARIES=    jupyter-kernel jupyter-kernelspec jupyter-run
 
-post-install:
-       cd ${DESTDIR}${PREFIX}/bin && \
-       ${MV} jupyter-kernel jupyter-kernel-${PYVERSSUFFIX} && \
-       ${MV} jupyter-kernelspec jupyter-kernelspec-${PYVERSSUFFIX} && \
-       ${MV} jupyter-run jupyter-run-${PYVERSSUFFIX} || ${TRUE}
+PYTHON_VERSIONS_INCOMPATIBLE=  310
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-jupyter_client/distinfo
diff -u pkgsrc/devel/py-jupyter_client/distinfo:1.38 pkgsrc/devel/py-jupyter_client/distinfo:1.39
--- pkgsrc/devel/py-jupyter_client/distinfo:1.38        Sun Jan 11 09:59:28 2026
+++ pkgsrc/devel/py-jupyter_client/distinfo     Mon Jun  8 09:36:58 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.38 2026/01/11 09:59:28 adam Exp $
+$NetBSD: distinfo,v 1.39 2026/06/08 09:36:58 adam Exp $
 
-BLAKE2s (jupyter_client-8.8.0.tar.gz) = c4247b7c24aeffae39cea8191c68f364eeccae4ea93dfbafaa8da680f0e17434
-SHA512 (jupyter_client-8.8.0.tar.gz) = 6b154318f1ab52adcf4d64ad80a588ddd71325a69ec9193030d4dfcb3d6da5c9d9eea4e28f12a6f60de06aaa3a44b22bd10990464efb36d187724bedb98c2101
-Size (jupyter_client-8.8.0.tar.gz) = 348020 bytes
+BLAKE2s (jupyter_client-8.9.0.tar.gz) = 814e3a0fe55d8b6222f1d64ca98d39237b76843694374848590121f6c5c37d12
+SHA512 (jupyter_client-8.9.0.tar.gz) = 84180c5a0dd12de8a2cbade4f660c12ce1a52fca033b7392c47f5b876e5662ea7eed661f24435e9d747f49ae580b12382f027b36c4426d05af681a92e989e7c0
+Size (jupyter_client-8.9.0.tar.gz) = 358714 bytes



Home | Main Index | Thread Index | Old Index