diff options
author | wiz <wiz@pkgsrc.org> | 2010-03-15 12:55:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-03-15 12:55:46 +0000 |
commit | 142add3266841d1e357c549755f516a2387c72d9 (patch) | |
tree | b90a32c971787685b892edd5b63a2e091fc9242e | |
parent | 093941b38bc10793deb1d59e22813b2ac1595475 (diff) | |
download | pkgsrc-142add3266841d1e357c549755f516a2387c72d9.tar.gz |
Update to 0.9.8.6:
0.9.8.6
-------
Enhancements:
- Check for gil when calling a function declared 'execpt *' or 'except ?'.
Acquire gil when reporting unraisable exception.
- Added iter2() function for 2-argument form of iter().
Bug fixes:
- Compiler crashed if base class of extension type was incompletely
defined.
- Compiler crash on misspelled method name in property declaration.
[Stefan Behnel]
- Fixed deprecation warnings in 2.6
- Always preserve explicit type casts for non-Python types.
[Alexander Belchenko]
- Added workaround for threading initialisation bug in Python 2.3.
[Lisandro Dalcin]
- Deleting dict item with integer key did not work. [Titus Brown]
- Header files for cimported modules included in wrong order.
[Stephane Drouard]
- Don't allow a member of a ctypedef struct to reference itself.
[Tim Wakeham]
- Compiler crash due to attribute reference in compile-time expression.
[Hoyt Koepke]
- Public extension type attribute with cname didn't work.
[Mark Ellis]
- Memory leak related to exporting C functions. [Lisandro Dalcin]
- Compiler crash on return outside function. [Kurt Smith]
- Scope problem with extension types declared in pxd. [KS Sreeram]
- Calling a builtin method of a subclass of a builtin class did not work.
- Builtin hash() function had wrong return type. [John Arbash Meinel]
Modifications:
- Added 'tags' to .hgignore file. [Kirill Smelkov]
- Disallow overriding a builtin method in a subclass of a builtin class.
-rw-r--r-- | lang/py-pyrex/Makefile | 4 | ||||
-rw-r--r-- | lang/py-pyrex/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/py-pyrex/Makefile b/lang/py-pyrex/Makefile index 0ca2de42126..4279c59eeea 100644 --- a/lang/py-pyrex/Makefile +++ b/lang/py-pyrex/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2008/10/17 12:46:18 bjs Exp $ +# $NetBSD: Makefile,v 1.18 2010/03/15 12:55:46 wiz Exp $ -DISTNAME= Pyrex-0.9.8.5 +DISTNAME= Pyrex-0.9.8.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/P/p/} CATEGORIES= lang python MASTER_SITES= http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/ diff --git a/lang/py-pyrex/distinfo b/lang/py-pyrex/distinfo index d1c9c8c3804..a871ad395a5 100644 --- a/lang/py-pyrex/distinfo +++ b/lang/py-pyrex/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2008/10/17 12:46:18 bjs Exp $ +$NetBSD: distinfo,v 1.10 2010/03/15 12:55:46 wiz Exp $ -SHA1 (Pyrex-0.9.8.5.tar.gz) = 8ee6fa87bae48a74f58e8328316aff4863ef7c05 -RMD160 (Pyrex-0.9.8.5.tar.gz) = ff79e39956afecf354bbe71d9f1e15cf9abf153d -Size (Pyrex-0.9.8.5.tar.gz) = 242223 bytes +SHA1 (Pyrex-0.9.8.6.tar.gz) = 8411d712d2e9157e795593ed5c4cc76b0ede1776 +RMD160 (Pyrex-0.9.8.6.tar.gz) = f10b719c1570ef95fdf7158413bdcc7d6f4b1348 +Size (Pyrex-0.9.8.6.tar.gz) = 246713 bytes |