- Update to 2.2.5:

* The last except handler wins when inferring variables bound in an except handler.
- Update to 2.2.4:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=40
This commit is contained in:
Tomáš Chvátal 2019-03-11 09:48:36 +00:00 committed by Git OBS Bridge
parent 0b20e649d5
commit ffb348bdb3
4 changed files with 11 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:62bd1d8d2ace3e812b3a22eb3c4b7856536d8cc0cdb37466f6a53cf881dbad1f
size 281284

3
astroid-2.2.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6560e1e1749f68c64a4b5dee4e091fce798d2f0d84ebe638cf0e0585a343acf4
size 281829

View File

@ -1,7 +1,13 @@
-------------------------------------------------------------------
Mon Mar 11 09:46:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.2.5:
* The last except handler wins when inferring variables bound in an except handler.
-------------------------------------------------------------------
Wed Mar 6 12:27:13 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.2.1:
- Update to 2.2.4:
* Many changes inside, see ChangeLog
-------------------------------------------------------------------

View File

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