Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-jupyterlab-server
Commits:
ea3f3b66 by Antonio Rojas at 2024-04-08T23:12:34+02:00
upgpkg: 2.26.0-1: Update to 2.26.0
- - - - -
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.4
+ pkgver = 2.26.0
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.4/jupyterlab_server-2.25.4.tar.gz
- sha256sums =
2098198e1e82e0db982440f9b5136175d73bea2cd42a6480aa6fd502cb23c4f9
+ source =
https://github.com/jupyterlab/jupyterlab_server/releases/download/v2.26.0/jupyterlab_server-2.26.0.tar.gz
+ sha256sums =
9b3ba91cf2837f7f124fca36d63f3ca80ace2bed4898a63dd47e6598c1ab006f
pkgname = python-jupyterlab-server
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pyname=jupyterlab_server
pkgname=python-${_pyname/_/-}
-pkgver=2.25.4
+pkgver=2.26.0
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=('2098198e1e82e0db982440f9b5136175d73bea2cd42a6480aa6fd502cb23c4f9')
+sha256sums=('9b3ba91cf2837f7f124fca36d63f3ca80ace2bed4898a63dd47e6598c1ab006f')
build() {
cd $_pyname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jupyterlab-server/-/commit/ea3f3b665a90198b7c56e1ec583a9d4e26fe75b1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jupyterlab-server/-/commit/ea3f3b665a90198b7c56e1ec583a9d4e26fe75b1
You're receiving this email because of your account on gitlab.archlinux.org.