python-Cython: revbump for python 3.9.3.

This fixes an issue where running

    python3 setup.py [other targets] cython

segfaults on i686. This was observed only after the python 3.9.3 update,
though it isn't clear what mismatch caused it (therefore the related
issue won't be closed yet).

Log for build failure (python3-pygame package):
https://build.voidlinux.org/builders/i686_builder/builds/31607/steps/shell_3/logs/stdio
Related issue: #30008
This commit is contained in:
Érico Nogueira 2021-04-04 21:20:19 -03:00
parent cc4c429496
commit 639192d8a5

View file

@ -1,7 +1,7 @@
# Template file for 'python-Cython' # Template file for 'python-Cython'
pkgname=python-Cython pkgname=python-Cython
version=0.29.22 version=0.29.22
revision=1 revision=2
wrksrc="Cython-${version}" wrksrc="Cython-${version}"
build_style=python-module build_style=python-module
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"