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.27.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/37df575ce594
branches: trunk
changeset: 370776:37df575ce594
user: adam <adam%pkgsrc.org@localhost>
date: Mon Oct 23 20:46:22 2017 +0000
description:
py-cython: updated to 0.27.2
0.27.2:
Bugs fixed
----------
* Comprehensions could incorrectly be optimised away when they appeared in boolean
test contexts.
* The special methods ``__eq__``, ``__lt__`` etc. in extension types did not type
their first argument as the type of the class but ``object``.
* Crash on first lookup of "cline_in_traceback" option during exception handling.
* Some nested module level comprehensions failed to compile.
* Compiler crash on some complex type declarations in pure mode.
* ``std::unordered_map.erase()`` was declared with an incorrect ``void`` return
type in ``libcpp.unordered_map``.
* Invalid use of C++ ``fallthrough`` attribute before C++11 and similar issue in clang.
* Compiler crash on misnamed properties.
diffstat:
devel/py-cython/Makefile | 4 ++--
devel/py-cython/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (29 lines):
diff -r 1f8e03f1c880 -r 37df575ce594 devel/py-cython/Makefile
--- a/devel/py-cython/Makefile Mon Oct 23 20:44:27 2017 +0000
+++ b/devel/py-cython/Makefile Mon Oct 23 20:46:22 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2017/10/03 19:50:23 adam Exp $
+# $NetBSD: Makefile,v 1.40 2017/10/23 20:46:22 adam Exp $
-DISTNAME= Cython-0.27.1
+DISTNAME= Cython-0.27.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= lang python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cython/}
diff -r 1f8e03f1c880 -r 37df575ce594 devel/py-cython/distinfo
--- a/devel/py-cython/distinfo Mon Oct 23 20:44:27 2017 +0000
+++ b/devel/py-cython/distinfo Mon Oct 23 20:46:22 2017 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.31 2017/10/03 19:50:23 adam Exp $
+$NetBSD: distinfo,v 1.32 2017/10/23 20:46:22 adam Exp $
-SHA1 (Cython-0.27.1.tar.gz) = 20b7a99f0bdc9570dcf5c8415b0bfa2981dad232
-RMD160 (Cython-0.27.1.tar.gz) = e8bd824c3d29cd538c85b982f3846497dbd88962
-SHA512 (Cython-0.27.1.tar.gz) = 924812325d0065da5e5bd3ae4c7ecebce4b1e1e8a46bd472f2c50b349804b82e7124fdc082d6a95d047c35b83f02d0b5be052b7e67791509c8870e3603fff47a
-Size (Cython-0.27.1.tar.gz) = 1773306 bytes
+SHA1 (Cython-0.27.2.tar.gz) = 3f903995b1444d5cbb3af6cd4aeadfd7c1dacc2b
+RMD160 (Cython-0.27.2.tar.gz) = 295cc571ba9f339a16588a963321c74e40b07f8c
+SHA512 (Cython-0.27.2.tar.gz) = 9d894b7e883155ef0b135b09870a7c8b9bacfdca2a83b019ec9c183754a07f9794c64d64b1ad064716742cf676c5d5f55381c91e36559efd825134e5b02b83d8
+Size (Cython-0.27.2.tar.gz) = 1776074 bytes
SHA1 (patch-ac) = d0e06dd9e4b5a34d0614ec17f51c129eb7724323
SHA1 (patch-runtests.py) = 788ff593da9ce447af368957f1a8be562e2d40da
Home |
Main Index |
Thread Index |
Old Index