From c64fbb99d6e3798da795dc86492cc94b302319406be57e0222c761411ce61ee3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 14 Mar 2020 07:01:58 +0000 Subject: [PATCH] Accepting request 784691 from home:benoit_monin:branches:devel:languages:python set the minimal version of python to 3.5 to match upstream requirement OBS-URL: https://build.opensuse.org/request/show/784691 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=61 --- python-Pygments.changes | 6 ++++++ python-Pygments.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/python-Pygments.changes b/python-Pygments.changes index b96c3ca..a9a99b8 100644 --- a/python-Pygments.changes +++ b/python-Pygments.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 13 16:20:21 UTC 2020 - Benoît Monin + +- set the minimal version of python to 3.5 to match upstream + requirement + ------------------------------------------------------------------- Mon Mar 9 19:52:24 UTC 2020 - Benoît Monin diff --git a/python-Pygments.spec b/python-Pygments.spec index 50abd6c..02198d0 100644 --- a/python-Pygments.spec +++ b/python-Pygments.spec @@ -26,6 +26,7 @@ License: BSD-2-Clause Group: Development/Languages/Python URL: http://pygments.org Source: https://files.pythonhosted.org/packages/source/P/Pygments/Pygments-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.5} # We need pytest just because of its test runner, it seems even # python3 stdlib unittest runner doesn't work BuildRequires: %{python_module pytest}