commit python-Babel for openSUSE:Factory
Hello community, here is the log from the commit of package python-Babel for openSUSE:Factory checked in at 2018-03-01 12:01:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Babel (Old) and /work/SRC/openSUSE:Factory/.python-Babel.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-Babel" Thu Mar 1 12:01:43 2018 rev:23 rq:580584 version:2.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Babel/python-Babel.changes 2017-10-13 14:06:04.310654038 +0200 +++ /work/SRC/openSUSE:Factory/.python-Babel.new/python-Babel.changes 2018-03-01 12:01:45.719115148 +0100 @@ -1,0 +2,7 @@ +Tue Feb 27 12:28:43 UTC 2018 - aplanas@suse.com + +- Export TZ and LC_ALL before running the tests. Without this + python-Babel is not able to see the TZ variable, and produce + a `local` LOCALTZ + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Babel-doc.spec ++++++ --- /var/tmp/diff_new_pack.uPUROI/_old 2018-03-01 12:01:46.503087036 +0100 +++ /var/tmp/diff_new_pack.uPUROI/_new 2018-03-01 12:01:46.503087036 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-Babel-doc # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed ++++++ python-Babel.spec ++++++ --- /var/tmp/diff_new_pack.uPUROI/_old 2018-03-01 12:01:46.519086462 +0100 +++ /var/tmp/diff_new_pack.uPUROI/_new 2018-03-01 12:01:46.523086319 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-Babel # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -66,7 +66,9 @@ %python_expand %fdupes -s %{buildroot}%{$python_sitelib} %check -TZ=UTC LC_ALL=C %python_exec %{_bindir}/py.test tests +export TZ=UTC +export LC_ALL=C +%python_exec %{_bindir}/py.test tests %pre # Since /usr/bin/pybabel became ghosted to be used with update-alternatives, we have to get rid
participants (1)
-
root@hilbert.suse.de