Skip to content

Commit

Permalink
python3-astroid: Upgrade 2.8.4 -> 2.8.5
Browse files Browse the repository at this point in the history
Upgrade to release 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

Signed-off-by: Leon Anavi <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
leon-anavi authored and kraj committed Nov 13, 2021
1 parent 0facb06 commit cb51924
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SECTION = "devel/python"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1"

SRC_URI[sha256sum] = "1e83a69fd51b013ebf5912d26b9338d6643a55fec2f20c787792680610eed4a2"
SRC_URI[sha256sum] = "11f7356737b624c42e21e71fe85eea6875cb94c03c82ac76bd535a0ff10b0f25"

inherit pypi setuptools3

Expand Down

0 comments on commit cb51924

Please sign in to comment.