From 1d3acd69d1f1fea948cfbd414832939499ac0eb61accb1ed36b514e6ee00a541 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 16 Jun 2020 03:03:01 +0000 Subject: [PATCH] - 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 --- astroid-2.4.1.tar.gz | 3 --- astroid-2.4.2.tar.gz | 3 +++ python-astroid.changes | 7 +++++++ python-astroid.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 astroid-2.4.1.tar.gz create mode 100644 astroid-2.4.2.tar.gz diff --git a/astroid-2.4.1.tar.gz b/astroid-2.4.1.tar.gz deleted file mode 100644 index 7b408dd..0000000 --- a/astroid-2.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c17cea3e592c21b6e222f673868961bad77e1f985cb1694ed077475a89229c1 -size 310789 diff --git a/astroid-2.4.2.tar.gz b/astroid-2.4.2.tar.gz new file mode 100644 index 0000000..5f1a82b --- /dev/null +++ b/astroid-2.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f4078c2a41bf377eea06d71c9d2ba4eb8f6b1af2135bec27bbbb7d8f12bb703 +size 310972 diff --git a/python-astroid.changes b/python-astroid.changes index a6289e7..bbfa89b 100644 --- a/python-astroid.changes +++ b/python-astroid.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jun 16 02:59:27 UTC 2020 - Steve Kowalik + +- Update to 2.4.2: + * `FunctionDef.is_generator` properly handles `yield` nodes in `While` tests + * Properly construct the arguments of infered property descriptors + ------------------------------------------------------------------- Thu May 7 04:36:24 UTC 2020 - Steve Kowalik diff --git a/python-astroid.spec b/python-astroid.spec index 22b5831..50ba26d 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.4.1 +Version: 2.4.2 Release: 0 Summary: Representation of Python source as an AST for pylint License: LGPL-2.1-or-later