Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-olefile for openSUSE:Factory checked in at 2021-06-01 10:34:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-olefile (Old) and /work/SRC/openSUSE:Factory/.python-olefile.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-olefile" Tue Jun 1 10:34:16 2021 rev:7 rq:895729 version:0.46 Changes: -------- --- /work/SRC/openSUSE:Factory/python-olefile/python-olefile.changes 2019-11-04 17:10:55.112550354 +0100 +++ /work/SRC/openSUSE:Factory/.python-olefile.new.1898/python-olefile.changes 2021-06-01 10:34:25.728503226 +0200 @@ -1,0 +2,10 @@ +Thu May 27 10:02:58 UTC 2021 - Matej Cepl <mc...@suse.com> + +- Fix README.rst EOL issues as well. + +------------------------------------------------------------------- +Wed May 26 09:16:10 UTC 2021 - pgaj...@suse.com + +- %check: use %pyunittest rpm macro + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-olefile.spec ++++++ --- /var/tmp/diff_new_pack.TMGF7w/_old 2021-06-01 10:34:26.088503840 +0200 +++ /var/tmp/diff_new_pack.TMGF7w/_new 2021-06-01 10:34:26.092503846 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-olefile # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -47,7 +47,7 @@ %prep %setup -q -n olefile-%{version} # Fix wrong-file-end-of-line-encoding -sed -i 's/\r$//' doc/License.rst +sed -i 's/\r$//' doc/License.rst README.rst %build %python_build @@ -57,7 +57,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pyunittest discover -v %files %{python_files} %doc CONTRIBUTORS.txt README.md README.rst README.html