diff mbox series

[meta-python] python3-astroid: update to version 3.0.2

Message ID 20231220210825.3605157-1-derek@asterius.io
State Accepted
Headers show
Series [meta-python] python3-astroid: update to version 3.0.2 | expand

Commit Message

Derek Straka Dec. 20, 2023, 9:08 p.m. UTC
Changelog
* Avoid duplicate inference results for some uses of typing.X constructs like Tuple[Optional[int], ...].
  This was causing pylint to occasionally omit messages like deprecated-typing-alias.

Closes pylint-dev/pylint#9220

Signed-off-by: Derek Straka <derek@asterius.io>
---
 .../{python3-astroid_3.0.1.bb => python3-astroid_3.0.2.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-astroid_3.0.1.bb => python3-astroid_3.0.2.bb} (90%)

Comments

Khem Raj Dec. 27, 2023, 8:21 a.m. UTC | #1
On Wed, 20 Dec 2023 21:08:25 +0000, Derek Straka wrote:
> Changelog
> * Avoid duplicate inference results for some uses of typing.X constructs like Tuple[Optional[int], ...].
>   This was causing pylint to occasionally omit messages like deprecated-typing-alias.
> 
> Closes pylint-dev/pylint#9220
> 
> 
> [...]

Applied, thanks!

[1/1] python3-astroid: update to version 3.0.2
      commit: 6a1d0752f8c8b3a74e5a79a777f4a52288c3ae2a

Best regards,
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-astroid_3.0.1.bb b/meta-python/recipes-devtools/python/python3-astroid_3.0.2.bb
similarity index 90%
rename from meta-python/recipes-devtools/python/python3-astroid_3.0.1.bb
rename to meta-python/recipes-devtools/python/python3-astroid_3.0.2.bb
index 348dc2ebb..23501ce00 100644
--- a/meta-python/recipes-devtools/python/python3-astroid_3.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-astroid_3.0.2.bb
@@ -4,7 +4,7 @@  SECTION = "devel/python"
 LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1"
 
-SRC_URI[sha256sum] = "86b0bb7d7da0be1a7c4aedb7974e391b32d4ed89e33de6ed6902b4b15c97577e"
+SRC_URI[sha256sum] = "4a61cf0a59097c7bb52689b0fd63717cd2a8a14dc9f1eee97b82d814881c8c91"
 
 inherit pypi python_setuptools_build_meta