From d8734804c3281efe036dd038631ba18cf5a98c6d69131f98a7b46d174d08468f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 29 Mar 2020 07:07:16 +0000 Subject: [PATCH] Accepting request 789381 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/789381 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pandas?expand=0&rev=34 --- pandas-1.0.2.tar.gz | 3 --- pandas-1.0.3.tar.gz | 3 +++ python-pandas.changes | 10 ++++++++++ python-pandas.spec | 10 +++++----- 4 files changed, 18 insertions(+), 8 deletions(-) delete mode 100644 pandas-1.0.2.tar.gz create mode 100644 pandas-1.0.3.tar.gz diff --git a/pandas-1.0.2.tar.gz b/pandas-1.0.2.tar.gz deleted file mode 100644 index 2bc49f9..0000000 --- a/pandas-1.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76334ba36aa42f93b6b47b79cbc32187d3a178a4ab1c3a478c8f4198bcd93a73 -size 5002927 diff --git a/pandas-1.0.3.tar.gz b/pandas-1.0.3.tar.gz new file mode 100644 index 0000000..b63a845 --- /dev/null +++ b/pandas-1.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f42e322fb903d0e189a4c10b75ba70d90958cc4f66a1781ed027f1a1d14586 +size 5003497 diff --git a/python-pandas.changes b/python-pandas.changes index 74df08c..52ccd09 100644 --- a/python-pandas.changes +++ b/python-pandas.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Mar 28 16:42:49 UTC 2020 - Arun Persaud + +- update to 1.0.3: + * Fixed regressions + + Fixed regression in resample.agg when the underlying data is + non-writeable (GH31710) + + Fixed regression in DataFrame exponentiation with reindexing + (GH32685) + ------------------------------------------------------------------- Mon Mar 16 07:12:34 UTC 2020 - Tomáš Chvátal diff --git a/python-pandas.spec b/python-pandas.spec index 62bb6df..e2eb8fe 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pandas -Version: 1.0.2 +Version: 1.0.3 Release: 0 Summary: Python data structures for data analysis, time series, and statistics License: BSD-3-Clause @@ -27,16 +27,16 @@ Group: Development/Libraries/Python URL: https://pandas.pydata.org/ Source0: https://files.pythonhosted.org/packages/source/p/pandas/pandas-%{version}.tar.gz BuildRequires: %{python_module Cython >= 0.28.2} +# test requirements +BuildRequires: %{python_module Jinja2} BuildRequires: %{python_module devel} BuildRequires: %{python_module numpy-devel >= 1.13.3} +BuildRequires: %{python_module openpyxl} +BuildRequires: %{python_module pyperclip} BuildRequires: %{python_module setuptools >= 24.2.0} BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: python-rpm-macros -# test requirements -BuildRequires: %{python_module Jinja2} -BuildRequires: %{python_module openpyxl} -BuildRequires: %{python_module pyperclip} Requires: python-Cython >= 0.28.2 Requires: python-numpy >= 1.13.3 Requires: python-python-dateutil >= 2.6.1