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 2023-01-03 15:05:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-fastparquet (Old) and /work/SRC/openSUSE:Factory/.python-fastparquet.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fastparquet" Tue Jan 3 15:05:41 2023 rev:25 rq:1046424 version:2022.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-fastparquet/python-fastparquet.changes 2022-12-24 14:53:03.951902677 +0100 +++ /work/SRC/openSUSE:Factory/.python-fastparquet.new.1563/python-fastparquet.changes 2023-01-03 15:06:03.050749912 +0100 @@ -1,0 +2,17 @@ +Mon Jan 2 20:38:49 UTC 2023 - Ben Greiner <[email protected]> + +- Update to 2022.12.0 + * check all int32 values before passing to thrift writer + * fix type of num_rows to i64 for big single file +- Release 2022.11.0 + * Switch to calver + * Speed up loading of nullable types + * Allow schema evolution by addition of columns + * Allow specifying dtypes of output + * update to scm versioning + * fixes to row filter, statistics and tests + * support pathlib.Paths + * JSON encoder options +- Drop fastparquet-pr813-updatefixes.patch + +------------------------------------------------------------------- Old: ---- fastparquet-0.8.3.tar.gz fastparquet-pr813-updatefixes.patch New: ---- fastparquet-2022.12.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-fastparquet.spec ++++++ --- /var/tmp/diff_new_pack.twCkZg/_old 2023-01-03 15:06:04.494758340 +0100 +++ /var/tmp/diff_new_pack.twCkZg/_new 2023-01-03 15:06:04.498758364 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-fastparquet # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,13 @@ Name: python-fastparquet -Version: 0.8.3 +Version: 2022.12.0 Release: 0 Summary: Python support for Parquet file format License: Apache-2.0 URL: https://github.com/dask/fastparquet/ +# Use GitHub archive, because it containts the test modules and data, requires setting version manuall for setuptools_scm Source: https://github.com/dask/fastparquet/archive/%{version}.tar.gz#/fastparquet-%{version}.tar.gz -# PATCH-FIX-UPSTREAM fastparquet-pr813-updatefixes.patch gh#dask/fastparquet#813 -Patch1: fastparquet-pr813-updatefixes.patch # PATCH-FIX-UPSTREAM fastparquet-pr835.patch gh#dask/fastparquet#835 Patch2: fastparquet-pr835.patch BuildRequires: %{python_module Cython} @@ -35,12 +34,16 @@ BuildRequires: %{python_module numpy-devel >= 1.20.3} BuildRequires: %{python_module packaging} BuildRequires: %{python_module pandas >= 1.5.0} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-lzo} +BuildRequires: %{python_module setuptools_scm > 1.5.4} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes +BuildRequires: git-core BuildRequires: python-rpm-macros Requires: python-cramjam >= 2.3.0 Requires: python-fsspec @@ -65,10 +68,11 @@ %build export CFLAGS="%{optflags}" -%python_build +export SETUPTOOLS_SCM_PRETEND_VERSION=%{version} +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand rm -v %{buildroot}%{$python_sitearch}/fastparquet/{speedups,cencoding}.c %python_expand %fdupes %{buildroot}%{$python_sitearch} ++++++ fastparquet-0.8.3.tar.gz -> fastparquet-2022.12.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-fastparquet/fastparquet-0.8.3.tar.gz /work/SRC/openSUSE:Factory/.python-fastparquet.new.1563/fastparquet-2022.12.0.tar.gz differ: char 13, line 1
