- 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:
parent
d60d343127
commit
20d170daa7
@ -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
3
astroid-2.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35b032003d6a863f5dcd7ec11abd5cd5893428beaa31ab164982403bcb311f22
|
||||
size 276196
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user