diff --git a/editdistance-0.6.0.tar.gz b/editdistance-0.6.0.tar.gz deleted file mode 100644 index f322db3..0000000 --- a/editdistance-0.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82de4fb7c6a87c7c2978e5f509dc790e8657b264edbaf87ca6869e2022aa220e -size 29528 diff --git a/editdistance-0.6.2.tar.gz b/editdistance-0.6.2.tar.gz new file mode 100644 index 0000000..a5ec961 --- /dev/null +++ b/editdistance-0.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a582ea2057a364376955dcb9cec2bb17a2bcafd16ad45ad237a035bbb7dac9a +size 7399 diff --git a/python-editdistance.changes b/python-editdistance.changes index 7b26908..4e021f3 100644 --- a/python-editdistance.changes +++ b/python-editdistance.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Feb 21 04:59:05 UTC 2023 - Steve Kowalik + +- Update to 0.6.2: + * Support cimport usage +- Add missing Requires on python-base for the devel package. + ------------------------------------------------------------------- Wed Nov 3 03:52:02 UTC 2021 - Steve Kowalik diff --git a/python-editdistance.spec b/python-editdistance.spec index 2e95617..3c04159 100644 --- a/python-editdistance.spec +++ b/python-editdistance.spec @@ -1,7 +1,7 @@ # # spec file for package python-editdistance # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,14 +16,14 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-editdistance -Version: 0.6.0 +Version: 0.6.2 Release: 0 Summary: An implementation of the edit distance (Levenshtein distance) License: MIT URL: https://www.github.com/aflc/editdistance -Source: https://files.pythonhosted.org/packages/source/e/editdistance/editdistance-%{version}.tar.gz +# Switch to github tarball until gh#roy-ht/editdistance#102 is merged +Source: https://github.com/roy-ht/editdistance/archive/refs/tags/v%{version}.tar.gz#/editdistance-%{version}.tar.gz BuildRequires: %{python_module Cython} BuildRequires: %{python_module devel} BuildRequires: %{python_module pytest} @@ -45,8 +45,8 @@ matching algorithm of Myers", (2001). %package devel Summary: Development files for %{name} -Group: Development/Languages/Python Requires: %{name} = %{version} +Requires: python-base %description devel This package contains the files needed for binding the %{name} C module. @@ -68,7 +68,8 @@ This package contains the files needed for binding the %{name} C module. %license LICENSE %doc README.rst %exclude %{python_sitearch}/editdistance/*.h -%{python_sitearch}/ +%{python_sitearch}/editdistance +%{python_sitearch}/editdistance-%{version}*info %files %{python_files devel} %{python_sitearch}/editdistance/*.h