- update to 2.8.5:

* Use more permissive versions for the ``typed-ast`` dependencie
    (<2.0 instead of <1.5)
  * Fix crash on inference of ``__len__``.
  * Added missing ``kind`` (for ``Const``) and ``conversion``
    (for ``FormattedValue``) fields to repr.
  * Fix crash with assignment expressions, nested if expressions
    and filtering of statements
  * Fix incorrect filtering of assignment expressions statements

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=66
This commit is contained in:
Dirk Mueller 2021-11-13 20:22:50 +00:00 committed by Git OBS Bridge
parent 814e66b81c
commit 93a25f6815
4 changed files with 17 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Nov 13 20:22:06 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 2.8.5:
* Use more permissive versions for the ``typed-ast`` dependencie
(<2.0 instead of <1.5)
* Fix crash on inference of ``__len__``.
* Added missing ``kind`` (for ``Const``) and ``conversion``
(for ``FormattedValue``) fields to repr.
* Fix crash with assignment expressions, nested if expressions
and filtering of statements
* Fix incorrect filtering of assignment expressions statements
-------------------------------------------------------------------
Wed Oct 27 13:31:47 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@ -19,7 +19,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-astroid
Version: 2.8.4
Version: 2.8.5
Release: 0
Summary: Representation of Python source as an AST for pylint
License: LGPL-2.1-or-later