Hello community,
here is the log from the commit of package python-text-unidecode for
openSUSE:Factory checked in at 2018-12-24 11:45:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-text-unidecode (Old)
and /work/SRC/openSUSE:Factory/.python-text-unidecode.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-text-unidecode"
Mon Dec 24 11:45:09 2018 rev:3 rq:659716 version:1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-text-unidecode/python-text-unidecode.changes
2017-11-09 14:07:35.909688831 +0100
+++
/work/SRC/openSUSE:Factory/.python-text-unidecode.new.28833/python-text-unidecode.changes
2018-12-24 11:45:10.273251129 +0100
@@ -1,0 +2,5 @@
+Tue Dec 4 12:55:14 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-text-unidecode.spec ++++++
--- /var/tmp/diff_new_pack.fLfnay/_old 2018-12-24 11:45:10.809250654 +0100
+++ /var/tmp/diff_new_pack.fLfnay/_new 2018-12-24 11:45:10.817250647 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-text-unidecode
#
-# 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
@@ -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/
#
@@ -23,13 +23,11 @@
Summary: The most basic Text::Unidecode port
License: Artistic-1.0
Group: Development/Languages/Python
-Url: https://github.com/kmike/text-unidecode/
+URL: https://github.com/kmike/text-unidecode/
Source:
https://files.pythonhosted.org/packages/source/t/text-unidecode/text-unidecode-%{version}.tar.gz
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
@@ -54,8 +52,8 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
-%defattr(-,root,root,-)
-%doc README.rst LICENSE
+%license LICENSE
+%doc README.rst
%{python_sitelib}/*
%changelog