python3-ipyparallel: update to 8.8.0.

This commit is contained in:
Andrew J. Hesford 2024-04-05 14:31:16 -04:00
parent dabfd75015
commit c35a362c24

View file

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