Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
jupyter-server
Commits:
f109f7d6 by Antonio Rojas at 2023-10-25T17:00:12+02:00
upgpkg: 2.9.1-1: Update to 2.9.1
- - - - -
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.9.0
+ pkgver = 2.9.1
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.9.0/jupyter_server-2.9.0.tar.gz
- sha256sums =
06a334ffba7797e84c9e0e26c510b78bb8cc9051485ecab7f4e3c0963b8fc714
+ source =
https://github.com/jupyter-server/jupyter_server/releases/download/v2.9.1/jupyter_server-2.9.1.tar.gz
+ sha256sums =
9ba71be4b9c16e479e4c50c929f8ac4b1015baf90237a08681397a98c76c7e5e
pkgname = jupyter-server
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=jupyter-server
-pkgver=2.9.0
+pkgver=2.9.1
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=('06a334ffba7797e84c9e0e26c510b78bb8cc9051485ecab7f4e3c0963b8fc714')
+sha256sums=('9ba71be4b9c16e479e4c50c929f8ac4b1015baf90237a08681397a98c76c7e5e')
prepare() {
cd ${pkgname/-/_}-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-server/-/commit/f109f7d631c99b2c986f25504929c2d2daa29cc6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-server/-/commit/f109f7d631c99b2c986f25504929c2d2daa29cc6
You're receiving this email because of your account on gitlab.archlinux.org.