diff mbox series

[meta-python,03/43] python3-astroid: upgrade 3.3.9 -> 3.3.10

Message ID 1747817972-28874-3-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python,01/43] python3-aiodns: upgrade 3.2.0 -> 3.4.0 | expand

Commit Message

Mingyu Wang (Fujitsu) May 21, 2025, 8:58 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- Avoid importing submodules sharing names with standard library modules.
- Fix bug where pylint code.custom_extension would analyze code.py or code.pyi instead if they existed.

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-astroid_3.3.9.bb b/meta-python/recipes-devtools/python/python3-astroid_3.3.10.bb
similarity index 90%
rename from meta-python/recipes-devtools/python/python3-astroid_3.3.9.bb
rename to meta-python/recipes-devtools/python/python3-astroid_3.3.10.bb
index 9617e25e3b..b595335b99 100644
--- a/meta-python/recipes-devtools/python/python3-astroid_3.3.9.bb
+++ b/meta-python/recipes-devtools/python/python3-astroid_3.3.10.bb
@@ -4,7 +4,7 @@  SECTION = "devel/python"
 LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1"
 
-SRC_URI[sha256sum] = "622cc8e3048684aa42c820d9d218978021c3c3d174fb03a9f0d615921744f550"
+SRC_URI[sha256sum] = "c332157953060c6deb9caa57303ae0d20b0fbdb2e59b4a4f2a6ba49d0a7961ce"
 
 inherit pypi python_setuptools_build_meta