From 4ff3bff02f91dd596cf08c4724672d8fd3c80bab2ee3ef170daa1a356808ce79 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 21 Jan 2022 14:43:01 +0000 Subject: [PATCH] Accepting request 947864 from home:ecsos - Add versions to build requieres so Leap 15.3 can build. OBS-URL: https://build.opensuse.org/request/show/947864 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pikepdf?expand=0&rev=23 --- python-pikepdf.changes | 5 +++++ python-pikepdf.spec | 11 ++++------- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/python-pikepdf.changes b/python-pikepdf.changes index 0823f7f..2202d4b 100644 --- a/python-pikepdf.changes +++ b/python-pikepdf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 21 07:15:11 UTC 2022 - ecsos + +- Add versions to build requieres so Leap 15.3 can build. + ------------------------------------------------------------------- Wed Nov 17 09:25:21 UTC 2021 - ecsos diff --git a/python-pikepdf.spec b/python-pikepdf.spec index e03a92b..52203f5 100644 --- a/python-pikepdf.spec +++ b/python-pikepdf.spec @@ -1,7 +1,7 @@ # # spec file for package python-pikepdf # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2020-2021, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -38,16 +38,13 @@ BuildRequires: %{python_module lxml >= 4.0} BuildRequires: %{python_module psutil >= 5} BuildRequires: %{python_module pybind11 >= 2.6.0} BuildRequires: %{python_module pybind11-devel >= 2.6.0} -# Upstream use pytest >= 6.0.0 -BuildRequires: %{python_module pytest >= 5.0.0} -# Upstream use pytest-cov >= 2.10.1 -BuildRequires: %{python_module pytest-cov} +BuildRequires: %{python_module pytest >= 6.0.0} +BuildRequires: %{python_module pytest-cov >= 2.10.1} BuildRequires: %{python_module pytest-forked} BuildRequires: %{python_module pytest-helpers-namespace >= 2019.1.8} # Upstream use pytest-timeout >= 1.4.2 BuildRequires: %{python_module pytest-timeout} -# Upstream use pytest-xdist >= 1.28 -BuildRequires: %{python_module pytest-xdist} +BuildRequires: %{python_module pytest-xdist >= 1.28} BuildRequires: %{python_module python-dateutil >= 2.8.0} #BuildRequires: %%{python_module python-xmp-toolkit >= 2.0.1} BuildRequires: %{python_module setuptools >= 50}