diff --git a/editdistance-0.6.2.tar.gz b/editdistance-0.6.2.tar.gz deleted file mode 100644 index f3c24439000f0d330d7577de7a2e524e541863fe..0000000000000000000000000000000000000000 Binary files a/editdistance-0.6.2.tar.gz and /dev/null differ diff --git a/editdistance-0.8.1.tar.gz b/editdistance-0.8.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..593b9af987dc71e7c69e422565800c35343f91be Binary files /dev/null and b/editdistance-0.8.1.tar.gz differ diff --git a/python-editdistance.spec b/python-editdistance.spec index 06db8a8f846aac96dd2bd7b55bb9cd6fd63e4d33..5f17a6772cdd93d67d879201cbfe1beb66bb3518 100644 --- a/python-editdistance.spec +++ b/python-editdistance.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-editdistance -Version: 0.6.2 +Version: 0.8.1 Release: 1 Summary: Fast implementation of the edit distance(Levenshtein distance) License: MIT URL: https://www.github.com/roy-ht/editdistance -Source0: https://files.pythonhosted.org/packages/5b/a0/e6204db320f9721e1787c8d64458f9f1302cc7cd6ae8cc82aa57532905b5/editdistance-0.6.2.tar.gz +Source0: https://files.pythonhosted.org/packages/source/e/editdistance/editdistance-%{version}.tar.gz Patch0: edit-setup.py.patch %description @@ -73,6 +73,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Dec 02 2024 zhangyulong - 0.8.1-1 +- Update package to version 0.8.1 + -Turn into pdm project + -Added ability to prematurely terminate search + -Fix bug for long sequences (> 640) + * Mon Jan 16 2023 wangjunqi - 0.6.2-1 - Update package to version 0.6.2