Hello community,
here is the log from the commit of package python-logilab-astng for
openSUSE:Factory checked in at 2018-12-24 11:39:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-logilab-astng (Old)
and /work/SRC/openSUSE:Factory/.python-logilab-astng.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-logilab-astng"
Mon Dec 24 11:39:20 2018 rev:2 rq:659479 version:0.24.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-logilab-astng/python-logilab-astng.changes
2017-09-14 21:14:40.163188555 +0200
+++
/work/SRC/openSUSE:Factory/.python-logilab-astng.new.28833/python-logilab-astng.changes
2018-12-24 11:39:21.433560439 +0100
@@ -1,0 +2,5 @@
+Tue Dec 4 12:50:07 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-logilab-astng.spec ++++++
--- /var/tmp/diff_new_pack.oUfhFB/_old 2018-12-24 11:39:22.021559917 +0100
+++ /var/tmp/diff_new_pack.oUfhFB/_new 2018-12-24 11:39:22.021559917 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-logilab-astng
#
-# Copyright (c) 2017 SUSE LINUX Products 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/
#
@@ -21,22 +21,20 @@
Name: python-logilab-astng
Version: 0.24.3
Release: 0
-Url: http://www.logilab.org/projects/astng
Summary: Python Python Abstract Syntax Tree (New Generation)
-License: LGPL-2.1+
+License: LGPL-2.1-or-later
Group: Development/Libraries/Python
+URL: http://www.logilab.org/projects/astng
Source:
https://files.pythonhosted.org/packages/source/l/logilab-astng/logilab-astng-%{version}.tar.gz
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python3-2to3
+Requires: python-logilab-common
+BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module nose}
%endif
-Requires: python-logilab-common
-BuildArch: noarch
-
%python_subpackages
%description
@@ -58,7 +56,7 @@
your search. We will soon provide our own search engine.
%prep
-%setup -n logilab-astng-%{version}
+%setup -q -n logilab-astng-%{version}
%build
%python_build
@@ -78,15 +76,15 @@
%if %{with test}
%check
%python_expand cp -r test test-%{$python_bin_suffix}
-%if %have_python3 && ! 0%{?skip_python3}
+%if %{have_python3} && ! 0%{?skip_python3}
2to3 -wn test-%{python3_bin_suffix}
%endif
%python_expand nosetests-%{$python_bin_suffix} test-%{$python_bin_suffix}
%endif
%files %{python_files}
-%defattr(-,root,root,-)
-%doc README* COPYING* ChangeLog
+%license COPYING*
+%doc README* ChangeLog
%dir %{python_sitelib}/logilab/
%{python_sitelib}/logilab/astng/
%{python_sitelib}/logilab_astng-%{version}-py*.egg-info