From e8e5e639c78242fbd12ac4abf160edbc10701626b31df77698bce3a039250962 Mon Sep 17 00:00:00 2001 From: Todd R Date: Sat, 18 Jul 2020 19:17:22 +0000 Subject: [PATCH] Accepting request 821674 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/821674 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastparquet?expand=0&rev=22 --- fastparquet-0.4.0.tar.gz | 3 --- fastparquet-0.4.1.tar.gz | 3 +++ python-fastparquet.changes | 10 ++++++++++ python-fastparquet.spec | 6 ++++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 fastparquet-0.4.0.tar.gz create mode 100644 fastparquet-0.4.1.tar.gz diff --git a/fastparquet-0.4.0.tar.gz b/fastparquet-0.4.0.tar.gz deleted file mode 100644 index b8de79c..0000000 --- a/fastparquet-0.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34c0a94e36710cc7615770661888d9c610da3925cd2bd6164bc6d5682530814c -size 28914143 diff --git a/fastparquet-0.4.1.tar.gz b/fastparquet-0.4.1.tar.gz new file mode 100644 index 0000000..12fbfa1 --- /dev/null +++ b/fastparquet-0.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03e6635900b718dbe4e99a1b03d840990f08879ec7a6d3ea3e33727668a8ee2e +size 28914111 diff --git a/python-fastparquet.changes b/python-fastparquet.changes index 7299c56..bda9030 100644 --- a/python-fastparquet.changes +++ b/python-fastparquet.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Jul 18 18:13:53 UTC 2020 - Arun Persaud + +- specfile: + * update requirements: version numbers and added packaging + +- update to version 0.4.1: + * nulls, fixes #504 + * deps: Add missing dependency on packaging. (#502) + ------------------------------------------------------------------- Thu Jul 9 14:04:10 UTC 2020 - Marketa Calabkova diff --git a/python-fastparquet.spec b/python-fastparquet.spec index e7149e9..6e55470 100644 --- a/python-fastparquet.spec +++ b/python-fastparquet.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-fastparquet -Version: 0.4.0 +Version: 0.4.1 Release: 0 Summary: Python support for Parquet file format License: Apache-2.0 @@ -32,7 +32,8 @@ BuildRequires: %{python_module cffi >= 0.6} BuildRequires: %{python_module lz4 >= 0.19.1 } BuildRequires: %{python_module numba >= 0.28} BuildRequires: %{python_module numpy-devel >= 1.11} -BuildRequires: %{python_module pandas} +BuildRequires: %{python_module packaging} +BuildRequires: %{python_module pandas >= 0.19} BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-lzo} @@ -45,6 +46,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-numba >= 0.28 Requires: python-numpy >= 1.11 +Requires: python-packaging Requires: python-pandas Requires: python-six Requires: python-thrift >= 0.11.0