Hello community, here is the log from the commit of package python-stestr for openSUSE:Factory checked in at 2019-11-04 17:12:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-stestr (Old) and /work/SRC/openSUSE:Factory/.python-stestr.new.2990 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-stestr" Mon Nov 4 17:12:51 2019 rev:12 rq:744175 version:2.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-stestr/python-stestr.changes 2019-09-23 12:03:59.809939187 +0200 +++ /work/SRC/openSUSE:Factory/.python-stestr.new.2990/python-stestr.changes 2019-11-04 17:12:52.836676122 +0100 @@ -1,0 +2,6 @@ +Wed Oct 30 13:17:37 UTC 2019 - Dirk Mueller <[email protected]> + +- fix build for anything older than Tumbleweed by explicitly setting + utf8 locale + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-stestr.spec ++++++ --- /var/tmp/diff_new_pack.Jws6P8/_old 2019-11-04 17:12:54.228677609 +0100 +++ /var/tmp/diff_new_pack.Jws6P8/_new 2019-11-04 17:12:54.268677652 +0100 @@ -78,14 +78,17 @@ rm stestr/tests/repository/test_sql.py %build +export LC_ALL="en_US.UTF8" %python_build %install +export LC_ALL="en_US.UTF8" %python_install %python_clone -a %{buildroot}%{_bindir}/stestr %python_expand %fdupes %{buildroot}%{$python_sitelib} %check +export LC_ALL="en_US.UTF8" # test_empty_with_pretty_out - edge case not triggered in OBS %{python_expand mkdir build/bin for filepath in %{buildroot}/%{_bindir}/stestr*-%{$python_bin_suffix}; do
