Hello community,
here is the log from the commit of package python-beautifulsoup4 for
openSUSE:Factory checked in at 2018-03-05 13:37:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-beautifulsoup4 (Old)
and /work/SRC/openSUSE:Factory/.python-beautifulsoup4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-beautifulsoup4"
Mon Mar 5 13:37:27 2018 rev:23 rq:580806 version:4.6.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-beautifulsoup4/python-beautifulsoup4.changes
2017-08-14 12:38:00.272982658 +0200
+++
/work/SRC/openSUSE:Factory/.python-beautifulsoup4.new/python-beautifulsoup4.changes
2018-03-05 13:37:30.528700706 +0100
@@ -1,0 +2,5 @@
+Tue Feb 27 17:00:11 UTC 2018 - [email protected]
+
+- Recommends and Suggest are for SUSE
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-beautifulsoup4.spec ++++++
--- /var/tmp/diff_new_pack.uObU5i/_old 2018-03-05 13:37:31.500665533 +0100
+++ /var/tmp/diff_new_pack.uObU5i/_new 2018-03-05 13:37:31.500665533 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-beautifulsoup4
#
-# 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
@@ -35,8 +35,10 @@
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python3-Sphinx
+%if 0%{?suse_version} >= 1000
Suggests: python-html5lib >= 0.999999
Suggests: python-lxml >= 3.4.4
+%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
@@ -71,7 +73,9 @@
%package doc
Summary: Documentation for %{name}
Group: Development/Libraries/Python
+%if 0%{?suse_version} >= 1000
Recommends: %{name} = %{version}
+%endif
%description doc
Documentation and help files for %{name}