diff mbox series

[meta-python,5/9] python3-astroid: upgrade 2.15.5 -> 2.15.6

Message ID 20230717152032.3161667-5-tgamblin@baylibre.com
State New
Headers show
Series [meta-python,1/9] python3-alembic: upgrade 1.10.4 -> 1.11.1 | expand

Commit Message

Trevor Gamblin July 17, 2023, 3:20 p.m. UTC
Changelog: https://github.com/pylint-dev/astroid/releases/tag/v2.15.6

Changes:

- Harden get_module_part() against ".".
- Avoid expensive list/tuple multiplication operations that would result in MemoryError.

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
---
 .../{python3-astroid_2.15.5.bb => python3-astroid_2.15.6.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-astroid_2.15.5.bb => python3-astroid_2.15.6.bb} (90%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.15.5.bb b/meta-python/recipes-devtools/python/python3-astroid_2.15.6.bb
similarity index 90%
rename from meta-python/recipes-devtools/python/python3-astroid_2.15.5.bb
rename to meta-python/recipes-devtools/python/python3-astroid_2.15.6.bb
index 7c859107cb..7325eb13f3 100644
--- a/meta-python/recipes-devtools/python/python3-astroid_2.15.5.bb
+++ b/meta-python/recipes-devtools/python/python3-astroid_2.15.6.bb
@@ -4,7 +4,7 @@  SECTION = "devel/python"
 LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1"
 
-SRC_URI[sha256sum] = "1039262575027b441137ab4a62a793a9b43defb42c32d5670f38686207cd780f"
+SRC_URI[sha256sum] = "903f024859b7c7687d7a7f3a3f73b17301f8e42dfd9cc9df9d4418172d3e2dbd"
 
 inherit pypi python_setuptools_build_meta