Accepting request 655705 from devel:languages:python

- Version update to 2.1.0:
  * Many changes around, see ChangeLog file

OBS-URL: https://build.opensuse.org/request/show/655705
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astroid?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2018-12-14 19:46:29 +00:00 committed by Git OBS Bridge
commit 1d8c732a23
4 changed files with 14 additions and 4 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:35b032003d6a863f5dcd7ec11abd5cd5893428beaa31ab164982403bcb311f22
size 276196

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Dec 6 14:39:34 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- Version update to 2.1.0:
* Many changes around, see ChangeLog file
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 18 08:46:02 UTC 2018 - Jan Engelhardt <jengelh@inai.de> Tue Sep 18 08:46:02 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1 %define skip_python2 1
Name: python-astroid Name: python-astroid
Version: 2.0.4 Version: 2.1.0
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
@ -39,6 +39,10 @@ Requires: python-lazy-object-proxy
Requires: python-six Requires: python-six
Requires: python-wrapt Requires: python-wrapt
BuildArch: noarch BuildArch: noarch
%if %{python3_version_nodots} < 35
BuildRequires: %{python_module typing}
Requires: python-typing
%endif
%python_subpackages %python_subpackages
%description %description