Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-jupyter-client
Commits:
ab455458 by Antonio Rojas at 2023-10-25T09:56:01+02:00
upgpkg: 8.5.0-1: Update to 8.5.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-jupyter-client
pkgdesc = Jupyter protocol implementation and client libraries
- pkgver = 8.4.0
+ pkgver = 8.5.0
pkgrel = 1
url = https://pypi.python.org/pypi/jupyter_client
arch = any
@@ -26,7 +26,7 @@ pkgbase = python-jupyter-client
provides = python-jupyter_client
conflicts = python-jupyter_client
replaces = python-jupyter_client
- source =
https://files.pythonhosted.org/packages/source/j/jupyter_client/jupyter_client-8.4.0.tar.gz
- sha256sums =
dc1b857d5d7d76ac101766c6e9b646bf18742721126e72e5d484c75a993cada2
+ source =
https://files.pythonhosted.org/packages/source/j/jupyter_client/jupyter_client-8.5.0.tar.gz
+ sha256sums =
e8754066510ce456358df363f97eae64b50860f30dc1fe8c6771440db3be9a63
pkgname = python-jupyter-client
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pyname=jupyter_client
pkgname=python-${_pyname/_/-}
-pkgver=8.4.0
+pkgver=8.5.0
pkgrel=1
pkgdesc='Jupyter protocol implementation and client libraries'
arch=(any)
@@ -31,7 +31,7 @@ conflicts=(python-jupyter_client)
provides=(python-jupyter_client)
replaces=(python-jupyter_client)
source=(https://files.pythonhosted.org/packages/source/j/jupyter_client/jupyter_client-$pkgver.tar.gz)
-sha256sums=('dc1b857d5d7d76ac101766c6e9b646bf18742721126e72e5d484c75a993cada2')
+sha256sums=('e8754066510ce456358df363f97eae64b50860f30dc1fe8c6771440db3be9a63')
build() {
cd $_pyname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jupyter-client/-/commit/ab4554584798b63bcfd57999660a6c277b1f0f03
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jupyter-client/-/commit/ab4554584798b63bcfd57999660a6c277b1f0f03
You're receiving this email because of your account on gitlab.archlinux.org.