diff --git a/astroid-2.8.4-gh.tar.gz b/astroid-2.8.4-gh.tar.gz deleted file mode 100644 index 8a31268..0000000 --- a/astroid-2.8.4-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8da13c416071acfb0153cf1dcd0b40f61cf54261075f88d5bc1f8a02407c54e -size 391667 diff --git a/astroid-2.8.5-gh.tar.gz b/astroid-2.8.5-gh.tar.gz new file mode 100644 index 0000000..11f36e3 --- /dev/null +++ b/astroid-2.8.5-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23442400e49c269db88ed3f888f328b1b581b6efe9e3735868476763bfd283c9 +size 393800 diff --git a/python-astroid.changes b/python-astroid.changes index bc22d74..0606108 100644 --- a/python-astroid.changes +++ b/python-astroid.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Nov 13 20:22:06 UTC 2021 - Dirk Müller + +- 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 diff --git a/python-astroid.spec b/python-astroid.spec index 27e9653..a02bcb7 100644 --- a/python-astroid.spec +++ b/python-astroid.spec @@ -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