Hello community,
here is the log from the commit of package python-Arpeggio for
openSUSE:Leap:15.2 checked in at 2020-05-11 08:39:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-Arpeggio (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-Arpeggio.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Arpeggio"
Mon May 11 08:39:13 2020 rev:12 rq:801873 version:1.9.2
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-Arpeggio/python-Arpeggio.changes
2020-03-09 18:00:23.220669226 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-Arpeggio.new.2738/python-Arpeggio.changes
2020-05-11 08:39:35.571056208 +0200
@@ -1,0 +2,5 @@
+Wed May 6 07:06:42 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Do not restrict pytest 5 as we work with it
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Arpeggio.spec ++++++
--- /var/tmp/diff_new_pack.aVQYbq/_old 2020-05-11 08:39:35.883056883 +0200
+++ /var/tmp/diff_new_pack.aVQYbq/_new 2020-05-11 08:39:35.887056891 +0200
@@ -22,12 +22,9 @@
Release: 0
Summary: Packrat parser interpreter
License: MIT
-Group: Development/Languages/Python
URL: https://github.com/textX/Arpeggio/
Source:
https://github.com/textX/Arpeggio/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# https://github.com/textX/Arpeggio/issues/57
-BuildRequires: %{python_module pytest < 5.0}
-BuildRequires: %{python_module pytest-runner}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -43,7 +40,7 @@
%prep
%setup -q -n Arpeggio-%{version}
-%autopatch -p1
+sed -i -e '/pytest-runner/d' setup.py
%build
%python_build