python3-Cython: update to 3.0.10.

This commit is contained in:
Andrew J. Hesford 2024-04-01 09:42:03 -04:00
parent c57b3f146f
commit 770ecc13da

View file

@ -1,6 +1,6 @@
# Template file for 'python3-Cython'
pkgname=python3-Cython
version=3.0.9
version=3.0.10
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
@ -12,7 +12,7 @@ license="Apache-2.0"
homepage="https://cython.org/"
changelog="https://raw.githubusercontent.com/cython/cython/master/CHANGES.rst"
distfiles="${PYPI_SITE}/C/Cython/Cython-${version}.tar.gz"
checksum=a2d354f059d1f055d34cfaa62c5b68bc78ac2ceab6407148d47fb508cf3ba4f3
checksum=dcc96739331fb854dcf503f94607576cfe8488066c61ca50dfd55836f132de99
# Tests are flaky
make_check=no
conflicts="python3-Cython0.29>=0"