pkgsrc-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.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28900e9594fe
branches:  trunk
changeset: 319286:28900e9594fe
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Feb 09 17:20:03 2019 +0000

description:
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.

diffstat:

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

diffs (29 lines):

diff -r a707562c4195 -r 28900e9594fe devel/py-cython/Makefile
--- a/devel/py-cython/Makefile  Sat Feb 09 17:19:14 2019 +0000
+++ b/devel/py-cython/Makefile  Sat Feb 09 17:20:03 2019 +0000
@@ -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/}
diff -r a707562c4195 -r 28900e9594fe devel/py-cython/distinfo
--- a/devel/py-cython/distinfo  Sat Feb 09 17:19:14 2019 +0000
+++ b/devel/py-cython/distinfo  Sat Feb 09 17:20:03 2019 +0000
@@ -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