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__`
This commit is contained in:
adam 2023-11-09 12:23:47 +00:00
parent 895c38933d
commit 3fd16104fc
2 changed files with 6 additions and 10 deletions

View file

@ -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:../../devel/py-traitlets
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"

View file

@ -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