From a8887b7f328f7eda3ab45a96e6ce5de2a6892d64ced0e54930338b547a8790ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 14 May 2025 10:18:07 +0000 Subject: [PATCH] Accepting request 1277372 from home:glaubitz:branches:devel:languages:python - Update to 3.3.10 * 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. OBS-URL: https://build.opensuse.org/request/show/1277372 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=115 --- astroid-3.3.10-gh.tar.gz | 3 +++ astroid-3.3.9-gh.tar.gz | 3 --- python-astroid.changes | 8 ++++++++ python-astroid.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 astroid-3.3.10-gh.tar.gz delete mode 100644 astroid-3.3.9-gh.tar.gz diff --git a/astroid-3.3.10-gh.tar.gz b/astroid-3.3.10-gh.tar.gz new file mode 100644 index 0000000..e7df314 --- /dev/null +++ b/astroid-3.3.10-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49a49abfe129a58c17d623544461780f77a24acf27ddc921d9ed7fc31b73279e +size 467911 diff --git a/astroid-3.3.9-gh.tar.gz b/astroid-3.3.9-gh.tar.gz deleted file mode 100644 index fd757bf..0000000 --- a/astroid-3.3.9-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4d4e496b955ddf73243f0649e853bd9719f3446edfe15e98a3e537dd3002900 -size 467796 diff --git a/python-astroid.changes b/python-astroid.changes index 7491b94..5090807 100644 --- a/python-astroid.changes +++ b/python-astroid.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 14 09:35:21 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 3.3.10 + * 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. + ------------------------------------------------------------------- Fri Mar 21 10:38:20 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-astroid.spec b/python-astroid.spec index c01c82a..3a991dd 100644 --- a/python-astroid.spec +++ b/python-astroid.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-astroid -Version: 3.3.9 +Version: 3.3.10 Release: 0 Summary: Representation of Python source as an AST for pylint License: LGPL-2.1-or-later