15
0

- 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:
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 +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>