From dfe04380f958914c6c7e9c4723827700ff34f46dd3f34dcf4eb6114130b1e548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 23 Nov 2018 08:26:16 +0000 Subject: [PATCH] Accepting request 651237 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/651237 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastparquet?expand=0&rev=5 --- fastparquet-0.1.6.tar.gz | 3 --- fastparquet-0.2.0.tar.gz | 3 +++ python-fastparquet.changes | 13 +++++++++++++ python-fastparquet.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 fastparquet-0.1.6.tar.gz create mode 100644 fastparquet-0.2.0.tar.gz diff --git a/fastparquet-0.1.6.tar.gz b/fastparquet-0.1.6.tar.gz deleted file mode 100644 index 1081135..0000000 --- a/fastparquet-0.1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f820626401f59037048a2472fc2f325d0193de3290fd48c012436d7b3a026d14 -size 144033 diff --git a/fastparquet-0.2.0.tar.gz b/fastparquet-0.2.0.tar.gz new file mode 100644 index 0000000..5f91011 --- /dev/null +++ b/fastparquet-0.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:404e7ffe843a6bb49b0df6a64f84989a06c28fd96475986e6e635da8596ea151 +size 147425 diff --git a/python-fastparquet.changes b/python-fastparquet.changes index eed29c1..4064d19 100644 --- a/python-fastparquet.changes +++ b/python-fastparquet.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Nov 22 22:47:24 UTC 2018 - Arun Persaud + +- update to version 0.2.0: + * Don't mutate column list input (#383) (#384) + * Add optional requirements to extras_require (#380) + * Fix "broken link to parquet-format page" (#377) + * Add .c file to repo + * Handle rows split across 2 pages in the case of a map (#369) + * Fixes 370 (#371) + * Handle multi-page maps (#368) + * Handle zero-column files. Closes #361. (#363) + ------------------------------------------------------------------- Sun Sep 30 16:22:56 UTC 2018 - Arun Persaud diff --git a/python-fastparquet.spec b/python-fastparquet.spec index 5665eab..0d4c477 100644 --- a/python-fastparquet.spec +++ b/python-fastparquet.spec @@ -20,7 +20,7 @@ # Test files not included %bcond_with test Name: python-fastparquet -Version: 0.1.6 +Version: 0.2.0 Release: 0 Summary: Python support for Parquet file format License: Apache-2.0