Hello community,

here is the log from the commit of package python-pandas for openSUSE:Factory 
checked in at 2020-03-27 00:24:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pandas (Old)
 and      /work/SRC/openSUSE:Factory/.python-pandas.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pandas"

Fri Mar 27 00:24:39 2020 rev:23 rq:785460 version:1.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pandas/python-pandas.changes      
2020-03-08 22:21:18.191972534 +0100
+++ /work/SRC/openSUSE:Factory/.python-pandas.new.3160/python-pandas.changes    
2020-03-27 00:24:44.440239883 +0100
@@ -1,0 +2,19 @@
+Mon Mar 16 07:12:34 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Skip i586 failing tests with upstream ticket
+
+-------------------------------------------------------------------
+Fri Mar 13 00:13:11 UTC 2020 - Hans-Peter Jansen <h...@urpla.net>
+
+- Update to 1.0.2:
+  * see https://pandas.pydata.org/pandas-docs/stable/whatsnew/v1.0.2.html
+- Add pyperclip and Jinja2 as test dependencies
+
+-------------------------------------------------------------------
+Mon Mar  9 15:19:33 UTC 2020 - Dirk Mueller <dmuel...@suse.com>
+
+- Update to 1.0.1:
+  * see https://pandas.pydata.org/pandas-docs/stable/whatsnew/v1.0.1.html
+  * see https://pandas.pydata.org/pandas-docs/stable/whatsnew/v1.0.0.html
+
+-------------------------------------------------------------------

Old:
----
  pandas-0.25.3.tar.gz

New:
----
  pandas-1.0.2.tar.gz

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

Other differences:
------------------
++++++ python-pandas.spec ++++++
--- /var/tmp/diff_new_pack.mdTod7/_old  2020-03-27 00:24:45.964240655 +0100
+++ /var/tmp/diff_new_pack.mdTod7/_new  2020-03-27 00:24:45.964240655 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         skip_python2 1
 Name:           python-pandas
-Version:        0.25.3
+Version:        1.0.2
 Release:        0
 Summary:        Python data structures for data analysis, time series, and 
statistics
 License:        BSD-3-Clause
@@ -33,6 +33,10 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  python-rpm-macros
+# test requirements
+BuildRequires:  %{python_module Jinja2}
+BuildRequires:  %{python_module openpyxl}
+BuildRequires:  %{python_module pyperclip}
 Requires:       python-Cython >= 0.28.2
 Requires:       python-numpy >= 1.13.3
 Requires:       python-python-dateutil >= 2.6.1
@@ -55,6 +59,7 @@
 Recommends:     python-pandas-gbq >= 0.8.0
 Recommends:     python-psycopg2
 Recommends:     python-pyarrow >= 0.9.0
+Recommends:     python-pyperclip
 Recommends:     python-pyreadstat
 Recommends:     python-qt5
 Recommends:     python-scipy >= 0.19.0
@@ -109,6 +114,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
+# test_maybe_promote_int_with_int 
https://github.com/pandas-dev/pandas/issues/31856
 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
@@ -116,7 +122,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 and 
not test_encode_non_c_locale'
+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 and not test_maybe_promote_int_with_int'
 }
 mv pandas_temp pandas
 

++++++ pandas-0.25.3.tar.gz -> pandas-1.0.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-pandas/pandas-0.25.3.tar.gz 
/work/SRC/openSUSE:Factory/.python-pandas.new.3160/pandas-1.0.2.tar.gz differ: 
char 5, line 1


Reply via email to