summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2023-08-12 12:12:56 +0200
committerBlair Bonnett2023-08-12 12:12:56 +0200
commit4e2ccfd194149463cf98fc8f350e3732b11a4faa (patch)
treead369993c77779b7cb0aa8a8fe810b013d03d8d4
parent24dbe67c942b1a3acf560b8b54c32701b7de32e9 (diff)
downloadaur-4e2ccfd194149463cf98fc8f350e3732b11a4faa.tar.gz
Update to 4.0.2
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 311542a92f26..c8879ca63bf7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jupyterhub
pkgdesc = Multi-user server for Jupyter notebooks
- pkgver = 4.0.1
+ pkgver = 4.0.2
pkgrel = 1
url = https://jupyter.org/hub
install = jupyterhub.install
@@ -17,6 +17,7 @@ pkgbase = jupyterhub
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
+ makedepends = yarn
depends = ipython
depends = nodejs-configurable-http-proxy
depends = python-alembic
@@ -39,11 +40,11 @@ pkgbase = jupyterhub
optdepends = python-pycurl: improved HTTP performance
optdepends = python-statsd: send metrics to a StatsD server
backup = etc/jupyterhub/jupyterhub_config.py
- source = jupyterhub-4.0.1.tar.gz::https://github.com/jupyterhub/jupyterhub/archive/4.0.1.tar.gz
+ source = jupyterhub-4.0.2.tar.gz::https://github.com/jupyterhub/jupyterhub/archive/4.0.2.tar.gz
source = jupyterhub.service
source = tests_use_random_ports.patch
- sha256sums = 39a396119e8f62d011fc2e091898097fb9279e4539474eb0c6a5deeb76ae5000
- sha256sums = adb4c09c668c35605d9cddc4a4171dd64ed6e74ab82da97f19b3437d26b052b9
+ sha256sums = cbc262a0be851803f83f084a8e68435519c171fad2463eb4a379c36aaeb9cfc1
+ sha256sums = f851dac9e098afa1dfcf30169b23414e7384559984eb7090aaf3c4f9c1c84997
sha256sums = 031b504b08c67dfbd6047a31a3cf5555a06cfb04b8c0a637206d548e48845ab1
pkgname = jupyterhub
diff --git a/PKGBUILD b/PKGBUILD
index 89a80c15e6d9..47b7cd1f3f29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Mark Lee <mark at markelee dot com>
pkgname=jupyterhub
-pkgver=4.0.1
+pkgver=4.0.2
pkgrel=1
pkgdesc="Multi-user server for Jupyter notebooks"
url="https://jupyter.org/hub"
@@ -18,7 +18,7 @@ depends=(
'python-sqlalchemy' 'python-tornado' 'python-traitlets'
)
makedepends=(
- 'npm' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel'
+ 'npm' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel' 'yarn'
)
checkdepends=(
'jupyter-notebook' 'python-beautifulsoup4' 'python-pytest'
@@ -40,7 +40,7 @@ source=(
'tests_use_random_ports.patch'
)
sha256sums=(
- '39a396119e8f62d011fc2e091898097fb9279e4539474eb0c6a5deeb76ae5000'
+ 'cbc262a0be851803f83f084a8e68435519c171fad2463eb4a379c36aaeb9cfc1'
'f851dac9e098afa1dfcf30169b23414e7384559984eb7090aaf3c4f9c1c84997'
'031b504b08c67dfbd6047a31a3cf5555a06cfb04b8c0a637206d548e48845ab1'
)