Hello community, here is the log from the commit of package python-rsa for openSUSE:Factory checked in at 2019-03-29 20:37:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-rsa (Old) and /work/SRC/openSUSE:Factory/.python-rsa.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-rsa" Fri Mar 29 20:37:28 2019 rev:16 rq:687921 version:4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-rsa/python-rsa.changes 2019-02-26 22:19:10.630134397 +0100 +++ /work/SRC/openSUSE:Factory/.python-rsa.new.25356/python-rsa.changes 2019-03-29 20:37:29.686640986 +0100 @@ -1,0 +2,5 @@ +Sat Mar 23 18:54:24 UTC 2019 - Dirk Mueller <[email protected]> + +- fix build on older distributions + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-rsa.spec ++++++ --- /var/tmp/diff_new_pack.UuIGtE/_old 2019-03-29 20:37:30.346641354 +0100 +++ /var/tmp/diff_new_pack.UuIGtE/_new 2019-03-29 20:37:30.346641354 +0100 @@ -50,9 +50,11 @@ %setup -q -n rsa-%{version} %build +export LC_ALL=en_US.utf8 %python_build %install +export LC_ALL=en_US.utf8 %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} @@ -71,6 +73,7 @@ %if %{with tests} %check +export LC_ALL=en_US.utf8 %python_exec setup.py test %endif
