summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorBlair Bonnett2021-12-05 17:01:18 +0100
committerBlair Bonnett2021-12-05 17:01:18 +0100
commite9e9c5b419334d4f343ff939a08c0a59b0bf7a8b (patch)
tree365d704981b61b9a7cfdbfe03f2d11a8fc6d1d22 /.SRCINFO
parentefdc65659a1a725ed90e08c1485c2ec9bd1f3367 (diff)
downloadaur-e9e9c5b419334d4f343ff939a08c0a59b0bf7a8b.tar.gz
Update to 2.0.0
This includes a patch to make most of the tests use random ports so they can be run on a machine with an existing JupyterHub instance. A few tests which are incompatible with this are disabled.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO12
1 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf3eabd7f029..48c147534b51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jupyterhub
pkgdesc = Multi-user server for Jupyter notebooks
- pkgver = 1.4.0
+ pkgver = 2.0.0
pkgrel = 1
url = https://jupyter.org/hub
install = jupyterhub.install
@@ -23,18 +23,22 @@ pkgbase = jupyterhub
depends = python-jsonschema
depends = python-jupyter_telemetry
depends = python-oauthlib
+ depends = python-packaging
depends = python-pamela
depends = python-prometheus_client
depends = python-requests
depends = python-sqlalchemy
depends = python-tornado
+ depends = python-traitlets
optdepends = jupyter-notebook: standard notebook server
optdepends = jupyterlab: to use the JupyterLab interface
+ optdepends = python-pycurl: improved HTTP performance
backup = etc/jupyterhub/jupyterhub_config.py
- source = jupyterhub-1.4.0.tar.gz::https://github.com/jupyterhub/jupyterhub/archive/1.4.0.tar.gz
+ source = jupyterhub-2.0.0.tar.gz::https://github.com/jupyterhub/jupyterhub/archive/2.0.0.tar.gz
source = jupyterhub.service
- sha256sums = fc1f52d7073e65cf7e93caff87ebc3eeff65cd18e0aaa734ffaa0c00cbe6a352
+ source = tests_use_random_ports.patch
+ sha256sums = e66e9e4a0975fba6563d8a5351bb2911228a5dd884347da77e3a4387a70d6952
sha256sums = adb4c09c668c35605d9cddc4a4171dd64ed6e74ab82da97f19b3437d26b052b9
+ sha256sums = acba51024276670aabad3d3f2a1c80d4b573809ca7e7ef6594916329d842417f
pkgname = jupyterhub
-