forked from pool/python-fastparquet
Accepting request 1154922 from home:bnavigator:branches:devel:languages:python:numeric
- Update to 2024.2.0 * allow loading categoricals even if not so in the pandas metadata, when a column is dict-encoded and we only have one row-group (#863) * apply dtype to the columns names series, even when selecting no columns (#861, 859) * don’t make strings while estimating bye column size (#858) * handle upstream depr (#857, 856) OBS-URL: https://build.opensuse.org/request/show/1154922 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastparquet?expand=0&rev=59
This commit is contained in:
parent
6d11a3d361
commit
6b501fc0a4
BIN
fastparquet-2023.10.1.tar.gz
(Stored with Git LFS)
BIN
fastparquet-2023.10.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
fastparquet-2024.2.0.tar.gz
Normal file
3
fastparquet-2024.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b747ec949616dfd76b7d3f2fa793a3f4ab6271040aca89d656ee41db056cddc0
|
||||
size 28909516
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 4 21:12:17 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 2024.2.0
|
||||
* allow loading categoricals even if not so in the pandas
|
||||
metadata, when a column is dict-encoded and we only have one
|
||||
row-group (#863)
|
||||
* apply dtype to the columns names series, even when selecting no
|
||||
columns (#861, 859)
|
||||
* don’t make strings while estimating bye column size (#858)
|
||||
* handle upstream depr (#857, 856)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 22 12:41:30 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-fastparquet
|
||||
Version: 2023.10.1
|
||||
Version: 2024.2.0
|
||||
Release: 0
|
||||
Summary: Python support for Parquet file format
|
||||
License: Apache-2.0
|
||||
@ -64,6 +64,8 @@ sed -i "s/'pytest-runner',//" setup.py
|
||||
sed -i "s/oldest-supported-numpy/numpy/" setup.py
|
||||
# the tests import the fastparquet.test module and we need to import from sitearch, so install it.
|
||||
sed -i -e "s/^\s*packages=\[/&'fastparquet.test', /" -e "/exclude_package_data/ d" setup.py
|
||||
# remove empty module
|
||||
[ ! -s fastparquet/evolve.py ] && rm fastparquet/evolve.py
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags}"
|
||||
|
Loading…
Reference in New Issue
Block a user