diff --git a/python-pytest-cookies.changes b/python-pytest-cookies.changes index 649bf41..fe7daae 100644 --- a/python-pytest-cookies.changes +++ b/python-pytest-cookies.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 20 08:06:16 UTC 2021 - John Vandenberg + +- Submit as python 3.8 only package on Tumbleweed to match cookiecutter + ------------------------------------------------------------------- Sun May 10 12:32:56 AM UTC 2020 - John Vandenberg diff --git a/python-pytest-cookies.spec b/python-pytest-cookies.spec index ace0be4..7f34d53 100644 --- a/python-pytest-cookies.spec +++ b/python-pytest-cookies.spec @@ -17,7 +17,11 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 +%if %{?python3_version_nodots} == 38 +%define pythons python3 python38 +%else +%define pythons python3 +%endif Name: python-pytest-cookies Version: 0.5.1 Release: 0