- update to 2.15.3:

* Fix ``infer_call_result()`` crash on methods called
    ``with_metaclass()``
  * Suppress ``UserWarning`` when finding module specs.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=83
This commit is contained in:
Dirk Mueller 2023-04-17 19:07:57 +00:00 committed by Git OBS Bridge
parent d1e9fb3ed6
commit 54167c105e
4 changed files with 12 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb9a4ee7ca74a6f4f2a26e3cb68db2f0dc0a4350555782f3b61cb5bc7c1794e4
size 461132

3
astroid-2.15.3-gh.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce1aa602081088c6ccd92a469df5db50eb02ea0986614537c2a018217a432279
size 461474

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Apr 17 19:07:36 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.15.3:
* Fix ``infer_call_result()`` crash on methods called
``with_metaclass()``
* Suppress ``UserWarning`` when finding module specs.
-------------------------------------------------------------------
Sun Apr 16 09:20:21 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -17,7 +17,7 @@
Name: python-astroid
Version: 2.15.2
Version: 2.15.3
Release: 0
Summary: Representation of Python source as an AST for pylint
License: LGPL-2.1-or-later