Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
jupyter-notebook
Commits:
1dff8e4a by Antonio Rojas at 2025-11-19T10:30:15+01:00
upgpkg: 7.5.0-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.4.7
+ pkgver = 7.5.0
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.4.7
- sha256sums =
7353ee47e580f5f3def522770dd463cef2f3061ae09953d52bf1157c81604ee8
+ source = git+https://github.com/jupyter/notebook#tag=v7.5.0
+ sha256sums =
b62005b2c95d5d94e58374910dcd50683485b687cbef168fbc514a346ff1de6d
pkgname = jupyter-notebook
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=jupyter-notebook
_pipname=notebook
-pkgver=7.4.7
+pkgver=7.5.0
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=('7353ee47e580f5f3def522770dd463cef2f3061ae09953d52bf1157c81604ee8')
+sha256sums=('b62005b2c95d5d94e58374910dcd50683485b687cbef168fbc514a346ff1de6d')
build() {
cd notebook
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-notebook/-/commit/1dff8e4ab5310919c1c060bd531a800a65517ba6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-notebook/-/commit/1dff8e4ab5310919c1c060bd531a800a65517ba6
You're receiving this email because of your account on gitlab.archlinux.org.