Hello community, here is the log from the commit of package python-pandas for openSUSE:Factory checked in at 2020-03-08 22:21:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pandas (Old) and /work/SRC/openSUSE:Factory/.python-pandas.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pandas" Sun Mar 8 22:21:16 2020 rev:22 rq:777938 version:0.25.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pandas/python-pandas.changes 2019-11-13 13:13:35.558777288 +0100 +++ /work/SRC/openSUSE:Factory/.python-pandas.new.26092/python-pandas.changes 2020-03-08 22:21:18.191972534 +0100 @@ -1,0 +2,5 @@ +Tue Jan 14 12:28:49 UTC 2020 - Tomáš Chvátal <tchva...@suse.com> + +- Skip one test that fails on 32bit: test_encode_non_c_locale + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pandas.spec ++++++ --- /var/tmp/diff_new_pack.RjFHqZ/_old 2020-03-08 22:21:19.251973187 +0100 +++ /var/tmp/diff_new_pack.RjFHqZ/_new 2020-03-08 22:21:19.251973187 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pandas # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -108,6 +108,7 @@ %check # skip test that tries to compile stuff in buildroot test_oo_optimizable +# test_encode_non_c_locale - skip test as it overflows on 32bit export PYTHONHASHSEED=$(python -c 'import random; print(random.randint(1, 4294967295))') export http_proxy=http://1.2.3.4 https_proxy=http://1.2.3.4; export LANG=en_US.UTF-8 @@ -115,7 +116,7 @@ export PYTHONDONTWRITEBYTECODE=1 mv pandas pandas_temp %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch} -xvfb-run py.test-%{$python_version} -n auto -v %{buildroot}%{$python_sitearch}/pandas/tests -k 'not test_oo_optimizable' +xvfb-run py.test-%{$python_version} -n auto -v %{buildroot}%{$python_sitearch}/pandas/tests -k 'not test_oo_optimizable and not test_encode_non_c_locale' } mv pandas_temp pandas