Subject: CVS commit: pkgsrc/devel/py-cython
From: Adam Ciarcinski
Date: 2019-05-29 22:27:32
Message id: 20190529202732.7B18DFB15@cvs.NetBSD.org

Log Message:
py-cython: updated to 0.29.9

0.29.9:
Bugs fixed
* Fix a crash regression in 0.29.8 when creating code objects fails.
* Remove an incorrect cast when using true-division in C++ operations.

0.29.8:
Bugs fixed
* C compile errors with CPython 3.8 were resolved.
* Python tuple constants that compare equal but have different item
  types could incorrectly be merged into a single constant.
* Non-ASCII characters in unprefixed strings could crash the compiler when
  used with language level 3str.
* Starred expressions in %-formatting tuples could fail to compile for
  unicode strings.
* Passing Python class references through cython.inline() was broken.

Files:
RevisionActionfile
1.56modifypkgsrc/devel/py-cython/Makefile
1.48modifypkgsrc/devel/py-cython/distinfo