Accepting request 963889 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/963889
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-responses?expand=0&rev=20
This commit is contained in:
Dominique Leuenberger 2022-03-24 21:56:50 +00:00 committed by Git OBS Bridge
commit 924e5e94f5
2 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 15 09:05:31 UTC 2022 - Dirk Müller <dmueller@suse.com>
- add skips for unsupported python versions
-------------------------------------------------------------------
Tue Feb 22 09:13:36 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -16,7 +16,9 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?!python_module:%define python_module() python3-%{**}}
%global skip_python2 1
%global skip_python36 1
Name: python-responses
Version: 0.18.0
Release: 0
@ -39,10 +41,6 @@ Requires: python-requests >= 2.0
Requires: python-six
Suggests: python-pytest
BuildArch: noarch
%ifpython2
Requires: python2-cookies
Requires: python2-mock
%endif
%python_subpackages
%description