summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorBlair Bonnett2021-04-25 12:54:31 +0200
committerBlair Bonnett2021-04-25 12:54:31 +0200
commitefdc65659a1a725ed90e08c1485c2ec9bd1f3367 (patch)
tree9625517e578bc21131fa2dbbb8ab7af8859c0d65 /.SRCINFO
parent0015e58680c8d9fad29dfc8da8469638f3e007c5 (diff)
downloadaur-efdc65659a1a725ed90e08c1485c2ec9bd1f3367.tar.gz
Update to 1.4.0
* Include default configuration in package * Run tests in check() * Add systemd service with some hardening. Install script will notify users on upgrade. Since its in /usr/lib/systemd/system, any custom services in /etc/systemd/system will continue to be used instead of the package one.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO23
1 files changed, 16 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b22516ab04d..bf3eabd7f029 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,18 @@
pkgbase = jupyterhub
pkgdesc = Multi-user server for Jupyter notebooks
- pkgver = 1.1.0
+ pkgver = 1.4.0
pkgrel = 1
url = https://jupyter.org/hub
+ install = jupyterhub.install
arch = any
license = BSD
- makedepends = bower
+ checkdepends = jupyter-notebook
+ checkdepends = python-beautifulsoup4
+ checkdepends = python-pytest
+ checkdepends = python-pytest-asyncio
+ checkdepends = python-requests-mock
makedepends = npm
+ makedepends = python-setuptools
depends = ipython
depends = nodejs-configurable-http-proxy
depends = python-alembic
@@ -14,18 +20,21 @@ pkgbase = jupyterhub
depends = python-certipy
depends = python-entrypoints
depends = python-jinja
- depends = python-jupyter_telemetry
depends = python-jsonschema
- depends = python-json-logger
+ depends = python-jupyter_telemetry
depends = python-oauthlib
depends = python-pamela
depends = python-prometheus_client
depends = python-requests
depends = python-sqlalchemy
depends = python-tornado
- optdepends = jupyterlab
- source = https://github.com/jupyterhub/jupyterhub/archive/1.1.0.tar.gz
- sha256sums = e5f70bf02d0500accdc2c25b33de037bb8be9957d1d95473ea8958b5806906b6
+ optdepends = jupyter-notebook: standard notebook server
+ optdepends = jupyterlab: to use the JupyterLab interface
+ 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.service
+ sha256sums = fc1f52d7073e65cf7e93caff87ebc3eeff65cd18e0aaa734ffaa0c00cbe6a352
+ sha256sums = adb4c09c668c35605d9cddc4a4171dd64ed6e74ab82da97f19b3437d26b052b9
pkgname = jupyterhub