summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2014-02-20 09:29:03 +0000
committerwiz <wiz>2014-02-20 09:29:03 +0000
commit502b0dbe2b99224d6bf24deca50d9ba7d7ce60bb (patch)
tree42ef5bfda43cb9bd65ba089dc475a0dd040af1bf /devel
parent4bcef0dbf138295703d6eb228e8b46bb44ec8dbe (diff)
downloadpkgsrc-502b0dbe2b99224d6bf24deca50d9ba7d7ce60bb.tar.gz
Update to 0.20.1:
=================== 0.20.1 (2014-02-11) =================== Bugs fixed ---------- * List/Tuple literals multiplied by more than one factor were only multiplied by the last factor instead of all. * Lookups of special methods (specifically for context managers) could fail in Python <= 2.6/3.1. * Local variables were erroneously appended to the signature introspection of Cython implemented functions with keyword-only arguments under Python 3. * In-place assignments to variables with inferred Python builtin/extension types could fail with type errors if the result value type was incompatible with the type of the previous value. * The C code generation order of cdef classes, closures, helper code, etc. was not deterministic, thus leading to high code churn. * Type inference could fail to deduce C enum types. * Type inference could deduce unsafe or inefficient types from integer assignments within a mix of inferred Python variables and integer variables.
Diffstat (limited to 'devel')
-rw-r--r--devel/py-cython/Makefile5
-rw-r--r--devel/py-cython/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/py-cython/Makefile b/devel/py-cython/Makefile
index 3d8e8208f4b..70d8926192f 100644
--- a/devel/py-cython/Makefile
+++ b/devel/py-cython/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2014/02/18 16:13:31 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2014/02/20 09:29:03 wiz Exp $
-DISTNAME= Cython-0.20
+DISTNAME= Cython-0.20.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Cy/cy/}
-PKGREVISION= 1
CATEGORIES= lang python
MASTER_SITES= http://cython.org/release/
diff --git a/devel/py-cython/distinfo b/devel/py-cython/distinfo
index ea91708a08e..f88ee138c25 100644
--- a/devel/py-cython/distinfo
+++ b/devel/py-cython/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.12 2014/02/18 16:13:31 wiz Exp $
+$NetBSD: distinfo,v 1.13 2014/02/20 09:29:03 wiz Exp $
-SHA1 (Cython-0.20.tar.gz) = fb22442bd23acb26b6a803bad0dd6746cbb602f3
-RMD160 (Cython-0.20.tar.gz) = bc67c79c9eb817db2a1213bda4ab7fa7e3c5a4b5
-Size (Cython-0.20.tar.gz) = 1420856 bytes
+SHA1 (Cython-0.20.1.tar.gz) = e0f2c2094722bada54f24c33f5c792411778ba4f
+RMD160 (Cython-0.20.1.tar.gz) = 3e55af2e58578e48e48c3f60a7589363699565be
+Size (Cython-0.20.1.tar.gz) = 2558048 bytes
SHA1 (patch-ab) = de923488eb3f08f7e048c35c57bd60cbfb2b4c53
SHA1 (patch-ac) = 79b421be9b4b72c57df9907533c4732fec9458f9