Hello community,
here is the log from the commit of package python-Levenshtein for
openSUSE:Leap:15.2 checked in at 2020-02-21 23:48:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-Levenshtein (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-Levenshtein.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Levenshtein"
Fri Feb 21 23:48:36 2020 rev:11 rq:776312 version:0.12.0
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-Levenshtein/python-Levenshtein.changes
2020-01-15 15:46:05.487345594 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-Levenshtein.new.26092/python-Levenshtein.changes
2020-02-21 23:48:37.236479311 +0100
@@ -1,0 +2,11 @@
+Thu Nov 7 14:53:50 UTC 2019 - Matej Cepl <[email protected]>
+
+- Run through spec-cleaner
+
+-------------------------------------------------------------------
+Thu Aug 2 07:30:59 UTC 2018 - [email protected]
+
+- Install license file
+- Remove duplicates
+
+-------------------------------------------------------------------
@@ -29 +40 @@
- Added Python 3 support
+ * Added Python 3 support
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Levenshtein.spec ++++++
--- /var/tmp/diff_new_pack.SwxPQe/_old 2020-02-21 23:48:37.512479861 +0100
+++ /var/tmp/diff_new_pack.SwxPQe/_new 2020-02-21 23:48:37.512479861 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-Levenshtein
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -21,14 +21,13 @@
Version: 0.12.0
Release: 0
Summary: Python extension computing string distances and similarities
-License: GPL-2.0+
-Group: Development/Languages/Python
-Url: https://github.com/ztane/python-Levenshtein/
+License: GPL-2.0-or-later
+URL: https://github.com/ztane/python-Levenshtein/
Source0:
https://files.pythonhosted.org/packages/source/p/python-Levenshtein/python-Levenshtein-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
+BuildRequires: fdupes
BuildRequires: python-rpm-macros
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%python_subpackages
%description
@@ -51,10 +50,11 @@
%install
%python_install
rm -v %{buildroot}%{_libdir}/python*/*/Levenshtein/_levenshtein.{c,h}
+%python_expand %fdupes %{buildroot}%{$python_sitearch}
%files %{python_files}
-%defattr(-,root,root)
-%doc HISTORY.txt README.rst
+%license COPYING
+%doc HISTORY.txt README.rst NEWS
%{python_sitearch}/*
%changelog