Accepting request 931287 from devel:languages:python
- 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/request/show/931287 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astroid?expand=0&rev=33
This commit is contained in:
commit
ee824778fe
@ -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
3
astroid-2.8.5-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:23442400e49c269db88ed3f888f328b1b581b6efe9e3735868476763bfd283c9
|
||||
size 393800
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user