From 5f104464e94bf919c2da2c8f08edd9aa4ef2f787c8799234d2b2c4f6eba7b217 Mon Sep 17 00:00:00 2001
From: Steve Kowalik <steven.kowalik@suse.com>
Date: Mon, 11 Nov 2019 02:04:58 +0000
Subject: [PATCH] - Update to version 0.25.3   + Support Python 3.8   + Bug
 fixes     > Indexing       * Fix regression in DataFrame.reindex() not
 following the limit argument       * Fix regression in
 RangeIndex.get_indexer() for decreasing RangeIndex         where target
 values may be improperly identified as missing/present     > I/O       * Fix
 regression in notebook display where <th> tags were missing for        
 DataFrame.index values       * Regression in to_csv() where writing a Series
 or DataFrame indexed by         an IntervalIndex would incorrectly raise a
 TypeError       * Fix to_csv() with ExtensionArray with list-like values    
 > Groupby/resample/rolling       * Bug incorrectly raising an IndexError when
 passing a list of quantiles         to
 pandas.core.groupby.DataFrameGroupBy.quantile()       * Bug in
 pandas.core.groupby.GroupBy.shift(),        
 pandas.core.groupby.GroupBy.bfill() and        
 pandas.core.groupby.GroupBy.ffill() where timezone information would        
 be dropped       * Bug in DataFrameGroupBy.quantile() where NA values in the
 grouping         could cause segfaults or incorrect results

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pandas?expand=0&rev=23
---
 pandas-0.25.1.tar.gz  |  3 ---
 pandas-0.25.3.tar.gz  |  3 +++
 python-pandas.changes | 26 ++++++++++++++++++++++++++
 python-pandas.spec    |  2 +-
 4 files changed, 30 insertions(+), 4 deletions(-)
 delete mode 100644 pandas-0.25.1.tar.gz
 create mode 100644 pandas-0.25.3.tar.gz

diff --git a/pandas-0.25.1.tar.gz b/pandas-0.25.1.tar.gz
deleted file mode 100644
index e207cd1..0000000
--- a/pandas-0.25.1.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:cb2e197b7b0687becb026b84d3c242482f20cbb29a9981e43604eb67576da9f6
-size 12626560
diff --git a/pandas-0.25.3.tar.gz b/pandas-0.25.3.tar.gz
new file mode 100644
index 0000000..1a268c9
--- /dev/null
+++ b/pandas-0.25.3.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:42318e27fd7434b68999953391bd71d03ac721b251097b3f0e5eb1d9cfaa9fe0
+size 7599230
diff --git a/python-pandas.changes b/python-pandas.changes
index 4d9251d..45d19d4 100644
--- a/python-pandas.changes
+++ b/python-pandas.changes
@@ -1,3 +1,29 @@
+-------------------------------------------------------------------
+Mon Nov 11 01:59:25 UTC 2019 - Steve Kowalik <steven.kowalik@suse.com>
+
+- Update to version 0.25.3
+  + Support Python 3.8
+  + Bug fixes
+    > Indexing
+      * Fix regression in DataFrame.reindex() not following the limit argument
+      * Fix regression in RangeIndex.get_indexer() for decreasing RangeIndex
+        where target values may be improperly identified as missing/present
+    > I/O
+      * Fix regression in notebook display where <th> tags were missing for
+        DataFrame.index values
+      * Regression in to_csv() where writing a Series or DataFrame indexed by
+        an IntervalIndex would incorrectly raise a TypeError
+      * Fix to_csv() with ExtensionArray with list-like values
+    > Groupby/resample/rolling
+      * Bug incorrectly raising an IndexError when passing a list of quantiles
+        to pandas.core.groupby.DataFrameGroupBy.quantile()
+      * Bug in pandas.core.groupby.GroupBy.shift(),
+        pandas.core.groupby.GroupBy.bfill() and
+        pandas.core.groupby.GroupBy.ffill() where timezone information would
+        be dropped
+      * Bug in DataFrameGroupBy.quantile() where NA values in the grouping
+        could cause segfaults or incorrect results
+
 -------------------------------------------------------------------
 Fri Sep 20 09:40:08 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
 
diff --git a/python-pandas.spec b/python-pandas.spec
index 7ceec9e..e94b2a3 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:        0.25.1
+Version:        0.25.3
 Release:        0
 Summary:        Python data structures for data analysis, time series, and statistics
 License:        BSD-3-Clause