15
0

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
This commit is contained in:
Tomáš Chvátal
2020-03-14 07:01:58 +00:00
committed by Git OBS Bridge
parent 5053a4cf20
commit c64fbb99d6
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Mar 13 16:20:21 UTC 2020 - Benoît Monin <benoit.monin@gmx.fr>
- set the minimal version of python to 3.5 to match upstream
requirement
-------------------------------------------------------------------
Mon Mar 9 19:52:24 UTC 2020 - Benoît Monin <benoit.monin@gmx.fr>

View File

@@ -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}