Subject: CVS commit: pkgsrc/lang/py-pyrex
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 05/28/2004 22:15:15
Module Name:	pkgsrc
Committed By:	recht
Date:		Fri May 28 22:15:15 UTC 2004

Modified Files:
	pkgsrc/lang/py-pyrex: Makefile PLIST distinfo

Log Message:
update to 0.9.2.1
patch provided by Michal Pasternak in PR pkg/25739

changes:

Version 0.9.2.1

Shazbot! Setup.y still wasn't right. Maybe this time...
Version 0.9.2

Enhancements:

Global variable and attribute names are now interned.
String literals are only converted to Python strings once, instead of each
time they're used.
Python string literals may now contain NUL characters.

Bug fixes:

Setup.py still wasn't right!
Corrected a problem introduced by moving the Plex package into the Pyrex
package.

Version 0.9.1.1
Corrected a small mistake in the setup.py.
Fixed a problem with the distutils extension.
Hopefully stopped cheesefinder.c from disappearing once and for all.
Version 0.9.1

Enhancements:

Inherited C methods can be called in the usual way.
Python classes get the right __modname__ now.
Test suite and testing framework available for download (but will require modification to work on anything other than MacOS X for now).

Plus oodles of bug fixes -- see the CHANGES file for details.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/lang/py-pyrex/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/lang/py-pyrex/PLIST \
    pkgsrc/lang/py-pyrex/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.