From 1ae652f58fef83c73c22390c68b17c4c4bde30a43f08ae560e6be2e0d61bcc64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 6 May 2020 07:50:31 +0000 Subject: [PATCH] - Do not restrict pytest5 as newer updates made it work OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-intervals?expand=0&rev=5 --- python-intervals.changes | 5 +++++ python-intervals.spec | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/python-intervals.changes b/python-intervals.changes index 135a124..1c3cfeb 100644 --- a/python-intervals.changes +++ b/python-intervals.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 6 07:50:09 UTC 2020 - Tomáš Chvátal + +- Do not restrict pytest5 as newer updates made it work + ------------------------------------------------------------------- Tue Dec 3 12:44:42 UTC 2019 - Tomáš Chvátal diff --git a/python-intervals.spec b/python-intervals.spec index 297e1ca..6394812 100644 --- a/python-intervals.spec +++ b/python-intervals.spec @@ -1,7 +1,7 @@ # # spec file for package python-intervals # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,12 +22,11 @@ Version: 0.8.1 Release: 0 Summary: Python tools for handling intervals License: BSD-3-Clause -Group: Development/Languages/Python URL: https://github.com/kvesteri/intervals Source: https://files.pythonhosted.org/packages/source/i/intervals/intervals-%{version}.tar.gz BuildRequires: %{python_module infinity >= 0.1.3} BuildRequires: %{python_module isort >= 4.2.2} -BuildRequires: %{python_module pytest < 5} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -49,7 +48,7 @@ Python tools for handling intervals (ranges of comparable objects). %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand py.test-%{$python_bin_suffix} +%pytest %files %{python_files} %doc CHANGES.rst README.rst