From e99d0a452beac31a2aac61274999b2876b1af135 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 23 Dec 2010 00:26:09 +0000 Subject: 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 --- textproc/py-enchant/Makefile | 4 ++-- textproc/py-enchant/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/textproc/py-enchant/Makefile b/textproc/py-enchant/Makefile index a1a9bb78cfd..45e1f4d3476 100644 --- a/textproc/py-enchant/Makefile +++ b/textproc/py-enchant/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2010/09/13 10:36:50 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2010/12/23 00:26:09 wiz Exp $ # -DISTNAME= pyenchant-1.6.3 +DISTNAME= pyenchant-1.6.5 PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/} CATEGORIES= textproc MASTER_SITES= http://pypi.python.org/packages/source/p/pyenchant/ diff --git a/textproc/py-enchant/distinfo b/textproc/py-enchant/distinfo index f8c1c8042d6..75454f42a20 100644 --- a/textproc/py-enchant/distinfo +++ b/textproc/py-enchant/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2010/09/13 10:36:50 wiz Exp $ +$NetBSD: distinfo,v 1.4 2010/12/23 00:26:09 wiz Exp $ -SHA1 (pyenchant-1.6.3.tar.gz) = 42d33947e7258dad60e48a2e4f73a45fea3cf37b -RMD160 (pyenchant-1.6.3.tar.gz) = dc83ba42468a84dd4c79ea6d90587162e2730fea -Size (pyenchant-1.6.3.tar.gz) = 60212 bytes +SHA1 (pyenchant-1.6.5.tar.gz) = 6f01b8657b64e970a11945c2a9b4d6d8023997bc +RMD160 (pyenchant-1.6.5.tar.gz) = 4e94bb26134f6d60b114cf40b3170dbf5fcb6e85 +Size (pyenchant-1.6.5.tar.gz) = 62294 bytes SHA1 (patch-aa) = ec0423b39aca6634dbf801907ffa8caa2c0acedf SHA1 (patch-ab) = 67a6528acc227042a43efba87400d35d8a930da5 -- cgit v1.2.3