python3-Cython: update to 3.0.11.

This commit is contained in:
Andrew J. Hesford 2024-08-06 11:38:57 -04:00
parent 4cb6e2a52e
commit 9c75b79744
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-Cython'
pkgname=python3-Cython
version=3.0.10
version=3.0.11
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
@ -11,8 +11,8 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
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=dcc96739331fb854dcf503f94607576cfe8488066c61ca50dfd55836f132de99
distfiles="${PYPI_SITE}/c/cython/cython-${version}.tar.gz"
checksum=7146dd2af8682b4ca61331851e6aebce9fe5158e75300343f80c07ca80b1faff
# Tests are flaky
make_check=no
conflicts="python3-Cython0.29>=0"