15
0

- Version update to 2.1.0:

* Many changes around, see ChangeLog file

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=34
This commit is contained in:
Tomáš Chvátal
2018-12-06 14:40:55 +00:00
committed by Git OBS Bridge
parent d60d343127
commit 20d170daa7
4 changed files with 14 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-astroid
Version: 2.0.4
Version: 2.1.0
Release: 0
Summary: Representation of Python source as an AST for pylint
License: LGPL-2.1-or-later
@@ -39,6 +39,10 @@ Requires: python-lazy-object-proxy
Requires: python-six
Requires: python-wrapt
BuildArch: noarch
%if %{python3_version_nodots} < 35
BuildRequires: %{python_module typing}
Requires: python-typing
%endif
%python_subpackages
%description