Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-enchant
From: Thomas Klausner
Date: 2010-12-23 01:26:09
Message id: 20101223002609.D9BCD175DD@cvs.netbsd.org
Log Message:
Update to 1.6.5:
2010-12-14: Version 1.6.5 released
Version 1.6.5 of PyEnchant has been released, with the following changes:
* restore compatability with Python 3 (including 3.2 beta1)
* fix unittest DeprecationWarnings on Python 3
* statically compile libstdc++ into pre-built windows binaries
2010-12-13: Version 1.6.4 released
Version 1.6.4 of PyEnchant has been released, with the following changes:
* DictWithPWL: use pwl and pel to adjust the words returned by suggest()
* Fix tokenization of utf8 bytes in a mutable character array
* get_tokenizer(): pass None as language tag to get default tokenizer
* prevent build-related files from being included in the source tarball
Files: