Received: by mail.netbsd.org (Postfix, from userid 605) id 6AC9184D8F; Mon, 9 Apr 2018 07:34:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6541884D8E for ; Mon, 9 Apr 2018 07:34:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ubYKv8FuJ7l7 for ; Mon, 9 Apr 2018 07:34:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A3B1784C71 for ; Mon, 9 Apr 2018 07:34:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 921C2FBEC; Mon, 9 Apr 2018 07:34:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152325925512170" MIME-Version: 1.0 Date: Mon, 9 Apr 2018 07:34:15 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-jellyfish To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180409073415.921C2FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_152325925512170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Apr 9 07:34:15 UTC 2018 Modified Files: pkgsrc/textproc/py-jellyfish: Makefile distinfo Log Message: py-jellyfish: updated to 0.6.0 0.6.0: fix quite a few bugs & differences between C/Py implementations add wagner-fischer testdata uppercase soundex result better error handling in nysiis, soundex, and jaro To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-jellyfish/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-jellyfish/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152325925512170 Content-Disposition: inline Content-Length: 1721 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-jellyfish/Makefile diff -u pkgsrc/textproc/py-jellyfish/Makefile:1.2 pkgsrc/textproc/py-jellyfish/Makefile:1.3 --- pkgsrc/textproc/py-jellyfish/Makefile:1.2 Sun Jul 30 22:32:23 2017 +++ pkgsrc/textproc/py-jellyfish/Makefile Mon Apr 9 07:34:15 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2017/07/30 22:32:23 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2018/04/09 07:34:15 adam Exp $ -DISTNAME= jellyfish-0.5.6 +DISTNAME= jellyfish-0.6.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=j/jellyfish/} Index: pkgsrc/textproc/py-jellyfish/distinfo diff -u pkgsrc/textproc/py-jellyfish/distinfo:1.1 pkgsrc/textproc/py-jellyfish/distinfo:1.2 --- pkgsrc/textproc/py-jellyfish/distinfo:1.1 Tue May 9 13:17:59 2017 +++ pkgsrc/textproc/py-jellyfish/distinfo Mon Apr 9 07:34:15 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/05/09 13:17:59 leot Exp $ +$NetBSD: distinfo,v 1.2 2018/04/09 07:34:15 adam Exp $ -SHA1 (jellyfish-0.5.6.tar.gz) = dd3c7a69667857eca9892318a8704996a8e65642 -RMD160 (jellyfish-0.5.6.tar.gz) = f282705222854f698ecb0e94c28b1e7543ebc42f -SHA512 (jellyfish-0.5.6.tar.gz) = 12f09e877dd2a9386adc336a56c8ea6566179e5ba333045ad70604c17c288fa61fad2aa9735c76c58d69dfba95f99876e608e2d05995085f970834132fb8504f -Size (jellyfish-0.5.6.tar.gz) = 132177 bytes +SHA1 (jellyfish-0.6.0.tar.gz) = 65ce5d376e1f765c8539e2882901a87a49e680ae +RMD160 (jellyfish-0.6.0.tar.gz) = 536f65c58b2d26827b7cd1c84f7c6d26e4d28f9b +SHA512 (jellyfish-0.6.0.tar.gz) = 6121556ac9f9dbae99e56d359b86b309e89012312a3a868f51cda1c8beacc0904acf91cb77b072c78f7d8062c8c9bffd58cd55904481c2ee75693cc47209ad40 +Size (jellyfish-0.6.0.tar.gz) = 131111 bytes --_----------=_152325925512170--