python3-ipyparallel: update to 9.0.1.

This commit is contained in:
Andrew J. Hesford 2025-04-19 10:48:49 -04:00
parent b807377253
commit 8690e71e74

View file

@ -1,6 +1,6 @@
# Template file for 'python3-ipyparallel' # Template file for 'python3-ipyparallel'
pkgname=python3-ipyparallel pkgname=python3-ipyparallel
version=9.0.0 version=9.0.1
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="hatchling" hostmakedepends="hatchling"
@ -16,7 +16,7 @@ license="BSD-3-Clause"
homepage="https://ipyparallel.readthedocs.io/" homepage="https://ipyparallel.readthedocs.io/"
changelog="https://ipyparallel.readthedocs.io/en/latest/changelog.html" changelog="https://ipyparallel.readthedocs.io/en/latest/changelog.html"
distfiles="${PYPI_SITE}/i/ipyparallel/ipyparallel-${version}.tar.gz" distfiles="${PYPI_SITE}/i/ipyparallel/ipyparallel-${version}.tar.gz"
checksum=70601cbaf9a169d350ffe22c82d5bbdfe6dfe4c4df02836d9990e9c559b5bcb6 checksum=2e592cad2200c5a94fbbff639bff36e6ec9122f34b36b2fc6b4d678d9e98f29c
# having HOME=/tmp confuses a few tests # having HOME=/tmp confuses a few tests
make_check_pre="env HOME=/home" make_check_pre="env HOME=/home"