15
0

Accepting request 734809 from home:mcalabkova:branches:devel:languages:python

- Update to 2.3.1
  * A transform for the builtin `dataclasses` module was added.
  * Add a brain tip for ``subprocess.check_output``
  * Remove NodeNG.nearest method because of lack of usage in astroid and pylint.
  * Allow importing wheel files.
  * Dropped support for Python 3.4.
  * Add support for Python 3.8's `NamedExpr` nodes, which is part of assignment expressions.
  * ...and more.

OBS-URL: https://build.opensuse.org/request/show/734809
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=42
This commit is contained in:
Tomáš Chvátal
2019-10-04 07:42:00 +00:00
committed by Git OBS Bridge
parent ffb348bdb3
commit 8afd70bd6f
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Oct 3 14:07:26 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 2.3.1
* A transform for the builtin `dataclasses` module was added.
* Add a brain tip for ``subprocess.check_output``
* Remove NodeNG.nearest method because of lack of usage in astroid and pylint.
* Allow importing wheel files.
* Dropped support for Python 3.4.
* Add support for Python 3.8's `NamedExpr` nodes, which is part of assignment expressions.
* ...and more.
-------------------------------------------------------------------
Mon Mar 11 09:46:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>