Subject: CVS commit: pkgsrc/textproc/py-Lupy
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 05/18/2004 12:44:05
Module Name:	pkgsrc
Committed By:	recht
Date:		Tue May 18 12:44:05 UTC 2004

Modified Files:
	pkgsrc/textproc/py-Lupy: Makefile PLIST distinfo

Log Message:
update to 0.2.1
patch provided by Michal Pasternak in PR pkg/25611

Release 0.2.1

11 May 2004

Minor bugfixes and test improvements.
Release 0.2.0

20 Feb 2004

Reorganized code into modules; converted some iteration constructs to Python
iterators and generators. All text processing internally is now handled as
Unicode. Analyzers are back as generators of tokens.

The changes to the code to make it more pythonic appear to have resulted in
trading time for space: preliminary tests indicate about a 5% speedup on one
dataset in exchange for a 20% increase in memory usage.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/textproc/py-Lupy/Makefile \
    pkgsrc/textproc/py-Lupy/PLIST
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/textproc/py-Lupy/distinfo

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