Bug 1666294

Summary: Review Request: python-pylev - Liberally licensed, pure Python Levenshtein implementation
Product: [Fedora] Fedora Reporter: Fabio Valentini <decathorpe>
Component: Package ReviewAssignee: Neal Gompa <ngompa13>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: ngompa13, package-review, projects.rg
Target Milestone: ---Flags: ngompa13: fedora-review+
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-01-25 15:04:58 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1666306, 1666311, 1668387    

Description Fabio Valentini 2019-01-15 13:12:07 UTC
Spec URL: https://decathorpe.fedorapeople.org/packages/python-pylev.spec
SRPM URL: https://decathorpe.fedorapeople.org/packages/python-pylev-1.3.0-1.fc29.src.rpm

Description:
A pure Python Levenshtein implementation that’s not freaking GPL’d.

Based off the Wikipedia code samples at
https://en.wikipedia.org/wiki/Levenshtein_distance.

Fedora Account System Username: decathorpe

koji scratch build for rawhide: https://koji.fedoraproject.org/koji/taskinfo?taskID=32043369

Comment 1 Neal Gompa 2019-01-25 13:07:46 UTC
Taking this review.

Comment 2 Neal Gompa 2019-01-25 13:12:57 UTC
There's no license file installed for this. It looks like there is one in the upstream GitHub repo, but I guess it isn't present in the PyPI archive. Please fetch the license file from upstream and include it in the package.

Comment 3 Fabio Valentini 2019-01-25 14:23:51 UTC
I've reported the missing LICENSE file upstream:
https://github.com/toastdriven/pylev/issues/11

Fixed spec and SRPM available at the same links.

Comment 4 Neal Gompa 2019-01-25 14:28:29 UTC
Review notes:

[x] Follows Fedora Packaging Guidelines
[x] Follows Fedora Python Packaging Guidelines
[x] Does not include Python 2 subpackage
[x] Package is named per guidelines
[x] Package builds and installs correctly
[x] Package licensing is correct and documented correctly

PACKAGE APPROVED.

Comment 5 Fabio Valentini 2019-01-25 14:34:05 UTC
Thanks for the review!

dist-git request: https://pagure.io/releng/fedora-scm-requests/issue/9519

Comment 6 Gwyn Ciesla 2019-01-25 14:45:51 UTC
(fedscm-admin):  The Pagure repository was created at https://src.fedoraproject.org/rpms/python-pylev

Comment 7 Fabio Valentini 2019-01-25 15:04:58 UTC
Built for rawhide:
https://koji.fedoraproject.org/koji/buildinfo?buildID=1182128

Comment 8 Raphael Groner 2019-01-25 19:15:13 UTC
My suggestion (lately) would be to just use "Pure Python Levenshtein implementation" as Summary. There's no need to repeat any license issues again because we've the License: and %license parts.

Comment 9 Fabio Valentini 2019-01-25 19:38:37 UTC
(In reply to Raphael Groner from comment #8)
> My suggestion (lately) would be to just use "Pure Python Levenshtein
> implementation" as Summary. There's no need to repeat any license issues
> again because we've the License: and %license parts.

That's a good point. I'll adapt it when I submit the next build.