Sat Feb 9 17:20:03 2019 UTC ()
py-cython: updated to 0.29.5

0.29.5:
Bugs fixed
* Crash when defining a Python subclass of an extension type and repeatedly calling
  a cpdef method on it.
* Compiler crash when prange() loops appear inside of with-statements.
* Some C compiler warnings were resolved.
* Python conversion of C++ enums failed in 0.29.


(adam)
diff -r1.52 -r1.53 pkgsrc/devel/py-cython/Makefile
diff -r1.44 -r1.45 pkgsrc/devel/py-cython/distinfo

cvs diff -r1.52 -r1.53 pkgsrc/devel/py-cython/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-cython/Makefile 2019/02/05 11:51:33 1.52
+++ pkgsrc/devel/py-cython/Makefile 2019/02/09 17:20:03 1.53
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.52 2019/02/05 11:51:33 adam Exp $ 1# $NetBSD: Makefile,v 1.53 2019/02/09 17:20:03 adam Exp $
2 2
3DISTNAME= Cython-0.29.4 3DISTNAME= Cython-0.29.5
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
5CATEGORIES= lang python 5CATEGORIES= lang python
6MASTER_SITES= ${MASTER_SITE_PYPI:=C/Cython/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=C/Cython/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://cython.org/ 9HOMEPAGE= http://cython.org/
10COMMENT= C-Extensions for Python 10COMMENT= C-Extensions for Python
11LICENSE= apache-1.1 11LICENSE= apache-1.1
12 12
13REPLACE_PYTHON+= Cython/Build/Cythonize.py 13REPLACE_PYTHON+= Cython/Build/Cythonize.py
14REPLACE_PYTHON+= Cython/Debugger/Cygdb.py 14REPLACE_PYTHON+= Cython/Debugger/Cygdb.py
15REPLACE_PYTHON+= Cython/Debugger/libpython.py 15REPLACE_PYTHON+= Cython/Debugger/libpython.py
16REPLACE_PYTHON+= cython.py 16REPLACE_PYTHON+= cython.py

cvs diff -r1.44 -r1.45 pkgsrc/devel/py-cython/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-cython/distinfo 2019/02/05 11:51:33 1.44
+++ pkgsrc/devel/py-cython/distinfo 2019/02/09 17:20:03 1.45
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.44 2019/02/05 11:51:33 adam Exp $ 1$NetBSD: distinfo,v 1.45 2019/02/09 17:20:03 adam Exp $
2 2
3SHA1 (Cython-0.29.4.tar.gz) = ec5b2d04d8da93e874ff5ffd3ac5b713858af28c 3SHA1 (Cython-0.29.5.tar.gz) = 19195608d0dcbfe583b3f34144779d84d28eb544
4RMD160 (Cython-0.29.4.tar.gz) = d32bdc3df9ad10ef903e05bc39a58f5568c23cbc 4RMD160 (Cython-0.29.5.tar.gz) = c325183c2d9558c31a396d60877c44aaf336a3f0
5SHA512 (Cython-0.29.4.tar.gz) = 8f115e36975aaf64eda4df8b0a85378d0c80b3292dbd162be826b939def03bdc9f3eb937676e2367003c2944b570d97f50d7880becfdb2fdc5144077b4a722dc 5SHA512 (Cython-0.29.5.tar.gz) = 4bbf54b248b9a08b9118d751a6bb5dbb81ae7a8238c8a3124d94bf7be67f15b68820e6ce5470903fb5d5ff5c3c213e1580f1c57a8cda33b356263f9ab46e8851
6Size (Cython-0.29.4.tar.gz) = 2044382 bytes 6Size (Cython-0.29.5.tar.gz) = 2045488 bytes
7SHA1 (patch-ac) = d0e06dd9e4b5a34d0614ec17f51c129eb7724323 7SHA1 (patch-ac) = d0e06dd9e4b5a34d0614ec17f51c129eb7724323
8SHA1 (patch-runtests.py) = d08d3d8e17d6b75a3067f295d3d3eb63ffe97b48 8SHA1 (patch-runtests.py) = d08d3d8e17d6b75a3067f295d3d3eb63ffe97b48