14
0

Accepting request 969494 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/969494
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-redmine?expand=0&rev=5
This commit is contained in:
2022-04-12 19:51:04 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 12 08:29:30 UTC 2022 - Markéta Machová <mmachova@suse.com>
- do not take python2 into account, it is long dead... and drop mock requirement
-------------------------------------------------------------------
Sun Aug 16 21:15:30 UTC 2020 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -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