diff --git a/python-Levenshtein-0.10.2.tar.bz2 b/python-Levenshtein-0.10.2.tar.bz2 deleted file mode 100644 index f8dd30e..0000000 --- a/python-Levenshtein-0.10.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d535ae9092ff487f27e5ad63ca276885af038c2e33192d7065f5ad4f32aa7b91 -size 39611 diff --git a/python-Levenshtein-0.11.1.tar.gz b/python-Levenshtein-0.11.1.tar.gz new file mode 100644 index 0000000..d8e1131 --- /dev/null +++ b/python-Levenshtein-0.11.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c194ae48457951b42e66188d9315ac28ed43d68ecc995fd82c1975ed1fbdd0e +size 35270 diff --git a/python-Levenshtein.changes b/python-Levenshtein.changes index e518176..55489c3 100644 --- a/python-Levenshtein.changes +++ b/python-Levenshtein.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 30 13:50:25 UTC 2014 - elchevive@opensuse.org + +- updated to version 0.11.1 + Added Python 3 support + ------------------------------------------------------------------- Thu Oct 24 11:07:43 UTC 2013 - speilicke@suse.com diff --git a/python-Levenshtein.spec b/python-Levenshtein.spec index 5866a4a..1bde118 100644 --- a/python-Levenshtein.spec +++ b/python-Levenshtein.spec @@ -17,13 +17,13 @@ Name: python-Levenshtein -Version: 0.10.2 +Version: 0.11.1 Release: 0 Summary: Python extension computing string distances and similarities License: GPL-2.0+ -Group: Development/Libraries/Python -Url: http://github.com/miohtama/python-Levenshtein -Source0: python-Levenshtein-%{version}.tar.bz2 +Group: Development/Languages/Python +Url: https://github.com/ztane/python-Levenshtein/ +Source0: https://pypi.python.org/packages/source/p/python-Levenshtein/python-Levenshtein-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-setuptools BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -53,7 +53,7 @@ python setup.py install --prefix="%{_prefix}" --root=%{buildroot} %files %defattr(-,root,root) -%doc COPYING HISTORY.txt README.rst NEWS +%doc HISTORY.txt README.rst %{python_sitearch}/* %changelog