From b493e949ad9b861547f9ca1a9bd0ecf5e9bb023147f8a125fb7569a45413f64a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 3 May 2021 14:16:13 +0000 Subject: [PATCH] Accepting request 889896 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/889896 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pandas?expand=0&rev=60 --- pandas-1.2.3.tar.gz | 3 --- pandas-1.2.4.tar.gz | 3 +++ python-pandas.changes | 24 ++++++++++++++++++++++++ python-pandas.spec | 4 ++-- 4 files changed, 29 insertions(+), 5 deletions(-) delete mode 100644 pandas-1.2.3.tar.gz create mode 100644 pandas-1.2.4.tar.gz diff --git a/pandas-1.2.3.tar.gz b/pandas-1.2.3.tar.gz deleted file mode 100644 index 6c38671..0000000 --- a/pandas-1.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df6f10b85aef7a5bb25259ad651ad1cc1d6bb09000595cab47e718cbac250b1d -size 5466356 diff --git a/pandas-1.2.4.tar.gz b/pandas-1.2.4.tar.gz new file mode 100644 index 0000000..e78a2b2 --- /dev/null +++ b/pandas-1.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:649ecab692fade3cbfcf967ff936496b0cfba0af00a55dfaacd82bdda5cb2279 +size 5469105 diff --git a/python-pandas.changes b/python-pandas.changes index 5097c26..f9b95c3 100644 --- a/python-pandas.changes +++ b/python-pandas.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon May 3 01:33:01 UTC 2021 - Arun Persaud + +- update to version 1.2.4: + * Fixed regressions + + Fixed regression in DataFrame.sum() when min_count greater than + the DataFrame shape was passed resulted in a ValueError + (GH39738) + + Fixed regression in DataFrame.to_json() raising AttributeError + when run on PyPy (GH39837) + + Fixed regression in (in)equality comparison of pd.NaT with a + non-datetimelike numpy array returning a scalar instead of an + array (GH40722) + + Fixed regression in DataFrame.where() not returning a copy in + the case of an all True condition (GH39595) + + Fixed regression in DataFrame.replace() raising IndexError when + regex was a multi-key dictionary (GH39338) + + Fixed regression in repr of floats in an object column not + respecting float_format when printed in the console or outputted + through DataFrame.to_string(), DataFrame.to_html(), and + DataFrame.to_latex() (GH40024) + + Fixed regression in NumPy ufuncs such as np.add not passing + through all arguments for DataFrame (GH40662) + ------------------------------------------------------------------- Wed Mar 3 19:10:52 UTC 2021 - Arun Persaud diff --git a/python-pandas.spec b/python-pandas.spec index 98624ed..8d486b7 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -1,5 +1,5 @@ # -# spec file for package python-pandas +# spec file for package python-pandas-test # # Copyright (c) 2021 SUSE LLC # @@ -28,7 +28,7 @@ %bcond_with test %endif Name: python-pandas%{psuffix} -Version: 1.2.3 +Version: 1.2.4 Release: 0 Summary: Python data structures for data analysis, time series, and statistics License: BSD-3-Clause