Hello community,
here is the log from the commit of package python-bobodoctestumentation for
openSUSE:Factory checked in at 2018-12-13 19:39:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-bobodoctestumentation (Old)
and /work/SRC/openSUSE:Factory/.python-bobodoctestumentation.new.28833
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bobodoctestumentation"
Thu Dec 13 19:39:55 2018 rev:2 rq:653951 version:2.4.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-bobodoctestumentation/python-bobodoctestumentation.changes
2017-09-09 20:25:08.329895873 +0200
+++
/work/SRC/openSUSE:Factory/.python-bobodoctestumentation.new.28833/python-bobodoctestumentation.changes
2018-12-13 19:39:57.993336782 +0100
@@ -1,0 +2,5 @@
+Tue Dec 4 12:46:15 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-bobodoctestumentation.spec ++++++
--- /var/tmp/diff_new_pack.zlbrxx/_old 2018-12-13 19:39:58.821335901 +0100
+++ /var/tmp/diff_new_pack.zlbrxx/_new 2018-12-13 19:39:58.821335901 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-bobodoctestumentation
#
-# 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,8 @@
# 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/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -20,27 +21,26 @@
Name: python-bobodoctestumentation
Version: 2.4.0
Release: 0
-License: ZPL-2.1
Summary: Bobo tests and documentation
-Url: http://www.python.org/pypi/bobodoctestumentation
+License: ZPL-2.1
Group: Development/Languages/Python
+Url: http://www.python.org/pypi/bobodoctestumentation
# pypi package is outdated
Source: https://github.com/zopefoundation/bobo/archive/2.4.0.tar.gz
-BuildRequires: python-rpm-macros
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
+BuildRequires: python-rpm-macros
# SECTION test requirements
%if %{with test}
+BuildRequires: %{python_module WebTest}
BuildRequires: %{python_module manuel}
BuildRequires: %{python_module six}
-BuildRequires: %{python_module WebTest}
BuildRequires: %{python_module zope.testing}
%endif
# /SECTION
BuildRequires: fdupes
+Requires: python-WebTest
Requires: python-manuel
Requires: python-six
-Requires: python-WebTest
Requires: python-zope.testing
BuildArch: noarch