Subject: CVS commit: pkgsrc/devel/py-cython
From: Adam Ciarcinski
Date: 2021-04-14 21:25:15
Message id: 20210414192515.EEAB7FA95@cvs.NetBSD.org

Log Message:
py-cython: updated to 0.29.23

0.29.23 (2021-04-14)
====================
Bugs fixed
----------
* Some problems with Python 3.10 were resolved.
* An incorrect "optimisation" was removed that allowed changes to a keyword
  dict to leak into keyword arguments passed into a function.
* Multiplied str constants could end up as bytes constants with language_level=2.
* ``PY_SSIZE_T_CLEAN`` does not get defined any more if it is already defined.

Files:
RevisionActionfile
1.71modifypkgsrc/devel/py-cython/Makefile
1.63modifypkgsrc/devel/py-cython/distinfo
1.3modifypkgsrc/devel/py-cython/patches/patch-runtests.py
1.1addpkgsrc/devel/py-cython/patches/patch-Demos_embed_Makefile
1.5removepkgsrc/devel/py-cython/patches/patch-ac