Hello community,

here is the log from the commit of package python-pandas for openSUSE:Factory 
checked in at 2020-07-02 23:54:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pandas (Old)
 and      /work/SRC/openSUSE:Factory/.python-pandas.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pandas"

Thu Jul  2 23:54:18 2020 rev:27 rq:817948 version:1.0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pandas/python-pandas.changes      
2020-06-11 14:38:12.416176463 +0200
+++ /work/SRC/openSUSE:Factory/.python-pandas.new.3060/python-pandas.changes    
2020-07-02 23:54:33.872520067 +0200
@@ -1,0 +2,19 @@
+Tue Jun 30 13:03:14 UTC 2020 - Matej Cepl <mc...@suse.com>
+
+- Skip test_raw_roundtrip on i586
+
+-------------------------------------------------------------------
+Wed Jun 24 01:52:29 UTC 2020 - Todd R <toddrme2...@gmail.com>
+
+- Update to version 1.0.5
+  * Fixed regressions
+    + Fix regression in read_parquet() when reading from file-like objects 
(GH34467).
+    + Fix regression in reading from public S3 buckets (GH34626).
+      Note this disables the ability to read Parquet files from
+      directories on S3 again (GH26388, GH34632), which was added
+      in the 1.0.4 release, but is now targeted for pandas 1.1.0.
+    + Fixed regression in replace() raising an AssertionError when replacing 
values in an extension dtype with values of a different dtype (GH34530)
+  * Bug fixes
+    + Fixed building from source with Python 3.8 fetching the wrong version of 
NumPy
+
+-------------------------------------------------------------------

Old:
----
  pandas-1.0.4.tar.gz

New:
----
  pandas-1.0.5.tar.gz

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

Other differences:
------------------
++++++ python-pandas.spec ++++++
--- /var/tmp/diff_new_pack.U4sL4x/_old  2020-07-02 23:54:34.472522056 +0200
+++ /var/tmp/diff_new_pack.U4sL4x/_new  2020-07-02 23:54:34.476522070 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         skip_python2 1
 Name:           python-pandas
-Version:        1.0.4
+Version:        1.0.5
 Release:        0
 Summary:        Python data structures for data analysis, time series, and 
statistics
 License:        BSD-3-Clause
@@ -123,10 +123,15 @@
 export LANG=en_US.UTF-8
 export LC_ALL=en_US.UTF-8
 export PYTHONDONTWRITEBYTECODE=1
+export SKIP_TESTS="test_oo_optimizable or test_encode_non_c_locale or 
test_maybe_promote_int_with_int"
+# Skip test_raw_roundtrip on i586, gh#pandas-dev/pandas#29712
+%ifarch %{ix86}
+SKIP_TESTS="$SKIP_TESTS or test_raw_roundtrip"
+%endif
 mv pandas pandas_temp
 %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
 $python -c 'import pandas; print(pandas.show_versions())'
-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'
+xvfb-run py.test-%{$python_version} -n auto -v 
%{buildroot}%{$python_sitearch}/pandas/tests -k "not ($SKIP_TESTS)"
 }
 mv pandas_temp pandas
 

++++++ pandas-1.0.4.tar.gz -> pandas-1.0.5.tar.gz ++++++
++++ 1110172 lines of diff (skipped)


Reply via email to