From 528d63b8d69372fd609ba5d4783632b85630f5c6677a1da5e6e1d3fc0aee6339 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 9 Jun 2022 21:23:00 +0000 Subject: [PATCH] Accepting request 981487 from home:gladiac:mailman3 - Require python 3.6. There is no need to require a newer version and this way it builds on openSUSE Leap >= 15.3 OBS-URL: https://build.opensuse.org/request/show/981487 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=37 --- python-MarkupSafe.changes | 6 ++++++ python-MarkupSafe.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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