15
0

- Update to 2.4.2:

* `FunctionDef.is_generator` properly handles `yield` nodes in `While` tests
  * Properly construct the arguments of infered property descriptors

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=52
This commit is contained in:
2020-06-16 03:03:01 +00:00
committed by Git OBS Bridge
parent d225e05802
commit 1d3acd69d1
4 changed files with 11 additions and 4 deletions

View File

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