Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-html5-parser for
openSUSE:Factory checked in at 2021-06-02 22:12:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-html5-parser (Old)
and /work/SRC/openSUSE:Factory/.python-html5-parser.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-html5-parser"
Wed Jun 2 22:12:01 2021 rev:10 rq:896746 version:0.4.9
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-html5-parser/python-html5-parser.changes
2020-04-09 23:18:12.278339878 +0200
+++
/work/SRC/openSUSE:Factory/.python-html5-parser.new.1898/python-html5-parser.changes
2021-06-02 22:12:28.168119085 +0200
@@ -1,0 +2,5 @@
+Mon May 31 07:30:34 UTC 2021 - [email protected]
+
+- %check: use %pyunittest_arch rpm macro for post 15
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-html5-parser.spec ++++++
--- /var/tmp/diff_new_pack.Q6Qg7s/_old 2021-06-02 22:12:30.352113685 +0200
+++ /var/tmp/diff_new_pack.Q6Qg7s/_new 2021-06-02 22:12:30.356113674 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-html5-parser
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -43,13 +43,18 @@
%setup -q -n html5-parser-%{version}
%build
+find . -name '*.py' -exec sed -i '/#.*usr.bin.env.*python/d' {} \;
%python_build
%install
%python_install
%check
+%if 0%{?suse_version} > 1500
+%pyunittest_arch -v test/*.py
+%else
%python_exec setup.py test
+%endif
%files %{python_files}
%license LICENSE