Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
jupyter-server
Commits:
19953f2c by Antonio Rojas at 2023-11-27T22:49:20+01:00
upgpkg: 2.11.1-1: Update to 2.11.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.11.0
+ pkgver = 2.11.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.11.0/jupyter_server-2.11.0.tar.gz
- sha256sums =
78c97ec8049f9062f0151725bc8a1364dfed716646a66819095e0e8a24793eba
+ source =
https://github.com/jupyter-server/jupyter_server/releases/download/v2.11.1/jupyter_server-2.11.1.tar.gz
+ sha256sums =
fe80bab96493acf5f7d6cd9a1575af8fbd253dc2591aa4d015131a1e03b5799a
pkgname = jupyter-server
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=jupyter-server
-pkgver=2.11.0
+pkgver=2.11.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=('78c97ec8049f9062f0151725bc8a1364dfed716646a66819095e0e8a24793eba')
+sha256sums=('fe80bab96493acf5f7d6cd9a1575af8fbd253dc2591aa4d015131a1e03b5799a')
prepare() {
cd ${pkgname/-/_}-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-server/-/commit/19953f2cbf17b69efe42a5ccab4eb48bfc39ba53
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-server/-/commit/19953f2cbf17b69efe42a5ccab4eb48bfc39ba53
You're receiving this email because of your account on gitlab.archlinux.org.