Subject: CVS commit: pkgsrc/devel/py-cython
From: Adam Ciarcinski
Date: 2019-04-15 10:18:38
Message id: 20190415081838.53294FB16@cvs.NetBSD.org

Log Message:
py-cython: updated to 0.29.7

0.29.7:
Bugs fixed
* Crash when the shared Cython config module gets unloaded and another Cython
  module reports an exceptions.  Cython now makes sure it keeps an owned reference
  to the module.
* Resolved a C89 compilation problem when enabling the fast-gil sharing feature.
* Coverage reporting did not include the signature line of cdef functions.
* Casting a GIL-requiring function into a nogil function now issues a warning.
* Generators and coroutines were missing their return type annotation.

Files:
RevisionActionfile
1.55modifypkgsrc/devel/py-cython/Makefile
1.47modifypkgsrc/devel/py-cython/distinfo