Spec URL: https://copr-be.cloud.fedoraproject.org/results/atim/python-packages/fedora-rawhide-x86_64/01092102-python-editdistance/python-editdistance.spec SRPM URL: https://copr-be.cloud.fedoraproject.org/results/atim/python-packages/fedora-rawhide-x86_64/01092102-python-editdistance/python-editdistance-0.5.3-1.fc32.src.rpm Description: Fast implementation of the edit distance (Levenshtein distance). This library simply implements Levenshtein distance with C++ and Cython. The algorithm used in this library is proposed by Heikki HyyrУЖ, "Explaining and extending the bit-parallel approximate string matching algorithm of Myers", (2001). Fedora Account System Username: atim NOTE: self-tests not passed: =================================== FAILURES =================================== ______________________ TestEditDistance.test_editdistance ______________________ self = <test_editdistance.TestEditDistance testMethod=test_editdistance> def test_editdistance(self): > import editdistance test/test_editdistance.py:5: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > from .bycython import eval E ModuleNotFoundError: No module named 'editdistance.bycython' editdistance/__init__.py:1: ModuleNotFoundError =========================== 1 failed in 0.11 seconds ===========================
This is packaged in bug 1769297. *** This bug has been marked as a duplicate of bug 1769297 ***
Great! I'll try to fix/improve 'python-identify' as soon as i can, Elliott.