diff --git a/python-MarkupSafe.changes b/python-MarkupSafe.changes index ffa5301..bf21587 100644 --- a/python-MarkupSafe.changes +++ b/python-MarkupSafe.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jun 9 07:59:18 UTC 2022 - Andreas Schneider + +- Require python 3.6. There is no need to require a newer version and + this way it builds on openSUSE Leap >= 15.3 + ------------------------------------------------------------------- Fri Mar 18 22:31:50 UTC 2022 - Arun Persaud diff --git a/python-MarkupSafe.spec b/python-MarkupSafe.spec index b78f0c3..b7aff44 100644 --- a/python-MarkupSafe.spec +++ b/python-MarkupSafe.spec @@ -32,7 +32,7 @@ BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-base >= 3.7 +Requires: python-base >= 3.6 %if %{with test} BuildRequires: %{python_module pytest} %endif