!6 Update package astroid of version 2.1.0
From: @sean-lau Reviewed-by: Signed-off-by:
This commit is contained in:
commit
b8ee17fc6d
BIN
astroid-2.1.0.tar.gz
Normal file
BIN
astroid-2.1.0.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-astroid
|
||||
Version: 2.5
|
||||
Version: 2.1.0
|
||||
Release: 1
|
||||
Summary: An abstract syntax tree for Python with inference support.
|
||||
License: LGPL-2.1-only and GPL-2.0-or-later
|
||||
URL: https://github.com/PyCQA/astroid
|
||||
Source0: https://files.pythonhosted.org/packages/18/00/753b485627d9cd642516c195db63dcc0c87c36b8c682125c000b7f611b09/astroid-2.5.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/df/d1/b45e0bbfe0ad2253b1d589afd09f94fcf4407b4c7c5fc4d3e3540cc13c75/astroid-2.1.0.tar.gz
|
||||
BuildArch: noarch
|
||||
%description
|
||||
An abstract syntax tree for Python with inference support.
|
||||
@ -24,12 +24,13 @@ BuildRequires: python3-wheel
|
||||
BuildRequires: python3-pytest-runner
|
||||
# General requires
|
||||
BuildRequires: python3-lazy-object-proxy
|
||||
BuildRequires: python3-six
|
||||
BuildRequires: python3-wrapt
|
||||
# General requires
|
||||
Requires: python3-lazy-object-proxy
|
||||
Requires: python3-six
|
||||
Requires: python3-wrapt
|
||||
Requires: python3-pytest-runner
|
||||
# General requires
|
||||
%description -n python3-astroid
|
||||
An abstract syntax tree for Python with inference support.
|
||||
The aim of this module is to provide a common base representation of python
|
||||
@ -44,7 +45,7 @@ The aim of this module is to provide a common base representation of python
|
||||
source code. It is currently the library powering pylint capabilities.
|
||||
|
||||
%prep
|
||||
%autosetup -n astroid-2.5
|
||||
%autosetup -n astroid-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -78,6 +79,7 @@ popd
|
||||
mv %{buildroot}/filelist.lst .
|
||||
mv %{buildroot}/doclist.lst .
|
||||
|
||||
|
||||
%files -n python3-astroid -f filelist.lst
|
||||
%dir %{python3_sitelib}/*
|
||||
|
||||
@ -85,11 +87,5 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 19 2021 OpenStack_SIG <openstack@openeuler.org> - 2.5-1
|
||||
- Upgrade to version 2.5
|
||||
|
||||
* Wed Jun 24 2020 huanghaitao <huanghaitao8@huawei.com> - 2.3.3-5
|
||||
- update to fix test errors with python3.8
|
||||
|
||||
* Mon Feb 24 2020 Senlin Xia<xiasenlin1@huawei.com> - 2.0.4-2
|
||||
- Package init
|
||||
* Fri Nov 05 2021 OpenStack_SIG <openstack@openeuler.org> - 2.1.0-1
|
||||
- Init package python3-astroid to version 2.1.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user