python3-ipyparallel: update to 9.1.0.

This commit is contained in:
Andrew J. Hesford
2026-03-16 08:56:43 -04:00
parent 17adce3f34
commit 534bb62970
+3 -3
View File
@@ -1,7 +1,7 @@
# Template file for 'python3-ipyparallel'
pkgname=python3-ipyparallel
version=9.0.2
revision=2
version=9.1.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-entrypoints python3-decorator python3-pyzmq python3-traitlets
@@ -16,7 +16,7 @@ license="BSD-3-Clause"
homepage="https://ipyparallel.readthedocs.io/"
changelog="https://ipyparallel.readthedocs.io/en/latest/changelog.html"
distfiles="${PYPI_SITE}/i/ipyparallel/ipyparallel-${version}.tar.gz"
checksum=d992edd698a99d45f2d9059af1c9ae8f086d1aeedb3e80436029a2f28d069f83
checksum=ecc81a1bfd2681eb571e361839d5defcbeec583ae3ee0503bc83b066106b88cd
# having HOME=/tmp confuses a few tests
make_check_pre="env HOME=/home"