Hello community,

here is the log from the commit of package python-fastparquet for 
openSUSE:Factory checked in at 2019-10-27 13:41:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fastparquet (Old)
 and      /work/SRC/openSUSE:Factory/.python-fastparquet.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-fastparquet"

Sun Oct 27 13:41:13 2019 rev:9 rq:742993 version:0.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fastparquet/python-fastparquet.changes    
2019-08-05 10:42:29.611291161 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-fastparquet.new.2990/python-fastparquet.changes
  2019-10-27 13:41:17.853287500 +0100
@@ -1,0 +2,6 @@
+Fri Oct 25 17:50:50 UTC 2019 - Todd R <[email protected]>
+
+- Drop broken python 2 support.
+- Testing fixes
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-fastparquet.spec ++++++
--- /var/tmp/diff_new_pack.fPV4WW/_old  2019-10-27 13:41:19.017288903 +0100
+++ /var/tmp/diff_new_pack.fPV4WW/_new  2019-10-27 13:41:19.037288927 +0100
@@ -19,6 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 # Test files not included
 %bcond_without  test
+%define         skip_python2 1
 Name:           python-fastparquet
 Version:        0.3.2
 Release:        0
@@ -80,18 +81,18 @@
 
 %if %{with test}
 %check
-mkdir tester
-cp -r test-data tester/
-cp -r fastparquet/test tester/
-pushd tester
+cp -r fastparquet/test .
+mv fastparquet temp
+rm -rf build _build*
 %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
 export PYTHONDONTWRITEBYTECODE=1
 rm -rf build _build*
 # Test test_time_millis fails in i586
 # test_datetime_roundtrip fails due to a warning being accidentally caught by 
the test
-pytest-%{$python_bin_suffix} . -k 'not test_time_millis and not 
test_datetime_roundtrip'
+pytest-%{$python_bin_suffix} test -k 'not test_time_millis and not 
test_datetime_roundtrip and not test_errors'
 }
-popd
+mv temp fastparquet
+rm -rf test
 %endif
 
 %files %{python_files}


Reply via email to