diff options
author | adam <adam@pkgsrc.org> | 2019-11-09 21:51:15 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-11-09 21:51:15 +0000 |
commit | a4de6a286066d191c4610748b3955105a30cc64b (patch) | |
tree | cdd8c873cecfe7585cebd9b40e74a52bd762c81a /devel/py-cython | |
parent | 87da8f8af57b2aa32bc34f91956bf4533734bbe3 (diff) | |
download | pkgsrc-a4de6a286066d191c4610748b3955105a30cc64b.tar.gz |
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``.
Diffstat (limited to 'devel/py-cython')
-rw-r--r-- | devel/py-cython/Makefile | 4 | ||||
-rw-r--r-- | devel/py-cython/PLIST | 3 | ||||
-rw-r--r-- | devel/py-cython/distinfo | 10 |
3 files changed, 9 insertions, 8 deletions
diff --git a/devel/py-cython/Makefile b/devel/py-cython/Makefile index 4fe1b39ae3b..951e74db046 100644 --- a/devel/py-cython/Makefile +++ b/devel/py-cython/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.60 2019/08/05 19:25:03 adam Exp $ +# $NetBSD: Makefile,v 1.61 2019/11/09 21:51:15 adam Exp $ -DISTNAME= Cython-0.29.13 +DISTNAME= Cython-0.29.14 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= lang python MASTER_SITES= ${MASTER_SITE_PYPI:=C/Cython/} diff --git a/devel/py-cython/PLIST b/devel/py-cython/PLIST index 60677aa214f..58d2354157e 100644 --- a/devel/py-cython/PLIST +++ b/devel/py-cython/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.24 2018/10/15 08:21:03 adam Exp $ +@comment $NetBSD: PLIST,v 1.25 2019/11/09 21:51:15 adam Exp $ bin/cygdb-${PYVERSSUFFIX} bin/cython-${PYVERSSUFFIX} bin/cythonize-${PYVERSSUFFIX} @@ -325,6 +325,7 @@ ${PYSITELIB}/Cython/Includes/cpython/long.pxd ${PYSITELIB}/Cython/Includes/cpython/longintrepr.pxd ${PYSITELIB}/Cython/Includes/cpython/mapping.pxd ${PYSITELIB}/Cython/Includes/cpython/mem.pxd +${PYSITELIB}/Cython/Includes/cpython/memoryview.pxd ${PYSITELIB}/Cython/Includes/cpython/method.pxd ${PYSITELIB}/Cython/Includes/cpython/module.pxd ${PYSITELIB}/Cython/Includes/cpython/number.pxd diff --git a/devel/py-cython/distinfo b/devel/py-cython/distinfo index 5f7fb4e20a9..7d065f4edf2 100644 --- a/devel/py-cython/distinfo +++ b/devel/py-cython/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.52 2019/08/05 19:25:03 adam Exp $ +$NetBSD: distinfo,v 1.53 2019/11/09 21:51:15 adam Exp $ -SHA1 (Cython-0.29.13.tar.gz) = 0541e30b0de4d6f17f9b942c573f8059df042938 -RMD160 (Cython-0.29.13.tar.gz) = 40caf2eb2ebcc6cec9ca782fb6dad70fda0f9dfa -SHA512 (Cython-0.29.13.tar.gz) = 61ce4cab938163c14c7ece750fde2b26ce8476c3a6fed0c6768022ef7e9b652591db9646a2814c7f17457581c9b4b7c38bb703e697fee9322a480b020a43d8fc -Size (Cython-0.29.13.tar.gz) = 2051189 bytes +SHA1 (Cython-0.29.14.tar.gz) = f86f2dddde3cc7499cb47d48c0ab98026493d5a8 +RMD160 (Cython-0.29.14.tar.gz) = 5c056cdded1fa2626705be3d1fcb289a9a72bd34 +SHA512 (Cython-0.29.14.tar.gz) = 50e9a11593e44539a14fd505427dfcbbc3783585d079eb2314832f6852e415a151130e6ee3aa790c3e3ae5b77e64cf920e62d55b57fc1157e535286b170775df +Size (Cython-0.29.14.tar.gz) = 2053456 bytes SHA1 (patch-ac) = d0e06dd9e4b5a34d0614ec17f51c129eb7724323 SHA1 (patch-runtests.py) = d08d3d8e17d6b75a3067f295d3d3eb63ffe97b48 |