diff --git a/astroid-2.2.5.tar.gz b/astroid-2.2.5.tar.gz deleted file mode 100644 index 4a2ff38..0000000 --- a/astroid-2.2.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6560e1e1749f68c64a4b5dee4e091fce798d2f0d84ebe638cf0e0585a343acf4 -size 281829 diff --git a/astroid-2.3.1.tar.gz b/astroid-2.3.1.tar.gz new file mode 100644 index 0000000..6cb53bb --- /dev/null +++ b/astroid-2.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7546ffdedbf7abcfbff93cd1de9e9980b1ef744852689decc5aeada324238c6 +size 297020 diff --git a/python-astroid.changes b/python-astroid.changes index 6de5d2d..0e670e5 100644 --- a/python-astroid.changes +++ b/python-astroid.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Oct 3 14:07:26 UTC 2019 - Marketa Calabkova + +- 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 diff --git a/python-astroid.spec b/python-astroid.spec index 3d18082..f2bc33f 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.2.5 +Version: 2.3.1 Release: 0 Summary: Representation of Python source as an AST for pylint License: LGPL-2.1-or-later