diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 01:57:34 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 01:57:34 +0000 |
commit | 943c1e178b19eb89ce7a6dbc5061cd0bb27809d2 (patch) | |
tree | 0c5958acd6b6150d9e5fcfb4ea9418f489112df8 /python-Levenshtein.spec | |
parent | dac2069c1925df6536c63171199eae45311034ff (diff) |
automatic import of python-Levenshteinopeneuler20.03
Diffstat (limited to 'python-Levenshtein.spec')
-rw-r--r-- | python-Levenshtein.spec | 8 |
1 files changed, 4 insertions, 4 deletions
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 |