diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-Levenshtein.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /Levenshtein-0.20.9.tar.gz +/Levenshtein-0.21.0.tar.gz diff --git a/python-Levenshtein.spec b/python-Levenshtein.spec index daf8db8..26da6b8 100644 --- a/python-Levenshtein.spec +++ b/python-Levenshtein.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-Levenshtein -Version: 0.20.9 +Version: 0.21.0 Release: 1 Summary: Python extension for computing string edit distances and similarities. License: GPL URL: https://github.com/maxbachmann/Levenshtein -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/22/ea/b2c2c26477111be2938dca870044583f6e785d952c0c424c7ccf0dbe0144/Levenshtein-0.20.9.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ff/2a/f90caf823d1f751b4c604d1839402e4c7a59f45f5c4d98e3737c5a8dd117/Levenshtein-0.21.0.tar.gz Requires: python3-rapidfuzz @@ -220,7 +220,7 @@ See the file [COPYING](https://github.com/maxbachmann/Levenshtein/blob/main/COPY %prep -%autosetup -n Levenshtein-0.20.9 +%autosetup -n Levenshtein-0.21.0 %build %py3_build @@ -260,5 +260,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 0.20.9-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 0.21.0-1 - Package Spec generated @@ -1 +1 @@ -daf3c48da15f1b4788d307f22d393c9a Levenshtein-0.20.9.tar.gz +4b4c64ca413545505e4c6fe475643c7c Levenshtein-0.21.0.tar.gz |