pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-jellyfish



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.

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



Home | Main Index | Thread Index | Old Index