From 7380d20f7d70537920cf4be3ac6dca7b446a4b7ee67afdc14ab57097d3d0f9fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 1 Nov 2019 08:38:30 +0000 Subject: [PATCH] - Update to 2.3.2: * All type comments have as parent the corresponding `astroid` node * Pass an inference context to `metaclass()` when inferring an object type OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=45 --- astroid-2.3.1.tar.gz | 3 --- astroid-2.3.2.tar.gz | 3 +++ python-astroid.changes | 7 +++++++ python-astroid.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 astroid-2.3.1.tar.gz create mode 100644 astroid-2.3.2.tar.gz diff --git a/astroid-2.3.1.tar.gz b/astroid-2.3.1.tar.gz deleted file mode 100644 index 6cb53bb..0000000 --- a/astroid-2.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7546ffdedbf7abcfbff93cd1de9e9980b1ef744852689decc5aeada324238c6 -size 297020 diff --git a/astroid-2.3.2.tar.gz b/astroid-2.3.2.tar.gz new file mode 100644 index 0000000..2ce2c2e --- /dev/null +++ b/astroid-2.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09a3fba616519311f1af8a461f804b68f0370e100c9264a035aa7846d7852e33 +size 297318 diff --git a/python-astroid.changes b/python-astroid.changes index 4f7bf8e..58c0585 100644 --- a/python-astroid.changes +++ b/python-astroid.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 1 08:34:46 UTC 2019 - Tomáš Chvátal + +- Update to 2.3.2: + * All type comments have as parent the corresponding `astroid` node + * Pass an inference context to `metaclass()` when inferring an object type + ------------------------------------------------------------------- Fri Oct 4 08:24:37 UTC 2019 - Tomáš Chvátal diff --git a/python-astroid.spec b/python-astroid.spec index 02b7de7..69f6743 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.3.1 +Version: 2.3.2 Release: 0 Summary: Representation of Python source as an AST for pylint License: LGPL-2.1-or-later