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:           Thu Nov  9 12:23:47 UTC 2023

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

Log Message:
py-jupyter_client: updated to 8.6.0

8.6.0

Bugs fixed

- Fix possibly not defined tracker
- BUG: Fix Kwarg only in update_env

Maintenance and upkeep improvements

- Update typing for traitlets 5.13
- Use ruff format
- Unused `*args` in `KernelManager`'s `__init__`


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/py-jupyter_client/Makefile
cvs rdiff -u -r1.32 -r1.33 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.40 pkgsrc/devel/py-jupyter_client/Makefile:1.41
--- pkgsrc/devel/py-jupyter_client/Makefile:1.40        Sun Oct 29 16:54:57 2023
+++ pkgsrc/devel/py-jupyter_client/Makefile     Thu Nov  9 12:23:47 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2023/10/29 16:54:57 adam Exp $
+# $NetBSD: Makefile,v 1.41 2023/11/09 12:23:47 adam Exp $
 
-DISTNAME=      jupyter_client-8.5.0
+DISTNAME=      jupyter_client-8.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter_client/}
@@ -18,7 +18,6 @@ DEPENDS+=     ${PYPKGPREFIX}-traitlets>=5.3:
 DEPENDS+=      ${PYPKGPREFIX}-zmq>=23.0:../../net/py-zmq
 TEST_DEPENDS+= ${PYPKGPREFIX}-ipykernel>=6.5:../../devel/py-ipykernel
 TEST_DEPENDS+= ${PYPKGPREFIX}-ipython-[0-9]*:../../devel/py-ipython
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio>=0.18:../../devel/py-test-asyncio
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout
@@ -38,8 +37,5 @@ post-install:
        ${MV} jupyter-kernelspec jupyter-kernelspec-${PYVERSSUFFIX} && \
        ${MV} jupyter-run jupyter-run-${PYVERSSUFFIX} || ${TRUE}
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
 .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.32 pkgsrc/devel/py-jupyter_client/distinfo:1.33
--- pkgsrc/devel/py-jupyter_client/distinfo:1.32        Sun Oct 29 16:54:57 2023
+++ pkgsrc/devel/py-jupyter_client/distinfo     Thu Nov  9 12:23:47 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2023/10/29 16:54:57 adam Exp $
+$NetBSD: distinfo,v 1.33 2023/11/09 12:23:47 adam Exp $
 
-BLAKE2s (jupyter_client-8.5.0.tar.gz) = 6993333cab6bd8a25f355c5dad86d414127cc2ee7100584ab6b90635993f8e16
-SHA512 (jupyter_client-8.5.0.tar.gz) = 256fde7866b66e263d3b03afd8d8a0fddce23513c37375ab255398d1ed2cad5df87b753b577b8f6634ffe4ab4d55a82afd134444fc7714c4f3846d7d3a66f353
-Size (jupyter_client-8.5.0.tar.gz) = 339190 bytes
+BLAKE2s (jupyter_client-8.6.0.tar.gz) = 5cfd943f99a3bacd940a076c8470bf5efe23d8a2b3001e894403b54e6136f3b6
+SHA512 (jupyter_client-8.6.0.tar.gz) = 84e913c46f5e0298b699c4d1c6de27fd2b9861bc29f7a5a456c20c7100aaedf399eb6c09ff28bd3bb20945a3bea84bd0bda8688f32815fa7bdd375f091817e4a
+Size (jupyter_client-8.6.0.tar.gz) = 339721 bytes



Home | Main Index | Thread Index | Old Index