Accepting request 744674 from devel:languages:python
- 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/request/show/744674 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astroid?expand=0&rev=21
This commit is contained in:
commit
a25b9c8acf
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b7546ffdedbf7abcfbff93cd1de9e9980b1ef744852689decc5aeada324238c6
|
|
||||||
size 297020
|
|
3
astroid-2.3.2.tar.gz
Normal file
3
astroid-2.3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:09a3fba616519311f1af8a461f804b68f0370e100c9264a035aa7846d7852e33
|
||||||
|
size 297318
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 1 08:34:46 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- 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 <tchvatal@suse.com>
|
Fri Oct 4 08:24:37 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-astroid
|
Name: python-astroid
|
||||||
Version: 2.3.1
|
Version: 2.3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Representation of Python source as an AST for pylint
|
Summary: Representation of Python source as an AST for pylint
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user