]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
python3-cython: upgrade 0.29.35 -> 0.29.36
authorTrevor Gamblin <tgamblin@baylibre.com>
Tue, 18 Jul 2023 18:00:20 +0000 (14:00 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 19 Jul 2023 17:00:29 +0000 (18:00 +0100)
commit8bbb6af6fe28ec950e0805b7aca7125c6cb5c802
tree031ebc6dfacdd004bd08d1c1e1931c781c1edd82
parent91ec124f7362985e2b83b475f3082fe652262fca
python3-cython: upgrade 0.29.35 -> 0.29.36

Changelog: https://github.com/cython/cython/blob/master/CHANGES.rst

Bugs fixed

- Async generators lost their return value in PyPy. (Github issue :issue:`5465`)
- The outdated C macro _PyGC_FINALIZED() is no longer used in Py3.9+.
- The deprecated Py_OptimizeFlag is no longer used in Python 3.9+. (Github issue :issue:`5343`)
- Using the global __debug__ variable but not assertions could lead to compile errors.
- The broken HTML template support was removed from Tempita. (Github issue :issue:`3309`)

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python-cython.inc
meta/recipes-devtools/python/python3-cython_0.29.36.bb [moved from meta/recipes-devtools/python/python3-cython_0.29.35.bb with 100% similarity]