Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-jupyter-client
Commits:
f193797e by Antonio Rojas at 2025-12-09T23:02:48+01:00
upgpkg: 8.7.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.6.3
- pkgrel = 4
+ pkgver = 8.7.0
+ pkgrel = 1
url = https://pypi.python.org/pypi/jupyter_client
arch = any
license = BSD-3-Clause
@@ -18,7 +18,6 @@ pkgbase = python-jupyter-client
depends = ipython
depends = python
depends = python-dateutil
- depends = python-importlib-metadata
depends = python-jupyter-core
depends = python-pexpect
depends = python-pyzmq
@@ -27,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.6.3
- sha256sums =
aa4854b7ecfc06a1340267f8c6da71ceb9ac1a8f7b42d212b5c4ae278e6acd7e
+ source = git+https://github.com/jupyter/jupyter_client#tag=v8.7.0
+ sha256sums =
cb481964bd0dd647012eb3ec0d288c3a0179ee82a5bf23c52d1cc3aa8bad9b49
pkgname = python-jupyter-client
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_pyname=jupyter_client
pkgname=python-${_pyname/_/-}
-pkgver=8.6.3
-pkgrel=4
+pkgver=8.7.0
+pkgrel=1
pkgdesc='Jupyter protocol implementation and client libraries'
arch=(any)
url='https://pypi.python.org/pypi/jupyter_client'
@@ -12,7 +12,6 @@ license=(BSD-3-Clause)
depends=(ipython
python
python-dateutil
- python-importlib-metadata
python-jupyter-core
python-pexpect
python-pyzmq
@@ -32,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=('aa4854b7ecfc06a1340267f8c6da71ceb9ac1a8f7b42d212b5c4ae278e6acd7e')
+sha256sums=('cb481964bd0dd647012eb3ec0d288c3a0179ee82a5bf23c52d1cc3aa8bad9b49')
build() {
cd $_pyname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jupyter-client/-/commit/f193797ed568482b761e8d16f7a153826f677381
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jupyter-client/-/commit/f193797ed568482b761e8d16f7a153826f677381
You're receiving this email because of your account on gitlab.archlinux.org.