Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-sgmllib3k for
openSUSE:Factory checked in at 2021-01-18 11:28:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sgmllib3k (Old)
and /work/SRC/openSUSE:Factory/.python-sgmllib3k.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sgmllib3k"
Mon Jan 18 11:28:50 2021 rev:2 rq:863706 version:1.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sgmllib3k/python-sgmllib3k.changes
2019-04-05 12:03:20.490584755 +0200
+++
/work/SRC/openSUSE:Factory/.python-sgmllib3k.new.28504/python-sgmllib3k.changes
2021-01-18 11:32:35.636698753 +0100
@@ -1,0 +2,5 @@
+Sat Jan 16 15:20:19 UTC 2021 - Benjamin Greiner <[email protected]>
+
+- Fix build requirements
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sgmllib3k.spec ++++++
--- /var/tmp/diff_new_pack.N7JdQ1/_old 2021-01-18 11:32:36.192699300 +0100
+++ /var/tmp/diff_new_pack.N7JdQ1/_new 2021-01-18 11:32:36.192699300 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-sgmllib3k
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,17 +22,17 @@
Version: 1.0.0
Release: 0
Summary: Python 3 port of sgmllib
-License: Python-2.0 and BSD-3-Clause
+License: Python-2.0 AND BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/hsoft/sgmllib
Source:
https://files.pythonhosted.org/packages/source/s/sgmllib3k/sgmllib3k-%{version}.tar.gz
Source1: https://raw.githubusercontent.com/hsoft/sgmllib/master/LICENSE
BuildRequires: %{python_module setuptools}
-BuildRequires: python2-devel
-BuildRequires: python3-testsuite
-BuildRequires: python3-tools
+BuildRequires: %{python_module testsuite}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+# as a source for the tests!
+BuildRequires: python2-devel
BuildArch: noarch
%python_subpackages
@@ -59,7 +59,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_exec setup.py test
+%pyunittest test_sgmllib
%files %{python_files}
%doc README