Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pandas for openSUSE:Factory 
checked in at 2023-02-13 16:39:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pandas (Old)
 and      /work/SRC/openSUSE:Factory/.python-pandas.new.1848 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pandas"

Mon Feb 13 16:39:26 2023 rev:47 rq:1064396 version:1.5.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pandas/python-pandas.changes      
2022-12-25 15:14:47.625352982 +0100
+++ /work/SRC/openSUSE:Factory/.python-pandas.new.1848/python-pandas.changes    
2023-02-13 16:41:31.763587678 +0100
@@ -1,0 +2,58 @@
+Wed Feb  8 18:28:19 UTC 2023 - Arun Persaud <[email protected]>
+
+- specfile:
+  * update copyright year
+  * remove pandas-pr49886-fix-numpy-deprecations.patch, implemented upstreams
+
+- update to version 1.5.3:
+  * Fixed regressions
+    + Fixed performance regression in Series.isin() when values is
+      empty (GH49839)
+    + Fixed regression in DataFrame.memory_usage() showing unnecessary
+      FutureWarning when DataFrame is empty (GH50066)
+    + Fixed regression in DataFrameGroupBy.transform() when used with
+      as_index=False (GH49834)
+    + Enforced reversion of color as an alias for c and size as an
+      alias for s in function DataFrame.plot.scatter() (GH49732)
+    + Fixed regression in SeriesGroupBy.apply() setting a name
+      attribute on the result if the result was a DataFrame (GH49907)
+    + Fixed performance regression in setting with the at() indexer
+      (GH49771)
+    + Fixed regression in the methods apply, agg, and transform when
+      used with NumPy functions that informed users to supply
+      numeric_only=True if the operation failed on non-numeric dtypes;
+      such columns must be dropped prior to using these methods
+      (GH50538)
+    + Fixed regression in to_datetime() raising ValueError when
+      parsing array of float containing np.nan (GH50237)
+  * Bug fixes
+    + Bug in the Copy-on-Write implementation losing track of views
+      when indexing a DataFrame with another DataFrame (GH50630)
+    + Bug in Styler.to_excel() leading to error when unrecognized
+      border-style (e.g. "hair") provided to Excel writers (GH48649)
+    + Bug in Series.quantile() emitting warning from NumPy when Series
+      has only NA values (GH50681)
+    + Bug when chaining several Styler.concat() calls, only the last
+      styler was concatenated (GH49207)
+    + Fixed bug when instantiating a DataFrame subclass inheriting
+      from typing.Generic that triggered a UserWarning on python 3.11
+      (GH49649)
+    + Bug in pivot_table() with NumPy 1.24 or greater when the
+      DataFrame columns has nested elements (GH50342)
+    + Bug in pandas.testing.assert_series_equal() (and equivalent
+      assert_ functions) when having nested data and using numpy >=
+      1.25 (GH50360)
+  * Other
+    + Note: If you are using DataFrame.to_sql(), read_sql(),
+      read_sql_table(), or read_sql_query() with SQLAlchemy 1.4.46 or
+      greater, you may see a sqlalchemy.exc.RemovedIn20Warning. These
+      warnings can be safely ignored for the SQLAlchemy 1.4.x releases
+      as pandas works toward compatibility with SQLAlchemy 2.0.
+    + Reverted deprecation (GH45324) of behavior of
+      Series.__getitem__() and Series.__setitem__() slicing with an
+      integer Index; this will remain positional (GH49612)
+    + A FutureWarning raised when attempting to set values inplace
+      with DataFrame.loc() or DataFrame.iloc() has been changed to a
+      DeprecationWarning (GH48673)
+
+-------------------------------------------------------------------

Old:
----
  pandas-1.5.2.tar.gz
  pandas-pr49886-fix-numpy-deprecations.patch

New:
----
  pandas-1.5.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pandas.spec ++++++
--- /var/tmp/diff_new_pack.iMSFTZ/_old  2023-02-13 16:41:32.427591975 +0100
+++ /var/tmp/diff_new_pack.iMSFTZ/_new  2023-02-13 16:41:32.431592001 +0100
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -39,9 +39,8 @@
 %define psuffix %{nil}
 %bcond_with test
 %endif
-
 Name:           python-pandas%{psuffix}
-Version:        1.5.2
+Version:        1.5.3
 Release:        0
 Summary:        Python data structures for data analysis, time series, and 
statistics
 License:        BSD-3-Clause
@@ -49,8 +48,6 @@
 URL:            https://pandas.pydata.org/
 Source0:        
https://files.pythonhosted.org/packages/source/p/pandas/pandas-%{version}.tar.gz
 # SourceRepository: https://github.com/pandas-dev/pandas
-# PATCH-FIX-UPSTREAM pandas-pr49886-fix-numpy-deprecations.patch 
gh#pandas-dev/pandas#49886, gh#pandas-dev/pandas#49887
-Patch1:         pandas-pr49886-fix-numpy-deprecations.patch
 BuildRequires:  %{python_module Cython >= 0.29.32}
 BuildRequires:  %{python_module devel >= 3.8}
 BuildRequires:  %{python_module numpy-devel >= 1.20.3}
@@ -63,56 +60,56 @@
 Requires:       python-numpy >= 1.20.3
 Requires:       python-python-dateutil >= 2.8.1
 Requires:       python-pytz >= 2020.1
+Obsoletes:      python-pandas-doc < %{version}
+Provides:       python-pandas-doc = %{version}
 # SECTION Optional dependencies
 # 
https://pandas.pydata.org/docs/getting_started/install.html#optional-dependencies
 Recommends:     python-Bottleneck >= 1.3.2
 Recommends:     python-numexpr >= 2.7.3
-# Visualization
-Suggests:       python-matplotlib >= 3.3.2
+# Compression
+Suggests:       python-Brotli >= 0.7.0
 Suggests:       python-Jinja2 >= 3.0.0
-Suggests:       python-tabulate >= 0.8.9
-# Computation
-Suggests:       python-scipy >= 1.7.1
-Suggests:       python-numba >= 0.53.1
-Suggests:       python-xarray >= 0.19.0
-# Excel files
-Suggests:       python-xlrd >= 2.0.1
-Suggests:       python-xlwt >= 1.3.0
-Suggests:       python-XlsxWriter >= 1.2.2
-Suggests:       python-openpyxl >= 3.0.7
-Suggests:       python-pyxlb >= 1.0.8
-# HTML
-Suggests:       python-beautifulsoup4 >= 4.9.3
-Suggests:       python-html5lib >= 1.1
-Suggests:       python-lxml >= 4.6.3
 # SQL databases
 Suggests:       python-PyMySQL >= 1.0.2
+Suggests:       python-QtPy
 Suggests:       python-SQLAlchemy >= 1.4.16
-Suggests:       python-psycopg2 >= 2.8.6
-# Other data sources
-Suggests:       python-tables >= 3.6.1
+Suggests:       python-XlsxWriter >= 1.2.2
+# HTML
+Suggests:       python-beautifulsoup4 >= 4.9.3
 Suggests:       python-blosc >= 1.21.0
-Suggests:       python-zlib
 Suggests:       python-fastparquet >= 0.4.0
-Suggests:       python-pyarrow >= 1.0.1
-Suggests:       python-pyreadstat >= 1.1.2
 # Access data in the cloud
 Suggests:       python-fsspec >= 2021.7.0
 Suggests:       python-gcsfs >= 2021.7.0
+Suggests:       python-html5lib >= 1.1
+Suggests:       python-lxml >= 4.6.3
+# Visualization
+Suggests:       python-matplotlib >= 3.3.2
+Suggests:       python-numba >= 0.53.1
+Suggests:       python-openpyxl >= 3.0.7
 Suggests:       python-pandas-gbq >= 0.15.0
-Suggests:       python-s3fs >= 2021.08.0
+Suggests:       python-psycopg2 >= 2.8.6
+Suggests:       python-pyarrow >= 1.0.1
+Suggests:       python-pyreadstat >= 1.1.2
+Suggests:       python-python-snappy >= 0.6.0
+Suggests:       python-pyxlb >= 1.0.8
 # Clipboard
 Suggests:       python-qt5
-Suggests:       python-QtPy
+Suggests:       python-s3fs >= 2021.08.0
+# Computation
+Suggests:       python-scipy >= 1.7.1
+# Other data sources
+Suggests:       python-tables >= 3.6.1
+Suggests:       python-tabulate >= 0.8.9
+Suggests:       python-xarray >= 0.19.0
+# Excel files
+Suggests:       python-xlrd >= 2.0.1
+Suggests:       python-xlwt >= 1.3.0
+Suggests:       python-zlib
+Suggests:       python-zstandard >= 0.15.2
 Suggests:       xclip
 Suggests:       xsel
-# Compression
-Suggests:       python-Brotli >= 0.7.0
-Suggests:       python-python-snappy >= 0.6.0
-Suggests:       python-zstandard >= 0.15.2
 # /SECTION
-Obsoletes:      python-pandas-doc < %{version}
-Provides:       python-pandas-doc = %{version}
 %if %{with test}
 BuildRequires:  %{python_module Bottleneck >= 1.3.2}
 BuildRequires:  %{python_module Jinja2 >= 3}

++++++ pandas-1.5.2.tar.gz -> pandas-1.5.3.tar.gz ++++++
++++ 3455 lines of diff (skipped)

Reply via email to