Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
jupyter-server
Commits:
6fd4f1f8 by Antonio Rojas at 2023-10-25T08:36:24+02:00
upgpkg: 2.9.0-1: Update to 2.9.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = jupyter-server
pkgdesc = Provides the backend for Jupyter web applications like
Jupyter notebook, JupyterLab, and Voila
- pkgver = 2.8.0
+ pkgver = 2.9.0
pkgrel = 1
url = https://jupyter.org/
arch = any
@@ -35,7 +35,7 @@ pkgbase = jupyter-server
depends = python-websocket-client
optdepends = jupyter-server-mathjax: to use local MathJax
optdepends = python-jupyter-server-terminals: terminals support
- source =
https://github.com/jupyter-server/jupyter_server/releases/download/v2.8.0/jupyter_server-2.8.0.tar.gz
- sha256sums =
b11e2ba80667c75f55630faf8ac3d5809f8734f9006d65cce117c46a0a516ab8
+ source =
https://github.com/jupyter-server/jupyter_server/releases/download/v2.9.0/jupyter_server-2.9.0.tar.gz
+ sha256sums =
06a334ffba7797e84c9e0e26c510b78bb8cc9051485ecab7f4e3c0963b8fc714
pkgname = jupyter-server
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=jupyter-server
-pkgver=2.8.0
+pkgver=2.9.0
pkgrel=1
pkgdesc='Provides the backend for Jupyter web applications like Jupyter
notebook, JupyterLab, and Voila'
arch=(any)
@@ -38,7 +38,7 @@ checkdepends=(python-flaky
optdepends=('jupyter-server-mathjax: to use local MathJax'
'python-jupyter-server-terminals: terminals support')
source=(https://github.com/jupyter-server/${pkgname/-/_}/releases/download/v$pkgver/${pkgname/-/_}-$pkgver.tar.gz)
-sha256sums=('b11e2ba80667c75f55630faf8ac3d5809f8734f9006d65cce117c46a0a516ab8')
+sha256sums=('06a334ffba7797e84c9e0e26c510b78bb8cc9051485ecab7f4e3c0963b8fc714')
prepare() {
cd ${pkgname/-/_}-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-server/-/commit/6fd4f1f83130385bfd6478089e263422e5bb800a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-server/-/commit/6fd4f1f83130385bfd6478089e263422e5bb800a
You're receiving this email because of your account on gitlab.archlinux.org.