pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cython



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Nov  9 21:51:15 UTC 2019

Modified Files:
        pkgsrc/devel/py-cython: Makefile PLIST distinfo

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``.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/devel/py-cython/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-cython/PLIST
cvs rdiff -u -r1.52 -r1.53 pkgsrc/devel/py-cython/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-cython/Makefile
diff -u pkgsrc/devel/py-cython/Makefile:1.60 pkgsrc/devel/py-cython/Makefile:1.61
--- pkgsrc/devel/py-cython/Makefile:1.60        Mon Aug  5 19:25:03 2019
+++ pkgsrc/devel/py-cython/Makefile     Sat Nov  9 21:51:15 2019
@@ -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/}

Index: pkgsrc/devel/py-cython/PLIST
diff -u pkgsrc/devel/py-cython/PLIST:1.24 pkgsrc/devel/py-cython/PLIST:1.25
--- pkgsrc/devel/py-cython/PLIST:1.24   Mon Oct 15 08:21:03 2018
+++ pkgsrc/devel/py-cython/PLIST        Sat Nov  9 21:51:15 2019
@@ -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/lon
 ${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

Index: pkgsrc/devel/py-cython/distinfo
diff -u pkgsrc/devel/py-cython/distinfo:1.52 pkgsrc/devel/py-cython/distinfo:1.53
--- pkgsrc/devel/py-cython/distinfo:1.52        Mon Aug  5 19:25:03 2019
+++ pkgsrc/devel/py-cython/distinfo     Sat Nov  9 21:51:15 2019
@@ -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