diff --git a/python-responses.changes b/python-responses.changes index efa51f3..edb9df1 100644 --- a/python-responses.changes +++ b/python-responses.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 15 09:05:31 UTC 2022 - Dirk Müller + +- add skips for unsupported python versions + ------------------------------------------------------------------- Tue Feb 22 09:13:36 UTC 2022 - Dirk Müller diff --git a/python-responses.spec b/python-responses.spec index 2374950..044b15a 100644 --- a/python-responses.spec +++ b/python-responses.spec @@ -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