Subject: CVS commit: pkgsrc/devel/py-cython
From: Adam Ciarcinski
Date: 2019-11-09 22:51:15
Message id: 20191109215115.4FF18FA95@cvs.NetBSD.org

Log Message:
py-cython: updated to 0.29.14

0.29.14:

Bugs fixed
* The generated code failed to initialise the ``tp_print`` slot in CPython 3.8.
* ``?`` for ``bool`` was missing from the supported NumPy dtypes.
* ``await`` was not allowed inside of f-strings.
* Coverage analysis failed for projects where the code resides in separate
  source sub-directories.
* An incorrect compiler warning was fixed in automatic C++ string conversions.
* Error reports in the Jupyter notebook showed unhelpful stack traces.
* ``Python.h`` is now also included explicitly from ``public`` header files.
* Distutils builds with ``--parallel`` did not work when using Cython's
  deprecated ``build_ext`` command.

Other changes
* The ``PyMemoryView_*()`` C-API is available in ``cpython.memoryview``.

Files:
RevisionActionfile
1.61modifypkgsrc/devel/py-cython/Makefile
1.25modifypkgsrc/devel/py-cython/PLIST
1.53modifypkgsrc/devel/py-cython/distinfo