Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-testtools for
openSUSE:Factory checked in at 2022-11-12 17:40:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-testtools (Old)
and /work/SRC/openSUSE:Factory/.python-testtools.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-testtools"
Sat Nov 12 17:40:21 2022 rev:29 rq:1035284 version:2.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-testtools/python-testtools.changes
2021-10-20 20:24:13.797376063 +0200
+++
/work/SRC/openSUSE:Factory/.python-testtools.new.1597/python-testtools.changes
2022-11-12 17:40:32.397943250 +0100
@@ -1,0 +2,10 @@
+Fri Nov 11 13:31:42 UTC 2022 - [email protected]
+
+- silent rpmlint
+
+-------------------------------------------------------------------
+Fri Nov 11 11:10:03 UTC 2022 - [email protected]
+
+- python-six is not required
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-testtools.spec ++++++
--- /var/tmp/diff_new_pack.a7pEPY/_old 2022-11-12 17:40:33.193947989 +0100
+++ /var/tmp/diff_new_pack.a7pEPY/_new 2022-11-12 17:40:33.197948012 +0100
@@ -1,7 +1,7 @@
#
# spec file
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%define psuffix -test
@@ -40,19 +39,15 @@
Requires: python-extras >= 1.0.0
Requires: python-pbr >= 0.11
Requires: python-python-mimeparse
-Requires: python-six >= 1.4.0
Requires: python-traceback2
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module extras >= 1.0.0}
BuildRequires: %{python_module python-mimeparse}
-BuildRequires: %{python_module six}
BuildRequires: %{python_module testscenarios}
BuildRequires: %{python_module traceback2}
%endif
-%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
Recommends: python-fixtures >= 1.3.0
-%endif
%python_subpackages
%description