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.28.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/dc8f8bd8718c
branches: trunk
changeset: 382647:dc8f8bd8718c
user: adam <adam%pkgsrc.org@localhost>
date: Mon Jul 09 06:34:28 2018 +0000
description:
py-cython: updated to 0.28.4
0.28.4:
Bugs fixed
* Reallowing tp_clear() in a subtype of an @no_gc_clear extension type generated an invalid C function call to the (non-existent) base type implementation.
* Exception catching based on a non-literal (runtime) tuple could fail to match the exception.
* Compile fix for CPython 3.7.0a2.
diffstat:
devel/py-cython/Makefile | 4 ++--
devel/py-cython/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (29 lines):
diff -r 44479e87783e -r dc8f8bd8718c devel/py-cython/Makefile
--- a/devel/py-cython/Makefile Mon Jul 09 06:17:14 2018 +0000
+++ b/devel/py-cython/Makefile Mon Jul 09 06:34:28 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2018/05/29 11:45:06 adam Exp $
+# $NetBSD: Makefile,v 1.46 2018/07/09 06:34:28 adam Exp $
-DISTNAME= Cython-0.28.3
+DISTNAME= Cython-0.28.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= lang python
MASTER_SITES= ${MASTER_SITE_PYPI:=C/Cython/}
diff -r 44479e87783e -r dc8f8bd8718c devel/py-cython/distinfo
--- a/devel/py-cython/distinfo Mon Jul 09 06:17:14 2018 +0000
+++ b/devel/py-cython/distinfo Mon Jul 09 06:34:28 2018 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.37 2018/05/29 11:45:06 adam Exp $
+$NetBSD: distinfo,v 1.38 2018/07/09 06:34:28 adam Exp $
-SHA1 (Cython-0.28.3.tar.gz) = 1a7e5a45a5e7589660934b911d43f4a2d0a50f5f
-RMD160 (Cython-0.28.3.tar.gz) = 5b3de1c00bd88c9745404d1d5807ea37853eca03
-SHA512 (Cython-0.28.3.tar.gz) = cd0b836e9db5cfd1367a72b18c6cb324eb512c4ae9adc12506e1bf73938e39aa9d373f60370de56e6c601aec459fe95672c7d42b7a420e6a6817e1551db58f8c
-Size (Cython-0.28.3.tar.gz) = 1880324 bytes
+SHA1 (Cython-0.28.4.tar.gz) = b965c1efa2236fb57470d749438f22fbe1a23b53
+RMD160 (Cython-0.28.4.tar.gz) = be04f8cde12fb1227a9902fe0bde4f4bd86385fe
+SHA512 (Cython-0.28.4.tar.gz) = 67d2da2d776fc02193cfe98c8942e93905ec5e30bf4e0f9d5c965d930a034936d4c29c8248fccefff5db6d4dee054ec854994bea63fa3f64ff65df7550997c29
+Size (Cython-0.28.4.tar.gz) = 1880943 bytes
SHA1 (patch-ac) = d0e06dd9e4b5a34d0614ec17f51c129eb7724323
SHA1 (patch-runtests.py) = 788ff593da9ce447af368957f1a8be562e2d40da
Home |
Main Index |
Thread Index |
Old Index