Hello community,

here is the log from the commit of package python-convertdate for 
openSUSE:Factory checked in at 2019-11-04 17:06:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-convertdate (Old)
 and      /work/SRC/openSUSE:Factory/.python-convertdate.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-convertdate"

Mon Nov  4 17:06:42 2019 rev:3 rq:740976 version:2.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-convertdate/python-convertdate.changes    
2019-09-25 08:14:24.382500331 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-convertdate.new.2990/python-convertdate.changes
  2019-11-04 17:06:44.340282448 +0100
@@ -1,0 +2,5 @@
+Fri Oct 18 06:56:11 UTC 2019 - Dirk Mueller <[email protected]>
+
+- fix execution of tests on anything older than Tumbleweed
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-convertdate.spec ++++++
--- /var/tmp/diff_new_pack.ZsVOVA/_old  2019-11-04 17:06:45.080283238 +0100
+++ /var/tmp/diff_new_pack.ZsVOVA/_new  2019-11-04 17:06:45.084283243 +0100
@@ -46,15 +46,16 @@
 %setup -q -n convertdate-%{version}
 
 %build
-export LANG="en_US.UTF8"
+export LC_ALL="en_US.UTF8"
 %python_build
 
 %install
-export LANG="en_US.UTF8"
+export LC_ALL="en_US.UTF8"
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
+export LC_ALL="en_US.UTF8"
 %python_exec setup.py test
 
 %files %{python_files}


Reply via email to