Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
jupyter-nbclient
Commits:
8886eba2 by Antonio Rojas at 2025-12-23T10:29:59+01:00
upgpkg: 0.10.4-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = jupyter-nbclient
pkgdesc = A tool for running Jupyter Notebooks in different execution
contexts
- pkgver = 0.10.3
- pkgrel = 2
+ pkgver = 0.10.4
+ pkgrel = 1
url = https://github.com/jupyter/nbclient
arch = any
license = BSD-3-Clause
@@ -20,7 +20,7 @@ pkgbase = jupyter-nbclient
depends = python-jupyter-client
depends = python-jupyter-core
depends = python-traitlets
- source = git+https://github.com/jupyter/nbclient#tag=v0.10.3
- sha256sums =
9e53516890d71777ab43ded2b3adde58b64c632f5413c1a1ce4c354a430a10e8
+ source = git+https://github.com/jupyter/nbclient#tag=v0.10.4
+ sha256sums =
7939623ac9d73353f7d3370ed917dfd8d74ab216ae7c10ba86a725ddc8cf02e6
pkgname = jupyter-nbclient
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Kyle Keen <[email protected]>
pkgname=jupyter-nbclient
-pkgver=0.10.3
-pkgrel=2
+pkgver=0.10.4
+pkgrel=1
pkgdesc='A tool for running Jupyter Notebooks in different execution contexts'
arch=(any)
url='https://github.com/jupyter/nbclient'
@@ -24,7 +24,7 @@ checkdepends=(jupyter-nbconvert
python-testpath
python-xmltodict)
source=(git+https://github.com/jupyter/nbclient#tag=v$pkgver)
-sha256sums=('9e53516890d71777ab43ded2b3adde58b64c632f5413c1a1ce4c354a430a10e8')
+sha256sums=('7939623ac9d73353f7d3370ed917dfd8d74ab216ae7c10ba86a725ddc8cf02e6')
build() {
cd nbclient
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-nbclient/-/commit/8886eba20f044503421a50a780ffdd6dc8daa014
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-nbclient/-/commit/8886eba20f044503421a50a780ffdd6dc8daa014
You're receiving this email because of your account on gitlab.archlinux.org.