summaryrefslogtreecommitdiff
path: root/python-Levenshtein.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-Levenshtein.spec')
-rw-r--r--python-Levenshtein.spec8
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