Download raw body.
update jupyter_server 1.x -> 2.x
On Tue 16/07/2024 23:25, Daniel Dickman wrote:
> Here are the final new ports needed to update jupyter_server and then see
> inline below for the update of jupyter_server itself from the 1.x series
> to the 2.x.
>
> Once this goes in we can import jupyterlab, and then finally update
> jupyter notebook.
>
> Would appreciate an ok to import the attached 2 ports.
New ports and diff look good, and builds. One minor nit for
py-jupyter_events below as it initially failed to run tests. OK bket@
the 2 ports (and for and for updating py-jupyter_server).
diff --git devel/py-jupyter_events/Makefile devel/py-jupyter_events/Makefile
index bfb763aa65a..6acae151209 100644
--- devel/py-jupyter_events/Makefile
+++ devel/py-jupyter_events/Makefile
@@ -27,7 +27,8 @@ RUN_DEPENDS = devel/py-jsonschema${MODPY_FLAVOR}>=4.18.0 \
textproc/py-referencing${MODPY_FLAVOR} \
textproc/py-yaml${MODPY_FLAVOR}>=5.3
-TEST_DEPENDS = devel/pre-commit${MODPY_FLAVOR} \
+TEST_DEPENDS = ${FULLPKGNAME}:${FULLPKGPATH} \
+ devel/pre-commit${MODPY_FLAVOR} \
devel/py-click${MODPY_FLAVOR} \
devel/py-test-asyncio${MODPY_FLAVOR} \
devel/py-test-console-scripts${MODPY_FLAVOR}
update jupyter_server 1.x -> 2.x