Accepting request 1005671 from home:bnavigator:branches:devel:languages:python

- Update to v2.12.10
  * Fixed a crash when introspecting modules compiled by cffi.
  * decorators.cached now gets its cache cleared by calling
    AstroidManager.clear_cache.
- Release v2.12.9
  * Fixed creation of the __init__ of dataclassess with multiple
    inheritance.
  * Fixed a crash on namedtuples that use typename to specify
    their name.

OBS-URL: https://build.opensuse.org/request/show/1005671
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=72
This commit is contained in:
Dirk Mueller 2022-09-24 06:35:01 +00:00 committed by Git OBS Bridge
parent 9b0007dfa2
commit 0b8c790d0b
4 changed files with 17 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Sep 23 20:40:39 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to v2.12.10
* Fixed a crash when introspecting modules compiled by cffi.
* decorators.cached now gets its cache cleared by calling
AstroidManager.clear_cache.
- Release v2.12.9
* Fixed creation of the __init__ of dataclassess with multiple
inheritance.
* Fixed a crash on namedtuples that use typename to specify
their name.
-------------------------------------------------------------------
Thu Sep 22 22:50:11 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

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