Hello community,
here is the log from the commit of package python-soupsieve for
openSUSE:Factory checked in at 2019-03-12 09:44:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-soupsieve (Old)
and /work/SRC/openSUSE:Factory/.python-soupsieve.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-soupsieve"
Tue Mar 12 09:44:29 2019 rev:2 rq:682424 version:1.8
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-soupsieve/python-soupsieve.changes
2019-03-01 20:32:26.429967200 +0100
+++
/work/SRC/openSUSE:Factory/.python-soupsieve.new.28833/python-soupsieve.changes
2019-03-12 09:44:31.099809235 +0100
@@ -1,0 +2,5 @@
+Thu Mar 7 11:20:32 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Fix test macro expansion
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-soupsieve.spec ++++++
--- /var/tmp/diff_new_pack.PlsSdO/_old 2019-03-12 09:44:31.611807800 +0100
+++ /var/tmp/diff_new_pack.PlsSdO/_new 2019-03-12 09:44:31.615807789 +0100
@@ -64,7 +64,7 @@
%check
%if %{with test}
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}
py.test-%{python_bin_suffix} -v tests
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}
py.test-%{$python_bin_suffix} -v tests
%endif
%if !%{with test}