From db3a713e077d2b5ef61099f9778f2b9de411cec327ca23d4a873892efd7fcd8a Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Tue, 12 Apr 2022 15:30:33 +0000 Subject: [PATCH] Accepting request 969352 from home:mcalabkova:branches:devel:languages:python - do not take python2 into account, it is long dead... and drop mock requirement OBS-URL: https://build.opensuse.org/request/show/969352 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-redmine?expand=0&rev=9 --- python-python-redmine.changes | 5 +++++ python-python-redmine.spec | 6 +----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/python-python-redmine.changes b/python-python-redmine.changes index 27100e0..0f481e2 100644 --- a/python-python-redmine.changes +++ b/python-python-redmine.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 12 08:29:30 UTC 2022 - Markéta Machová + +- do not take python2 into account, it is long dead... and drop mock requirement + ------------------------------------------------------------------- Sun Aug 16 21:15:30 UTC 2020 - John Vandenberg diff --git a/python-python-redmine.spec b/python-python-redmine.spec index 29a2483..c3a086c 100644 --- a/python-python-redmine.spec +++ b/python-python-redmine.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-redmine # -# Copyright (c) 2020 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 @@ -17,7 +17,6 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without python2 Name: python-python-redmine Version: 2.3.0 Release: 0 @@ -34,9 +33,6 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-requests >= 2.23.0 BuildArch: noarch -%if %{with python2} -BuildRequires: python-mock -%endif %python_subpackages %description