Hello community,
here is the log from the commit of package python-Levenshtein for
openSUSE:Factory checked in at 2018-08-07 09:40:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Levenshtein (Old)
and /work/SRC/openSUSE:Factory/.python-Levenshtein.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Levenshtein"
Tue Aug 7 09:40:44 2018 rev:10 rq:627013 version:0.12.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Levenshtein/python-Levenshtein.changes
2017-07-04 11:57:28.605116712 +0200
+++
/work/SRC/openSUSE:Factory/.python-Levenshtein.new/python-Levenshtein.changes
2018-08-07 09:40:46.429069227 +0200
@@ -1,0 +2,6 @@
+Thu Aug 2 07:30:59 UTC 2018 - [email protected]
+
+- Install license file
+- Remove duplicates
+
+-------------------------------------------------------------------
@@ -29 +35 @@
- Added Python 3 support
+ * Added Python 3 support
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Levenshtein.spec ++++++
--- /var/tmp/diff_new_pack.bNUhS6/_old 2018-08-07 09:40:47.113070419 +0200
+++ /var/tmp/diff_new_pack.bNUhS6/_new 2018-08-07 09:40:47.117070425 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-Levenshtein
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -21,14 +21,14 @@
Version: 0.12.0
Release: 0
Summary: Python extension computing string distances and similarities
-License: GPL-2.0+
+License: GPL-2.0-or-later
Group: Development/Languages/Python
-Url: https://github.com/ztane/python-Levenshtein/
+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 +51,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