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 Feb 9 17:20:03 UTC 2019
Modified Files:
pkgsrc/devel/py-cython: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/devel/py-cython/Makefile
cvs rdiff -u -r1.44 -r1.45 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.52 pkgsrc/devel/py-cython/Makefile:1.53
--- pkgsrc/devel/py-cython/Makefile:1.52 Tue Feb 5 11:51:33 2019
+++ pkgsrc/devel/py-cython/Makefile Sat Feb 9 17:20:03 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2019/02/05 11:51:33 adam Exp $
+# $NetBSD: Makefile,v 1.53 2019/02/09 17:20:03 adam Exp $
-DISTNAME= Cython-0.29.4
+DISTNAME= Cython-0.29.5
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.44 pkgsrc/devel/py-cython/distinfo:1.45
--- pkgsrc/devel/py-cython/distinfo:1.44 Tue Feb 5 11:51:33 2019
+++ pkgsrc/devel/py-cython/distinfo Sat Feb 9 17:20:03 2019
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.44 2019/02/05 11:51:33 adam Exp $
+$NetBSD: distinfo,v 1.45 2019/02/09 17:20:03 adam Exp $
-SHA1 (Cython-0.29.4.tar.gz) = ec5b2d04d8da93e874ff5ffd3ac5b713858af28c
-RMD160 (Cython-0.29.4.tar.gz) = d32bdc3df9ad10ef903e05bc39a58f5568c23cbc
-SHA512 (Cython-0.29.4.tar.gz) = 8f115e36975aaf64eda4df8b0a85378d0c80b3292dbd162be826b939def03bdc9f3eb937676e2367003c2944b570d97f50d7880becfdb2fdc5144077b4a722dc
-Size (Cython-0.29.4.tar.gz) = 2044382 bytes
+SHA1 (Cython-0.29.5.tar.gz) = 19195608d0dcbfe583b3f34144779d84d28eb544
+RMD160 (Cython-0.29.5.tar.gz) = c325183c2d9558c31a396d60877c44aaf336a3f0
+SHA512 (Cython-0.29.5.tar.gz) = 4bbf54b248b9a08b9118d751a6bb5dbb81ae7a8238c8a3124d94bf7be67f15b68820e6ce5470903fb5d5ff5c3c213e1580f1c57a8cda33b356263f9ab46e8851
+Size (Cython-0.29.5.tar.gz) = 2045488 bytes
SHA1 (patch-ac) = d0e06dd9e4b5a34d0614ec17f51c129eb7724323
SHA1 (patch-runtests.py) = d08d3d8e17d6b75a3067f295d3d3eb63ffe97b48
Home |
Main Index |
Thread Index |
Old Index