From 46ed58be4ef4dc8a128b34ec42b4916c12c2ccbb16846479e4c45ceeff5e0bef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 11 Nov 2022 13:47:06 +0000 Subject: [PATCH] Accepting request 1035270 from home:pgajdos:python - silent rpmlint - python-six is not required OBS-URL: https://build.opensuse.org/request/show/1035270 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testtools?expand=0&rev=71 --- python-testtools.changes | 10 ++++++++++ python-testtools.spec | 7 +------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/python-testtools.changes b/python-testtools.changes index 2cf4364..b0bcfff 100644 --- a/python-testtools.changes +++ b/python-testtools.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Nov 11 13:31:42 UTC 2022 - pgajdos@suse.com + +- silent rpmlint + +------------------------------------------------------------------- +Fri Nov 11 11:10:03 UTC 2022 - pgajdos@suse.com + +- python-six is not required + ------------------------------------------------------------------- Sat Oct 16 19:29:27 UTC 2021 - Dirk Müller diff --git a/python-testtools.spec b/python-testtools.spec index 05d9804..bc6f929 100644 --- a/python-testtools.spec +++ b/python-testtools.spec @@ -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 @@ BuildRequires: python-rpm-macros 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