From 376c96c266ae2b45d2816017f31d49e061ec5c08069187ccce569fd19f281aaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 6 Oct 2020 08:01:19 +0000 Subject: [PATCH] Accepting request 839658 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/839658 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pandas?expand=0&rev=52 --- pandas-1.1.2.tar.gz | 3 -- pandas-1.1.3.tar.gz | 3 ++ python-pandas.changes | 68 +++++++++++++++++++++++++++++++++++++++++++ python-pandas.spec | 2 +- 4 files changed, 72 insertions(+), 4 deletions(-) delete mode 100644 pandas-1.1.2.tar.gz create mode 100644 pandas-1.1.3.tar.gz diff --git a/pandas-1.1.2.tar.gz b/pandas-1.1.2.tar.gz deleted file mode 100644 index 01426c6..0000000 --- a/pandas-1.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b64ffd87a2cfd31b40acd4b92cb72ea9a52a48165aec4c140e78fd69c45d1444 -size 5220166 diff --git a/pandas-1.1.3.tar.gz b/pandas-1.1.3.tar.gz new file mode 100644 index 0000000..b87abcc --- /dev/null +++ b/pandas-1.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:babbeda2f83b0686c9ad38d93b10516e68cdcd5771007eb80a763e98aaf44613 +size 5224249 diff --git a/python-pandas.changes b/python-pandas.changes index 8df2f22..d314842 100644 --- a/python-pandas.changes +++ b/python-pandas.changes @@ -1,3 +1,71 @@ +------------------------------------------------------------------- +Mon Oct 5 20:11:59 UTC 2020 - Arun Persaud + +- specfile: + * updated cython version + +- update to version 1.1.3: + * Development Changes + + The minimum version of Cython is now the most recent bug-fix + version (0.29.21) (GH36296). + * Fixed regressions + + Fixed regression in DataFrame.agg(), DataFrame.apply(), + Series.agg(), and Series.apply() where internal suffix is + exposed to the users when no relabelling is applied (GH36189) + + Fixed regression in IntegerArray unary plus and minus operations + raising a TypeError (GH36063) + + Fixed regression when adding a timedelta_range() to a Timestamp + raised a ValueError (GH35897) + + Fixed regression in Series.__getitem__() incorrectly raising + when the input was a tuple (GH35534) + + Fixed regression in Series.__getitem__() incorrectly raising + when the input was a frozenset (GH35747) + + Fixed regression in modulo of Index, Series and DataFrame using + numexpr using C not Python semantics (GH36047, GH36526) + + Fixed regression in read_excel() with engine="odf" caused + UnboundLocalError in some cases where cells had nested child + nodes (GH36122, GH35802) + + Fixed regression in DataFrame.replace() inconsistent replace + when using a float in the replace method (GH35376) + + Fixed regression in Series.loc() on a Series with a MultiIndex + containing Timestamp raising InvalidIndexError (GH35858) + + Fixed regression in DataFrame and Series comparisons between + numeric arrays and strings (GH35700, GH36377) + + Fixed regression in DataFrame.apply() with raw=True and + user-function returning string (GH35940) + + Fixed regression when setting empty DataFrame column to a Series + in preserving name of index in frame (GH36527) + + Fixed regression in Period incorrect value for ordinal over the + maximum timestamp (GH36430) + + Fixed regression in read_table() raised ValueError when + delim_whitespace was set to True (GH35958) + + Fixed regression in Series.dt.normalize() when normalizing + pre-epoch dates the result was shifted one day (GH36294) + * Bug fixes + + Bug in read_spss() where passing a pathlib.Path as path would + raise a TypeError (GH33666) + + Bug in Series.str.startswith() and Series.str.endswith() with + category dtype not propagating na parameter (GH36241) + + Bug in Series constructor where integer overflow would occur for + sufficiently large scalar inputs when an index was provided + (GH36291) + + Bug in DataFrame.sort_values() raising an AttributeError when + sorting on a key that casts column to categorical dtype + (GH36383) + + Bug in DataFrame.stack() raising a ValueError when stacking + MultiIndex columns based on position when the levels had + duplicate names (GH36353) + + Bug in Series.astype() showing too much precision when casting + from np.float32 to string dtype (GH36451) + + Bug in Series.isin() and DataFrame.isin() when using NaN and a + row length above 1,000,000 (GH22205) + + Bug in cut() raising a ValueError when passed a Series of labels + with ordered=False (GH36603) + * Other + + Reverted enhancement added in pandas-1.1.0 where + timedelta_range() infers a frequency when passed start, stop, + and periods (GH32377) + ------------------------------------------------------------------- Sat Sep 12 19:56:08 UTC 2020 - Arun Persaud diff --git a/python-pandas.spec b/python-pandas.spec index 8c0acfc..7ae39be 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -27,7 +27,7 @@ %bcond_with test %endif Name: python-pandas%{psuffix} -Version: 1.1.2 +Version: 1.1.3 Release: 0 Summary: Python data structures for data analysis, time series, and statistics License: BSD-3-Clause