From fb16583888ed6126991aeedcd0e24d476b3988636bf2e5769b45eee11faac3a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 22 Aug 2019 14:11:50 +0000 Subject: [PATCH] - Restrict to pytest3, newer releases do not work OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-evtx?expand=0&rev=14 --- python-evtx.changes | 5 +++++ python-evtx.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-evtx.changes b/python-evtx.changes index a126b72..445df8f 100644 --- a/python-evtx.changes +++ b/python-evtx.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 22 14:11:28 UTC 2019 - Tomáš Chvátal + +- Restrict to pytest3, newer releases do not work + ------------------------------------------------------------------- Wed Jun 5 12:55:10 UTC 2019 - pgajdos@suse.com diff --git a/python-evtx.spec b/python-evtx.spec index fc5df80..77c9358 100644 --- a/python-evtx.spec +++ b/python-evtx.spec @@ -27,7 +27,7 @@ URL: https://github.com/williballenthin/python-evtx Source: https://github.com/williballenthin/python-evtx/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: %{python_module hexdump} BuildRequires: %{python_module lxml} -BuildRequires: %{python_module pytest} +BuildRequires: %{python_module pytest < 4} BuildRequires: %{python_module setuptools} BuildRequires: dos2unix BuildRequires: fdupes