Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
jupyter-notebook
Commits:
0ec11813 by Antonio Rojas at 2026-01-26T09:11:07+01:00
upgpkg: 7.5.3-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.2
+ pkgver = 7.5.3
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.2
- sha256sums =
b06042a5399b6ace4040266bcbbac14f8f38380bb9f346f72276f8012c4738de
+ source = git+https://github.com/jupyter/notebook#tag=v7.5.3
+ sha256sums =
0fdf5247a996e64069ac0f6aef869d1a3f803813b11361ecd9c750a940b6c64a
pkgname = jupyter-notebook
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=jupyter-notebook
_pipname=notebook
-pkgver=7.5.2
+pkgver=7.5.3
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=('b06042a5399b6ace4040266bcbbac14f8f38380bb9f346f72276f8012c4738de')
+sha256sums=('0fdf5247a996e64069ac0f6aef869d1a3f803813b11361ecd9c750a940b6c64a')
build() {
cd notebook
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-notebook/-/commit/0ec11813bb82b6d8f04cfcd14182036bd573a8bd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-notebook/-/commit/0ec11813bb82b6d8f04cfcd14182036bd573a8bd
You're receiving this email because of your account on gitlab.archlinux.org.