Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-fastparquet for openSUSE:Factory checked in at 2021-02-04 20:24:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-fastparquet (Old) and /work/SRC/openSUSE:Factory/.python-fastparquet.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fastparquet" Thu Feb 4 20:24:45 2021 rev:14 rq:869528 version:0.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-fastparquet/python-fastparquet.changes 2021-01-03 21:27:47.783648297 +0100 +++ /work/SRC/openSUSE:Factory/.python-fastparquet.new.28504/python-fastparquet.changes 2021-02-04 20:25:14.774933331 +0100 @@ -1,0 +2,7 @@ +Wed Feb 3 21:43:10 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Skip the import without warning test gh#dask/fastparquet#558 +- Apply the Cepl-Strangelove-Parameter to pytest + (--import-mode append) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-fastparquet.spec ++++++ --- /var/tmp/diff_new_pack.wt2Pgk/_old 2021-02-04 20:25:15.434934335 +0100 +++ /var/tmp/diff_new_pack.wt2Pgk/_new 2021-02-04 20:25:15.442934347 +0100 @@ -75,18 +75,13 @@ %python_expand %fdupes %{buildroot}%{$python_sitearch} %check -# avoid that the process call of python inside the tests imports from source -# directory fastparquet and don't read setup.cfg -mkdir ../testdir -cp -r test-data ../testdir/ -pushd ../testdir +# newer packaging package creates false DeprecationWarning gh#dask/fastparquet#558 +donttest+=" or test_import_without_warning" # Test test_time_millis has the wrong reference type for 32-bit %if 0%{?__isa_bits} != 64 -%define donttest -k 'not test_time_millis' +donttest+=" or test_time_millis" %endif -%pytest_arch --pyargs fastparquet %{?donttest} -popd -rm -r ../testdir +%pytest_arch --pyargs fastparquet --import-mode append -k "not (${donttest:4})" %files %{python_files} %doc README.rst