Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
jupyter-notebook
Commits:
bb190e56 by Antonio Rojas at 2026-02-24T17:35:20+01:00
upgpkg: 7.5.4-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = jupyter-notebook
pkgdesc = The language-agnostic HTML notebook application for Project
Jupyter
- pkgver = 7.5.3
+ pkgver = 7.5.4
pkgrel = 1
url = https://github.com/jupyter/notebook
arch = any
@@ -23,7 +23,7 @@ pkgbase = jupyter-notebook
depends = python-tornado
depends = python-traitlets
replaces = jupyter-retrolab
- source = git+https://github.com/jupyter/notebook#tag=v7.5.3
- sha256sums =
0fdf5247a996e64069ac0f6aef869d1a3f803813b11361ecd9c750a940b6c64a
+ source = git+https://github.com/jupyter/notebook#tag=v7.5.4
+ sha256sums =
785593a08669dbdae669f3a974f35d4ad224ee743befdaf228d49b52ee0b8f5e
pkgname = jupyter-notebook
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=jupyter-notebook
_pipname=notebook
-pkgver=7.5.3
+pkgver=7.5.4
pkgrel=1
pkgdesc='The language-agnostic HTML notebook application for Project Jupyter'
arch=(any)
@@ -28,7 +28,7 @@ checkdepends=(python-pytest-jupyter
python-requests)
replaces=(jupyter-retrolab)
source=(git+https://github.com/jupyter/notebook#tag=v$pkgver)
-sha256sums=('0fdf5247a996e64069ac0f6aef869d1a3f803813b11361ecd9c750a940b6c64a')
+sha256sums=('785593a08669dbdae669f3a974f35d4ad224ee743befdaf228d49b52ee0b8f5e')
build() {
cd notebook
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-notebook/-/commit/bb190e561b14cba536734d2f2562cb11e93672f9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-notebook/-/commit/bb190e561b14cba536734d2f2562cb11e93672f9
You're receiving this email because of your account on gitlab.archlinux.org.