Hello community,

here is the log from the commit of package python-fastparquet for 
openSUSE:Factory checked in at 2019-05-09 14:28:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fastparquet (Old)
 and      /work/SRC/openSUSE:Factory/.python-fastparquet.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-fastparquet"

Thu May  9 14:28:11 2019 rev:6 rq:699763 version:0.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fastparquet/python-fastparquet.changes    
2019-01-28 20:49:39.917827950 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-fastparquet.new.5148/python-fastparquet.changes
  2019-05-09 14:28:18.665925358 +0200
@@ -1,0 +2,13 @@
+Tue Apr 30 14:28:46 UTC 2019 - Todd R <toddrme2...@gmail.com>
+
+- update to 0.3.1
+  * Add schema == (__eq__) and != (__ne__) methods and tests. 
+  * Fix item iteration for decimals
+  * List missing columns in error message
+  * Fix tz being None case
+- Update to 0.3.0
+  * Squash some warnings and import failures
+  * Improvements to in and not in operators
+  * Fixes because pandas released
+
+-------------------------------------------------------------------

Old:
----
  fastparquet-0.2.1.tar.gz

New:
----
  fastparquet-0.3.1.tar.gz

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

Other differences:
------------------
++++++ python-fastparquet.spec ++++++
--- /var/tmp/diff_new_pack.ep5yc6/_old  2019-05-09 14:28:19.961928358 +0200
+++ /var/tmp/diff_new_pack.ep5yc6/_new  2019-05-09 14:28:19.993928432 +0200
@@ -18,38 +18,45 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 # Test files not included
-%bcond_with test
+%bcond_without  test
 Name:           python-fastparquet
-Version:        0.2.1
+Version:        0.3.1
 Release:        0
 Summary:        Python support for Parquet file format
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://github.com/dask/fastparquet/
-Source:         
https://files.pythonhosted.org/packages/source/f/fastparquet/fastparquet-%{version}.tar.gz
+Source:         
https://github.com/dask/fastparquet/archive/%{version}.tar.gz#/fastparquet-%{version}.tar.gz
 BuildRequires:  %{python_module Cython}
 BuildRequires:  %{python_module cffi >= 0.6}
 BuildRequires:  %{python_module numba >= 0.28}
 BuildRequires:  %{python_module numpy-devel >= 1.11}
 BuildRequires:  %{python_module pandas}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module pytest-runner}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
-BuildRequires:  %{python_module thriftpy >= 0.3.6}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-numba >= 0.28
 Requires:       python-numpy >= 1.11
 Requires:       python-pandas
 Requires:       python-six
-Requires:       python-thriftpy >= 0.3.6
+Requires:       python-thrift >= 0.11.0
 Recommends:     python-Brotli
+Recommends:     python-bson
 Recommends:     python-python-lzo
+Recommends:     python-lz4 >= 0.19.1 
 Recommends:     python-python-snappy
+Recommends:     python-zstandard
 %if %{with test}
 BuildRequires:  %{python_module Brotli}
-BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module bson}
+BuildRequires:  %{python_module lz4 >= 0.19.1 }
 BuildRequires:  %{python_module python-lzo}
 BuildRequires:  %{python_module python-snappy}
+BuildRequires:  %{python_module thrift >= 0.11.0}
+BuildRequires:  %{python_module zstandard}
 BuildRequires:  python-funcsigs
 BuildRequires:  python-singledispatch
 %endif
@@ -72,7 +79,17 @@
 
 %if %{with test}
 %check
-%python_exec setup.py test
+mkdir tester
+cp -r test-data tester/
+cp -r fastparquet/test tester/
+pushd tester
+%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
+export PYTHONDONTWRITEBYTECODE=1
+rm -rf build _build*
+# Test fails in i586
+pytest-%{$python_bin_suffix} . -k 'not test_time_millis'
+}
+popd
 %endif
 
 %files %{python_files}

++++++ fastparquet-0.2.1.tar.gz -> fastparquet-0.3.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-fastparquet/fastparquet-0.2.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-fastparquet.new.5148/fastparquet-0.3.1.tar.gz
 differ: char 4, line 1


Reply via email to