python3-ipyparallel: update to 9.2.0.

This commit is contained in:
Andrew J. Hesford
2026-05-15 10:29:22 -04:00
parent d9762a4790
commit ece816eb40
+2 -2
View File
@@ -1,6 +1,6 @@
# Template file for 'python3-ipyparallel'
pkgname=python3-ipyparallel
version=9.1.0
version=9.2.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
@@ -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=ecc81a1bfd2681eb571e361839d5defcbeec583ae3ee0503bc83b066106b88cd
checksum=2b31bb4e94708e7ffb4ee6501d7f5f664df7e1c4c572e91e9e0d12484c6a6910
# having HOME=/tmp confuses a few tests
make_check_pre="env HOME=/home"