Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-jupyterlab-server
Commits:
72dab43c by Antonio Rojas at 2024-02-15T09:10:59+01:00
upgpkg: 2.25.3-1: Update to 2.25.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-jupyterlab-server
pkgdesc = Launch an application built using JupyterLab
- pkgver = 2.25.2
+ pkgver = 2.25.3
pkgrel = 1
url = https://jupyter.org/
arch = any
@@ -35,7 +35,7 @@ pkgbase = python-jupyterlab-server
conflicts = python-jupyterlab_server
replaces = jupyterlab_server
replaces = python-jupyterlab_server
- source =
https://github.com/jupyterlab/jupyterlab_server/releases/download/v2.25.2/jupyterlab_server-2.25.2.tar.gz
- sha256sums =
bd0ec7a99ebcedc8bcff939ef86e52c378e44c2707e053fcd81d046ce979ee63
+ source =
https://github.com/jupyterlab/jupyterlab_server/releases/download/v2.25.3/jupyterlab_server-2.25.3.tar.gz
+ sha256sums =
846f125a8a19656611df5b03e5912c8393cea6900859baa64fa515eb64a8dc40
pkgname = python-jupyterlab-server
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pyname=jupyterlab_server
pkgname=python-${_pyname/_/-}
-pkgver=2.25.2
+pkgver=2.25.3
pkgrel=1
pkgdesc='Launch an application built using JupyterLab'
arch=(any)
@@ -40,7 +40,7 @@ provides=(python-jupyterlab_server)
replaces=(jupyterlab_server
python-jupyterlab_server)
source=(https://github.com/jupyterlab/jupyterlab_server/releases/download/v$pkgver/$_pyname-$pkgver.tar.gz)
-sha256sums=('bd0ec7a99ebcedc8bcff939ef86e52c378e44c2707e053fcd81d046ce979ee63')
+sha256sums=('846f125a8a19656611df5b03e5912c8393cea6900859baa64fa515eb64a8dc40')
build() {
cd $_pyname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jupyterlab-server/-/commit/72dab43ceaf3b3900dd20fecb057183d19964663
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jupyterlab-server/-/commit/72dab43ceaf3b3900dd20fecb057183d19964663
You're receiving this email because of your account on gitlab.archlinux.org.