Subject: CVS commit: pkgsrc/devel/py-cython
From: Thomas Klausner
Date: 2013-10-21 00:04:31
Message id: 20131020220431.A74F096@cvs.netbsd.org

Log Message:
Update to 0.19.2:

0.19.2 (2013-10-13)
===================

Bugs fixed
----------

* Some standard declarations were fixed or updated, including the previously
  incorrect declaration of ``PyBuffer_FillInfo()`` and some missing bits in
  ``libc.math``.

* Heap allocated subtypes of ``type`` used the wrong base type struct at the
  C level.

* Calling the unbound method dict.keys/value/items() in dict subtypes could
  call the bound object method instead of the unbound supertype method.

* "yield" wasn't supported in "return" value expressions.

* Using the "bint" type in memory views lead to unexpected results.
  It is now an error.

* Assignments to global/closure variables could catch them in an illegal state
  while deallocating the old value.

Files:
RevisionActionfile
1.16modifypkgsrc/devel/py-cython/Makefile
1.10modifypkgsrc/devel/py-cython/distinfo
1.3modifypkgsrc/devel/py-cython/patches/patch-aa