Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
jupyter-server
Commits:
2f461e12 by Antonio Rojas at 2023-12-06T09:23:24+01:00
upgpkg: 2.12.0-1: Update to 2.12.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.11.2
+ pkgver = 2.12.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.11.2/jupyter_server-2.11.2.tar.gz
- sha256sums =
0c99f9367b0f24141e527544522430176613f9249849be80504c6d2b955004bb
+ source =
https://github.com/jupyter-server/jupyter_server/releases/download/v2.12.0/jupyter_server-2.12.0.tar.gz
+ sha256sums =
9fa74ed3bb931cf33f42b3d9046e2788328ec9e6dcc59d48aa3e0910a491e3e4
pkgname = jupyter-server
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=jupyter-server
-pkgver=2.11.2
+pkgver=2.12.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=('0c99f9367b0f24141e527544522430176613f9249849be80504c6d2b955004bb')
+sha256sums=('9fa74ed3bb931cf33f42b3d9046e2788328ec9e6dcc59d48aa3e0910a491e3e4')
prepare() {
cd ${pkgname/-/_}-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-server/-/commit/2f461e12a84d4eac6a165e592b2d87ee030ff8a9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-server/-/commit/2f461e12a84d4eac6a165e592b2d87ee030ff8a9
You're receiving this email because of your account on gitlab.archlinux.org.