Hello community,
here is the log from the commit of package python-python-subunit for
openSUSE:Factory checked in at 2017-07-12 19:35:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-subunit (Old)
and /work/SRC/openSUSE:Factory/.python-python-subunit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-subunit"
Wed Jul 12 19:35:51 2017 rev:17 rq:509483 version:1.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-subunit/python-python-subunit.changes
2017-05-06 18:27:39.312128199 +0200
+++
/work/SRC/openSUSE:Factory/.python-python-subunit.new/python-python-subunit.changes
2017-07-12 19:35:51.385616147 +0200
@@ -1,0 +2,5 @@
+Mon Jul 10 18:42:12 UTC 2017 - [email protected]
+
+- Fix wrong-script-interpreter rpmlint error.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-subunit.spec ++++++
--- /var/tmp/diff_new_pack.UaKpF8/_old 2017-07-12 19:35:52.029525189 +0200
+++ /var/tmp/diff_new_pack.UaKpF8/_new 2017-07-12 19:35:52.033524624 +0200
@@ -63,6 +63,9 @@
%python_install
#NOTE(saschpe): The testsuite demands executables:
%{python_expand chmod +x
%{buildroot}%{$python_sitelib}/subunit/tests/sample-*.py
+ find %{buildroot}%{$python_sitelib}/subunit/tests/ -type f -name
"sample-*.py" -exec sed -i "s|#!/usr/bin/env python|#!%__$python|" {} \;
+ $python -m compileall -d %{$python_sitelib}
%{buildroot}%{$python_sitelib}/subunit/tests/
+ $python -O -m compileall -d %{$python_sitelib}
%{buildroot}%{$python_sitelib}/subunit/tests/
%fdupes -s %{buildroot}%{$python_sitelib}
}
@@ -90,6 +93,6 @@
%{_bindir}/tap2subunit
%endif
%{python_sitelib}/subunit
-%{python_sitelib}/python_subunit-%{version}-py%{python_version}.egg-info
+%{python_sitelib}/python_subunit-%{version}-py*.egg-info
%changelog