mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
python3-jupyter_server: update to 2.16.0.
This commit is contained in:
parent
2a95308c03
commit
3b486ed002
1 changed files with 8 additions and 8 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'python3-jupyter_server'
|
# Template file for 'python3-jupyter_server'
|
||||||
pkgname=python3-jupyter_server
|
pkgname=python3-jupyter_server
|
||||||
version=2.14.2
|
version=2.16.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="hatchling hatch-jupyter-builder"
|
hostmakedepends="hatchling hatch-jupyter-builder"
|
||||||
depends="python3-anyio python3-argon2 python3-jupyter_client
|
depends="python3-anyio python3-argon2 python3-Jinja2 python3-jupyter_client
|
||||||
python3-jupyter_events python3-jupyter_nbconvert
|
python3-jupyter_core python3-jupyter_events python3-jupyter_server_terminals
|
||||||
python3-jupyter_server_terminals python3-overrides
|
python3-jupyter_nbconvert python3-jupyter_nbformat python3-overrides
|
||||||
python3-prometheus_client python3-send2trash
|
python3-packaging python3-prometheus_client python3-pyzmq python3-send2trash
|
||||||
python3-websocket-client"
|
python3-terminado python3-tornado python3-traitlets python3-websocket-client"
|
||||||
checkdepends="$depends pandoc python3-ipython_ipykernel
|
checkdepends="$depends pandoc python3-ipython_ipykernel
|
||||||
python3-pytest-console-scripts python3-pytest-jupyter
|
python3-pytest-console-scripts python3-pytest-jupyter
|
||||||
python3-pytest-xdist python3-requests python3-flaky"
|
python3-pytest-xdist python3-requests python3-flaky"
|
||||||
|
@ -18,7 +18,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://github.com/jupyter-server/jupyter_server"
|
homepage="https://github.com/jupyter-server/jupyter_server"
|
||||||
changelog="https://raw.githubusercontent.com/jupyter-server/jupyter_server/main/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/jupyter-server/jupyter_server/main/CHANGELOG.md"
|
||||||
distfiles="${PYPI_SITE}/j/jupyter-server/jupyter_server-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/j/jupyter-server/jupyter_server-${version}.tar.gz"
|
||||||
checksum=66095021aa9638ced276c248b1d81862e4c50f292d575920bbe960de1c56b12b
|
checksum=65d4b44fdf2dcbbdfe0aa1ace4a842d4aaf746a2b7b168134d5aaed35621b7f6
|
||||||
|
|
||||||
if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
|
if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
|
||||||
# these tests fail on CI (connect to a tcp address)
|
# these tests fail on CI (connect to a tcp address)
|
||||||
|
|
Loading…
Add table
Reference in a new issue