All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-python] [PATCH] python3-pandas: upgrade 1.5.1 -> 1.5.2
@ 2022-11-28  6:20 wangmy
  2022-11-28  6:20 ` [oe] [meta-python] [PATCH] python3-pyatspi: upgrade 2.38.2 -> 2.46.0 wangmy
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: wangmy @ 2022-11-28  6:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

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 --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
 
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [oe] [meta-python] [PATCH] python3-pyatspi: upgrade 2.38.2 -> 2.46.0
  2022-11-28  6:20 [oe] [meta-python] [PATCH] python3-pandas: upgrade 1.5.1 -> 1.5.2 wangmy
@ 2022-11-28  6:20 ` wangmy
  2022-11-28  6:20 ` [oe] [meta-python] [PATCH] python3-pybind11-json: upgrade 0.2.11 -> 0.2.13 wangmy
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2022-11-28  6:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-pyatspi_2.38.2.bb => python3-pyatspi_2.46.0.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pyatspi_2.38.2.bb => python3-pyatspi_2.46.0.bb} (94%)

diff --git a/meta-python/recipes-devtools/python/python3-pyatspi_2.38.2.bb b/meta-python/recipes-devtools/python/python3-pyatspi_2.46.0.bb
similarity index 94%
rename from meta-python/recipes-devtools/python/python3-pyatspi_2.38.2.bb
rename to meta-python/recipes-devtools/python/python3-pyatspi_2.46.0.bb
index 7c822ac23..4595eafc6 100644
--- a/meta-python/recipes-devtools/python/python3-pyatspi_2.38.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pyatspi_2.46.0.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=db29218e6ba3794c56df7d4987dc7e4d \
 DEPENDS = "python3-dbus-native glib-2.0 dbus-glib libxml2 atk gtk+ python3-pygobject"
 
 SRC_URI = "git://github.com/GNOME/pyatspi2.git;protocol=https;branch=master"
-SRCREV = "141a53029b3e16bfa5f100ae54a77234a9bf3426"
+SRCREV = "c9cb2a2289a6eb1fb95b66c25d5351bfea54c47e"
 
 S = "${WORKDIR}/git" 
 
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [oe] [meta-python] [PATCH] python3-pybind11-json: upgrade 0.2.11 -> 0.2.13
  2022-11-28  6:20 [oe] [meta-python] [PATCH] python3-pandas: upgrade 1.5.1 -> 1.5.2 wangmy
  2022-11-28  6:20 ` [oe] [meta-python] [PATCH] python3-pyatspi: upgrade 2.38.2 -> 2.46.0 wangmy
@ 2022-11-28  6:20 ` wangmy
  2022-11-28  6:20 ` [oe] [meta-python] [PATCH] python3-pychromecast: upgrade 12.1.4 -> 13.0.1 wangmy
  2022-11-28  6:20 ` [oe] [meta-python] [PATCH] python3-pycodestyle: upgrade 2.9.1 -> 2.10.0 wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2022-11-28  6:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
Bug fixes
----------
    Fix large unsigned conversions in from_json

Maintenance
-----------
    Add Python 3.10 to build matrix
    Fix deprecation warning in tests
    Update CI

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...-pybind11-json_0.2.11.bb => python3-pybind11-json_0.2.13.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pybind11-json_0.2.11.bb => python3-pybind11-json_0.2.13.bb} (85%)

diff --git a/meta-python/recipes-devtools/python/python3-pybind11-json_0.2.11.bb b/meta-python/recipes-devtools/python/python3-pybind11-json_0.2.13.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-pybind11-json_0.2.11.bb
rename to meta-python/recipes-devtools/python/python3-pybind11-json_0.2.13.bb
index e06579a6c..67bd2a33a 100644
--- a/meta-python/recipes-devtools/python/python3-pybind11-json_0.2.11.bb
+++ b/meta-python/recipes-devtools/python/python3-pybind11-json_0.2.13.bb
@@ -2,7 +2,7 @@ SUMMARY = "Using nlohmann::json with pybind11"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=0e25ff0ec476d06d366439e1120cce98"
 
-SRCREV = "0fbbe3bbb27bd07a5ec7d71cbb1f17eaf4d37702"
+SRCREV = "b02a2ad597d224c3faee1f05a56d81d4c4453092"
 SRC_URI = "git://github.com/pybind/pybind11_json;branch=master;protocol=https"
 
 DEPENDS += "nlohmann-json python3-pybind11"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [oe] [meta-python] [PATCH] python3-pychromecast: upgrade 12.1.4 -> 13.0.1
  2022-11-28  6:20 [oe] [meta-python] [PATCH] python3-pandas: upgrade 1.5.1 -> 1.5.2 wangmy
  2022-11-28  6:20 ` [oe] [meta-python] [PATCH] python3-pyatspi: upgrade 2.38.2 -> 2.46.0 wangmy
  2022-11-28  6:20 ` [oe] [meta-python] [PATCH] python3-pybind11-json: upgrade 0.2.11 -> 0.2.13 wangmy
@ 2022-11-28  6:20 ` wangmy
  2022-11-28  6:20 ` [oe] [meta-python] [PATCH] python3-pycodestyle: upgrade 2.9.1 -> 2.10.0 wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2022-11-28  6:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...n3-pychromecast_12.1.4.bb => python3-pychromecast_13.0.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pychromecast_12.1.4.bb => python3-pychromecast_13.0.1.bb} (84%)

diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_12.1.4.bb b/meta-python/recipes-devtools/python/python3-pychromecast_13.0.1.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-pychromecast_12.1.4.bb
rename to meta-python/recipes-devtools/python/python3-pychromecast_13.0.1.bb
index 69372060b..59f1bfdfc 100644
--- a/meta-python/recipes-devtools/python/python3-pychromecast_12.1.4.bb
+++ b/meta-python/recipes-devtools/python/python3-pychromecast_13.0.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/balloob/pychromecast"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5"
 
-SRC_URI[sha256sum] = "9e57dc985a4a05db5bdcd5da219cbf6ced25548ca093f8d74bc107b3c554ec00"
+SRC_URI[sha256sum] = "203aaf037afbaca12763a3a911929dd25b0a8a7b1ee00d010d3439bd31a98252"
 
 PYPI_PACKAGE = "PyChromecast"
 
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [oe] [meta-python] [PATCH] python3-pycodestyle: upgrade 2.9.1 -> 2.10.0
  2022-11-28  6:20 [oe] [meta-python] [PATCH] python3-pandas: upgrade 1.5.1 -> 1.5.2 wangmy
                   ` (2 preceding siblings ...)
  2022-11-28  6:20 ` [oe] [meta-python] [PATCH] python3-pychromecast: upgrade 12.1.4 -> 13.0.1 wangmy
@ 2022-11-28  6:20 ` wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2022-11-28  6:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changes:
========
    E231: allow trailing comma inside 1-tuples in []. PR #1108.
    W601, W602, W603, W604: removed (no longer relevant in python 3). PR #1111.
    E741: also apply to lambdas. PR #1106.
    E741: fix false positive for comparison operators. PR #1118.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...thon3-pycodestyle_2.9.1.bb => python3-pycodestyle_2.10.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pycodestyle_2.9.1.bb => python3-pycodestyle_2.10.0.bb} (76%)

diff --git a/meta-python/recipes-devtools/python/python3-pycodestyle_2.9.1.bb b/meta-python/recipes-devtools/python/python3-pycodestyle_2.10.0.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python3-pycodestyle_2.9.1.bb
rename to meta-python/recipes-devtools/python/python3-pycodestyle_2.10.0.bb
index 928e2b2ae..b29fd4861 100644
--- a/meta-python/recipes-devtools/python/python3-pycodestyle_2.9.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pycodestyle_2.10.0.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
 SECTION = "devel/python"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a8546d0e77f416fb05a26acd89c8b3bd"
 
-SRC_URI[sha256sum] = "2c9607871d58c76354b697b42f5d57e1ada7d261c261efac224b664affdc5785"
+SRC_URI[sha256sum] = "347187bdb476329d98f695c213d7295a846d1152ff4fe9bacb8a9590b8ee7053"
 
 inherit pypi setuptools3
 
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-11-28  6:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-28  6:20 [oe] [meta-python] [PATCH] python3-pandas: upgrade 1.5.1 -> 1.5.2 wangmy
2022-11-28  6:20 ` [oe] [meta-python] [PATCH] python3-pyatspi: upgrade 2.38.2 -> 2.46.0 wangmy
2022-11-28  6:20 ` [oe] [meta-python] [PATCH] python3-pybind11-json: upgrade 0.2.11 -> 0.2.13 wangmy
2022-11-28  6:20 ` [oe] [meta-python] [PATCH] python3-pychromecast: upgrade 12.1.4 -> 13.0.1 wangmy
2022-11-28  6:20 ` [oe] [meta-python] [PATCH] python3-pycodestyle: upgrade 2.9.1 -> 2.10.0 wangmy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.