python3-ipyparallel: update to 9.0.0.

This commit is contained in:
Andrew J. Hesford 2024-11-16 09:28:32 -05:00
parent 4950a7d45e
commit f3ae0dd6c7

View File

@ -1,6 +1,6 @@
# Template file for 'python3-ipyparallel'
pkgname=python3-ipyparallel
version=8.8.0
version=9.0.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=2404d59f86a3aaa3bd27bf6b57df777bff5c1363c1c6e60403759d16ed42dc7b
checksum=70601cbaf9a169d350ffe22c82d5bbdfe6dfe4c4df02836d9990e9c559b5bcb6
# having HOME=/tmp confuses a few tests
make_check_pre="env HOME=/home"