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:           Mon Apr 27 07:22:17 UTC 2020

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/devel/py-cython/Makefile
cvs rdiff -u -r1.56 -r1.57 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.64 pkgsrc/devel/py-cython/Makefile:1.65
--- pkgsrc/devel/py-cython/Makefile:1.64        Fri Apr  3 16:19:12 2020
+++ pkgsrc/devel/py-cython/Makefile     Mon Apr 27 07:22:17 2020
@@ -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/}

Index: pkgsrc/devel/py-cython/distinfo
diff -u pkgsrc/devel/py-cython/distinfo:1.56 pkgsrc/devel/py-cython/distinfo:1.57
--- pkgsrc/devel/py-cython/distinfo:1.56        Fri Apr  3 16:19:12 2020
+++ pkgsrc/devel/py-cython/distinfo     Mon Apr 27 07:22:17 2020
@@ -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