diff mbox series

[meta-python] python3-pandas: upgrade 1.5.1 -> 1.5.2

Message ID 1669616444-13316-1-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-pandas: upgrade 1.5.1 -> 1.5.2 | expand

Commit Message

Mingyu Wang (Fujitsu) Nov. 28, 2022, 6:20 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
Fixed regressions
------------------
    Fixed regression in MultiIndex.join() for extension array dtypes (GH49277)
    Fixed regression in Series.replace() raising RecursionError with numeric dtype and when specifying value=None (GH45725)
    Fixed regression in arithmetic operations for DataFrame with MultiIndex columns with different dtypes (GH49769)
    Fixed regression in DataFrame.plot() preventing Colormap instance from being passed using the colormap argument if Matplotlib 3.6+ is used (GH49374)
    Fixed regression in date_range() returning an invalid set of periods for CustomBusinessDay frequency and start date with timezone (GH49441)
    Fixed performance regression in groupby operations (GH49676)
    Fixed regression in Timedelta constructor returning object of wrong type when subclassing Timedelta (GH49579)

Bug fixes
---------
    Bug in the Copy-on-Write implementation losing track of views in certain chained indexing cases (GH48996)
    Fixed memory leak in Styler.to_excel() (GH49751)

Other
---------
    Reverted color as an alias for c and size as an alias for s in function DataFrame.plot.scatter() (GH49732)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-pandas_1.5.1.bb => python3-pandas_1.5.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pandas_1.5.1.bb => python3-pandas_1.5.2.bb} (89%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pandas_1.5.1.bb b/meta-python/recipes-devtools/python/python3-pandas_1.5.2.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-pandas_1.5.1.bb
rename to meta-python/recipes-devtools/python/python3-pandas_1.5.2.bb
index 65cd29d9b..15709b604 100644
--- a/meta-python/recipes-devtools/python/python3-pandas_1.5.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pandas_1.5.2.bb
@@ -6,7 +6,7 @@  HOMEPAGE = "http://pandas.pydata.org/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c1cc9ab35a8b2aabf933cd6d245b5db3"
 
-SRC_URI[sha256sum] = "249cec5f2a5b22096440bd85c33106b6102e0672204abd2d5c014106459804ee"
+SRC_URI[sha256sum] = "220b98d15cee0b2cd839a6358bd1f273d0356bf964c1a1aeb32d47db0215488b"
 
 inherit pypi setuptools3