Source-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.17



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24864143279e
branches:  trunk
changeset: 430041:24864143279e
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Apr 27 07:22:17 2020 +0000

description:
py-cython: updated to 0.29.17

0.29.17:
Features added
std::move() is now available from libcpp.utility. Patch by Omer Ozarslan.
The @cython.binding decorator is available in Python code.

Bugs fixed
Creating an empty unicode slice with large bounds could crash. Patch by Sam Sneddon.
Decoding an empty bytes/char* slice with large bounds could crash. Patch by Sam Sneddon.
Re-importing a Cython extension no longer raises the error "__reduce_cython__ not found".
Unused C-tuples could generate incorrect code in 0.29.16. Patch by Kirk Meyer.
Creating a fused function attached it to the garbage collector before it was fully initialised, thus risking crashes in rare failure cases. Original patch by achernomorov.
Temporary buffer indexing variables were not released and could show up in C compiler warnings, e.g. in generators. Patch by David Woods.
The compilation cache in cython.inline("…") failed to take the language level into account. Patch by will-ca.
The deprecated PyUnicode_GET_SIZE() function is no longer used in Py3.

diffstat:

 devel/py-cython/Makefile |   4 ++--
 devel/py-cython/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r dc84ffc260f2 -r 24864143279e devel/py-cython/Makefile
--- a/devel/py-cython/Makefile  Mon Apr 27 07:04:41 2020 +0000
+++ b/devel/py-cython/Makefile  Mon Apr 27 07:22:17 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.64 2020/04/03 16:19:12 adam Exp $
+# $NetBSD: Makefile,v 1.65 2020/04/27 07:22:17 adam Exp $
 
-DISTNAME=      Cython-0.29.16
+DISTNAME=      Cython-0.29.17
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=C/Cython/}
diff -r dc84ffc260f2 -r 24864143279e devel/py-cython/distinfo
--- a/devel/py-cython/distinfo  Mon Apr 27 07:04:41 2020 +0000
+++ b/devel/py-cython/distinfo  Mon Apr 27 07:22:17 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.56 2020/04/03 16:19:12 adam Exp $
+$NetBSD: distinfo,v 1.57 2020/04/27 07:22:17 adam Exp $
 
-SHA1 (Cython-0.29.16.tar.gz) = 5a557bd74d5781c4252675a2805ef2742e88b0cb
-RMD160 (Cython-0.29.16.tar.gz) = 050ae72e87f752acf3a6969c7d8078d5d05ed74a
-SHA512 (Cython-0.29.16.tar.gz) = bbfd917a37a58389eff6780634ed3d58c6bfc69278d4d7a9b82d44f3a69a798961ac017dfc2a1a2b5db930bf73f1b5bf2e5ae0fde1c079012d1aa36886181e32
-Size (Cython-0.29.16.tar.gz) = 2058582 bytes
+SHA1 (Cython-0.29.17.tar.gz) = 02278e5a972ffc4856451f507903db68d08cfd6e
+RMD160 (Cython-0.29.17.tar.gz) = 130804bc375318396f2bd47073bd1d514acbdcdb
+SHA512 (Cython-0.29.17.tar.gz) = f40a70754883e8e63304f0c5f1012b7cffd1581bce436ad1485a0b42b242b4456081df3b0904b14c70645a3db45242191e9c3d7ff587ca5e091bc3d4e21ea703
+Size (Cython-0.29.17.tar.gz) = 2060265 bytes
 SHA1 (patch-Cython_Distutils_old__build__ext.py) = 2bc705192923cc2f40f7c173625b056caa08f666
 SHA1 (patch-ac) = d0e06dd9e4b5a34d0614ec17f51c129eb7724323
 SHA1 (patch-runtests.py) = d08d3d8e17d6b75a3067f295d3d3eb63ffe97b48


Home | Main Index | Thread Index | Old Index