python3-ipyparallel: update to 8.5.0.

This commit is contained in:
Andrew J. Hesford 2023-03-17 21:43:53 -04:00
parent 5de796f8c7
commit f377d33de9

View file

@ -1,6 +1,6 @@
# Template file for 'python3-ipyparallel' # Template file for 'python3-ipyparallel'
pkgname=python3-ipyparallel pkgname=python3-ipyparallel
version=8.4.1 version=8.5.0
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="hatchling" hostmakedepends="hatchling"
@ -13,7 +13,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=670bbe05755381742e1ea01177dc428ff8f3e94af1f0d5642c9d19f37ca8289b checksum=913e73d32902261e134cf2262a24a0872b947c2aecf0a11cd650458b23068544
# Too many tests fail with a "local" cluster type # Too many tests fail with a "local" cluster type
make_check=no make_check=no