Bug 230152 - devel/py-jellyfish: Update 0.3.1 => 0.6.1
Summary: devel/py-jellyfish: Update 0.3.1 => 0.6.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Bryan Drewery
URL:
Keywords: patch-ready
Depends on:
Blocks:
 
Reported: 2018-07-29 15:50 UTC by Nathan
Modified: 2018-09-13 20:45 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (bdrewery)


Attachments
Update (1.12 KB, patch)
2018-07-29 15:50 UTC, Nathan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan 2018-07-29 15:50:42 UTC
Created attachment 195596 [details]
Update

Release Notes between PORTVERSION and UpdatedVersion:

0.6.1 - April 16 2018

    fixed wheel release issue

0.6.0 - April 7 2018

    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

0.5.6 - June 23 2016

    bugfix for metaphone & soundex raising unexpected TypeErrors on Windows (#54)

0.5.5 - June 21 2016

    bugfix for metaphone WH case

0.5.4 - May 13 2016

    bugfix for C version of damerau_levenshtein thanks to Tyler Sellon

0.5.3 - March 15 2016

    style/packaging changes

0.5.2 - February 3 2016

    testing fixes for Python 3.5
    bugfix for Metaphone w/ silent H thanks to Jeremy Carbaugh

0.5.1 - July 12 2015

    bugfixes for NYSIIS
    bugfixes for metaphone
    bugfix for C version of jaro_winkler

0.5.0 - April 23 2015

    consistent unicode behavior, all functions take unicode and reject bytes on Py2 and 3, C and Python
    parametrize tests
    Windows compiler support

0.4.0 - March 27 2015

    tons of new tests
    documentation
    split out cjellyfish
    test all w/ unicode and plenty of fixes to accommodate
    100% test coverage

0.3.4 - February 4 2015

    fix segfaults and memory leaks via Danrich Parrol

0.3.3 - November 20 2014

    fix bugs in damerau and NYSIIS

0.3.2 - August 11 2014

    fix for jaro-winkler from David McKean
    more packaging fixes
Comment 1 Bryan Drewery freebsd_committer freebsd_triage 2018-09-13 20:45:14 UTC
Your patch was for 0.6.0 but I updated it to 0.6.1.
Committed, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-09-13 20:45:49 UTC
A commit references this bug:

Author: bdrewery
Date: Thu Sep 13 20:45:15 UTC 2018
New revision: 479694
URL: https://svnweb.freebsd.org/changeset/ports/479694

Log:
  Update to 0.6.1

  PR:		230152
  Submitted by:	Nathan <ndowens@yahoo.com>

Changes:
  head/devel/py-jellyfish/Makefile
  head/devel/py-jellyfish/distinfo