summaryrefslogtreecommitdiff
path: root/lang/py-pyrex/distinfo
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-08-19 20:44:31 +0000
committerrecht <recht@pkgsrc.org>2004-08-19 20:44:31 +0000
commita6d008a82762f4133c1e657f29c2cf1594e9aace (patch)
tree9c8ec0f89465758250329fad490146efe7d8166d /lang/py-pyrex/distinfo
parent99aa41371472b5e8b18de3e579dc0d84c6c300f7 (diff)
downloadpkgsrc-a6d008a82762f4133c1e657f29c2cf1594e9aace.tar.gz
update to Pyrex-0.9.3
Enhancements: - Types defined with a ctypedef in a 'cdef extern from' block are now referred to by the typedef name in generated C code, so it is no longer necessary to match the type in the C header file exactly. - Conversion to/from unsigned long now done with PyLong_AsUnsignedLong and PyLong_FromUnsignedLong. [Dug Song <dugsong@monkey.org>] - A struct, union or enum definition in a 'cdef extern from' block may now be left empty (using 'pass'). This can be useful if you need to declare a variable of that type, but don't need to refer to any of its members. - More flexible about ordering of qualifiers such as 'long' and 'unsigned'. ["John (J5) Palmieri" <johnp@redhat.com>] Bug fixes: - Non-interned string literals used in a Python class definition did not work. [Atsuo Ishimoto <ishimoto@gembook.org>] [Andreas Kostyrka <andreas@kostyrka.org>] - Return types of the buffer interface functions for extension types have been corrected. [Dug Song <dugsong@monkey.org>] - Added 'static' to declarations of string literals. [Phil Frost <indigo@bitglue.com>] - Float literals are now copied directly to the C code as written, to avoid problems with loss of precision. [Mario Pernici <Mario.Pernici@mi.infn.it>] - Inheriting from an extension type with C methods defined in another Pyrex module did not work. [Itamar Shtull-Trauring <itamar@itamarst.org>]
Diffstat (limited to 'lang/py-pyrex/distinfo')
-rw-r--r--lang/py-pyrex/distinfo6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/py-pyrex/distinfo b/lang/py-pyrex/distinfo
index 6e37657ac13..6fb4a931f26 100644
--- a/lang/py-pyrex/distinfo
+++ b/lang/py-pyrex/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2004/05/28 22:15:15 recht Exp $
+$NetBSD: distinfo,v 1.5 2004/08/19 20:44:31 recht Exp $
-SHA1 (Pyrex-0.9.2.1.tar.gz) = 3b7faf8ad36a4dd240b29842a618925deeb04d70
-Size (Pyrex-0.9.2.1.tar.gz) = 174521 bytes
+SHA1 (Pyrex-0.9.3.tar.gz) = bbd534b1905de5f3ad445c6d30a2fd57a4b362be
+Size (Pyrex-0.9.3.tar.gz) = 176072 bytes