Date: Friday, April 14, 2023 @ 17:18:01
Author: arojas
Revision: 1446052
upgpkg: python-ipyparallel 8.6.1-1: Update to 8.6.1
Modified:
python-ipyparallel/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-14 17:16:21 UTC (rev 1446051)
+++ PKGBUILD 2023-04-14 17:18:01 UTC (rev 1446052)
@@ -5,8 +5,8 @@
pkgname=python-ipyparallel
_pyname=${pkgname#python-}
-pkgver=8.6.0
-pkgrel=2
+pkgver=8.6.1
+pkgrel=1
pkgdesc='Interactive Parallel Computing in Python'
url='https://pypi.org/project/ipyparallel/'
arch=(any)
@@ -16,7 +16,7 @@
makedepends=(python-build python-installer python-hatchling)
checkdepends=(python-pytest-tornado python-pytest-asyncio python-tqdm)
optdepends=('openmpi: to use the MPI Launchers in ipcluster command')
-sha256sums=('cbea6d807fea7483db1154c782f1794108ed391cc6b4347342e5796a2f8d7c67')
+sha256sums=('a39aa5ef9560170bf0e9afedca9ff045e1b9c1832c49303377edcc91cea9fb77')
build() {
cd $_pyname-$pkgver