pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-cython py-cython: updated to 0.29.14



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e616fda2112
branches:  trunk
changeset: 343729:4e616fda2112
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Nov 09 21:51:15 2019 +0000

description:
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:

 devel/py-cython/Makefile |   4 ++--
 devel/py-cython/PLIST    |   3 ++-
 devel/py-cython/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 8ca6dc1fd792 -r 4e616fda2112 devel/py-cython/Makefile
--- a/devel/py-cython/Makefile  Sat Nov 09 21:46:58 2019 +0000
+++ b/devel/py-cython/Makefile  Sat Nov 09 21:51:15 2019 +0000
@@ -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 -r 8ca6dc1fd792 -r 4e616fda2112 devel/py-cython/PLIST
--- a/devel/py-cython/PLIST     Sat Nov 09 21:46:58 2019 +0000
+++ b/devel/py-cython/PLIST     Sat Nov 09 21:51:15 2019 +0000
@@ -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/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 -r 8ca6dc1fd792 -r 4e616fda2112 devel/py-cython/distinfo
--- a/devel/py-cython/distinfo  Sat Nov 09 21:46:58 2019 +0000
+++ b/devel/py-cython/distinfo  Sat Nov 09 21:51:15 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index