Hello community,
here is the log from the commit of package python-Unidecode for
openSUSE:Factory checked in at 2018-12-07 14:36:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Unidecode (Old)
and /work/SRC/openSUSE:Factory/.python-Unidecode.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Unidecode"
Fri Dec 7 14:36:17 2018 rev:8 rq:655700 version:1.0.23
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Unidecode/python-Unidecode.changes
2018-11-26 10:27:02.797257449 +0100
+++
/work/SRC/openSUSE:Factory/.python-Unidecode.new.19453/python-Unidecode.changes
2018-12-07 14:36:21.427000009 +0100
@@ -1,0 +2,10 @@
+Thu Dec 6 14:30:29 UTC 2018 - Tomáš Chvátal <[email protected]>
+
+- Run correct fdupes call
+
+-------------------------------------------------------------------
+Tue Dec 4 12:55:35 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Unidecode.spec ++++++
--- /var/tmp/diff_new_pack.R5ua8I/_old 2018-12-07 14:36:23.410997551 +0100
+++ /var/tmp/diff_new_pack.R5ua8I/_new 2018-12-07 14:36:23.414997545 +0100
@@ -23,15 +23,13 @@
Summary: ASCII transliterations of Unicode text
License: GPL-2.0-or-later
Group: Development/Languages/Python
-Url: https://pypi.python.org/pypi/Unidecode
+URL: https://pypi.python.org/pypi/Unidecode
Source:
https://files.pythonhosted.org/packages/source/U/Unidecode/Unidecode-%{version}.tar.gz
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires(post): update-alternatives
Requires(preun): update-alternatives
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
@@ -81,7 +79,7 @@
%install
%python_install
-%python_expand %fdupes %{buildroot}/%_prefix
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%python_clone -a %{buildroot}%{_bindir}/unidecode
@@ -95,8 +93,7 @@
%preun
%python_uninstall_alternative unidecode
-%files %python_files
-%defattr(-,root,root,-)
+%files %{python_files}
%license LICENSE
%doc ChangeLog README.rst
%{python_sitelib}/*