Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-editdistance for openSUSE:Factory checked in at 2023-02-21 15:36:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-editdistance (Old) and /work/SRC/openSUSE:Factory/.python-editdistance.new.22824 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-editdistance" Tue Feb 21 15:36:25 2023 rev:6 rq:1066901 version:0.6.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-editdistance/python-editdistance.changes 2021-11-03 17:26:55.749358988 +0100 +++ /work/SRC/openSUSE:Factory/.python-editdistance.new.22824/python-editdistance.changes 2023-02-21 15:36:38.600494337 +0100 @@ -1,0 +2,7 @@ +Tue Feb 21 04:59:05 UTC 2023 - Steve Kowalik <steven.kowa...@suse.com> + +- Update to 0.6.2: + * Support cimport usage +- Add missing Requires on python-base for the devel package. + +------------------------------------------------------------------- Old: ---- editdistance-0.6.0.tar.gz New: ---- editdistance-0.6.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-editdistance.spec ++++++ --- /var/tmp/diff_new_pack.SQaD2b/_old 2023-02-21 15:36:39.128497371 +0100 +++ /var/tmp/diff_new_pack.SQaD2b/_new 2023-02-21 15:36:39.132497395 +0100 @@ -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 @@ %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 @@ %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 ++++++ editdistance-0.6.0.tar.gz -> editdistance-0.6.2.tar.gz ++++++ ++++ 3950 lines of diff (skipped)