Hello community,
here is the log from the commit of package python-intervals for
openSUSE:Leap:15.2 checked in at 2020-05-07 19:28:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-intervals (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-intervals.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-intervals"
Thu May 7 19:28:51 2020 rev:4 rq:801228 version:0.8.1
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-intervals/python-intervals.changes
2020-03-09 18:06:33.552853070 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-intervals.new.2738/python-intervals.changes
2020-05-07 19:36:30.518590748 +0200
@@ -1,0 +2,5 @@
+Wed May 6 07:50:09 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Do not restrict pytest5 as newer updates made it work
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-intervals.spec ++++++
--- /var/tmp/diff_new_pack.0zRPoU/_old 2020-05-07 19:36:30.914591541 +0200
+++ /var/tmp/diff_new_pack.0zRPoU/_new 2020-05-07 19:36:30.918591548 +0200
@@ -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 @@
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_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_expand py.test-%{$python_bin_suffix}
+%pytest
%files %{python_files}
%doc CHANGES.rst README.rst