!7 update to 2.9.3
From: @caodongxia Reviewed-by: @shinwell_hu Signed-off-by: @shinwell_hu
This commit is contained in:
commit
52abfadc30
Binary file not shown.
BIN
astroid-2.9.3.tar.gz
Normal file
BIN
astroid-2.9.3.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-astroid
|
Name: python-astroid
|
||||||
Version: 2.5
|
Version: 2.9.3
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: An abstract syntax tree for Python with inference support.
|
Summary: An abstract syntax tree for Python with inference support.
|
||||||
License: LGPL-2.1-only and GPL-2.0-or-later
|
License: LGPL-2.1-only and GPL-2.0-or-later
|
||||||
URL: https://github.com/PyCQA/astroid
|
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/2d/be/33923f5dee9f7119abbaa688833b0c71c2ef4b66af3b06ffc64fc8c341ae/astroid-2.9.3.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%description
|
%description
|
||||||
An abstract syntax tree for Python with inference support.
|
An abstract syntax tree for Python with inference support.
|
||||||
@ -24,6 +24,7 @@ BuildRequires: python3-wheel
|
|||||||
BuildRequires: python3-pytest-runner
|
BuildRequires: python3-pytest-runner
|
||||||
# General requires
|
# General requires
|
||||||
BuildRequires: python3-lazy-object-proxy
|
BuildRequires: python3-lazy-object-proxy
|
||||||
|
BuildRequires: python3-six
|
||||||
BuildRequires: python3-wrapt
|
BuildRequires: python3-wrapt
|
||||||
# General requires
|
# General requires
|
||||||
Requires: python3-lazy-object-proxy
|
Requires: python3-lazy-object-proxy
|
||||||
@ -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.
|
source code. It is currently the library powering pylint capabilities.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n astroid-2.5
|
%autosetup -n astroid-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -85,6 +86,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 24 2022 caodongxia <caodongxia@h-partners.com> - 2.9.3-1
|
||||||
|
- update to 2.9.3
|
||||||
|
|
||||||
* Mon Jul 19 2021 OpenStack_SIG <openstack@openeuler.org> - 2.5-1
|
* Mon Jul 19 2021 OpenStack_SIG <openstack@openeuler.org> - 2.5-1
|
||||||
- Upgrade to version 2.5
|
- Upgrade to version 2.5
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user