Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-jupyter-client
Commits:
5f2f9251 by Antonio Rojas at 2026-01-08T20:36:29+01:00
upgpkg: 8.8.0-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-jupyter-client
pkgdesc = Jupyter protocol implementation and client libraries
- pkgver = 8.7.0
- pkgrel = 3
+ pkgver = 8.8.0
+ pkgrel = 1
url = https://pypi.python.org/pypi/jupyter_client
arch = any
license = BSD-3-Clause
@@ -26,7 +26,7 @@ pkgbase = python-jupyter-client
provides = python-jupyter_client
conflicts = python-jupyter_client
replaces = python-jupyter_client
- source = git+https://github.com/jupyter/jupyter_client#tag=v8.7.0
- sha256sums =
cb481964bd0dd647012eb3ec0d288c3a0179ee82a5bf23c52d1cc3aa8bad9b49
+ source = git+https://github.com/jupyter/jupyter_client#tag=v8.8.0
+ sha256sums =
391352f4c978075c9ac015ab9d40703d8bdcd4cfb959d682a6ec1308a85a80fe
pkgname = python-jupyter-client
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_pyname=jupyter_client
pkgname=python-${_pyname/_/-}
-pkgver=8.7.0
-pkgrel=3
+pkgver=8.8.0
+pkgrel=1
pkgdesc='Jupyter protocol implementation and client libraries'
arch=(any)
url='https://pypi.python.org/pypi/jupyter_client'
@@ -31,7 +31,7 @@ conflicts=(python-jupyter_client)
provides=(python-jupyter_client)
replaces=(python-jupyter_client)
source=(git+https://github.com/jupyter/jupyter_client#tag=v$pkgver)
-sha256sums=('cb481964bd0dd647012eb3ec0d288c3a0179ee82a5bf23c52d1cc3aa8bad9b49')
+sha256sums=('391352f4c978075c9ac015ab9d40703d8bdcd4cfb959d682a6ec1308a85a80fe')
build() {
cd $_pyname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jupyter-client/-/commit/5f2f9251479938790db26934145e31e439a3be19
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jupyter-client/-/commit/5f2f9251479938790db26934145e31e439a3be19
You're receiving this email because of your account on gitlab.archlinux.org.