2021-07-19 10:35:18 +08:00
|
|
|
%global _empty_manifest_terminate_build 0
|
|
|
|
|
Name: python-astroid
|
2023-11-14 15:27:43 +08:00
|
|
|
Version: 3.0.1
|
2023-05-15 18:18:56 +08:00
|
|
|
Release: 1
|
2021-07-19 10:35:18 +08:00
|
|
|
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
|
2023-06-25 17:18:41 +08:00
|
|
|
Source0: https://github.com/pylint-dev/astroid/archive/refs/tags/v%{version}.tar.gz#/astroid-%{version}.tar.gz
|
2021-07-19 10:35:18 +08:00
|
|
|
BuildArch: noarch
|
|
|
|
|
%description
|
|
|
|
|
An abstract syntax tree for Python with inference support.
|
2020-06-24 19:34:37 +08:00
|
|
|
The aim of this module is to provide a common base representation of python
|
2021-07-19 10:35:18 +08:00
|
|
|
source code. It is currently the library powering pylint capabilities.
|
2020-06-24 19:34:37 +08:00
|
|
|
|
|
|
|
|
%package -n python3-astroid
|
2021-07-19 10:35:18 +08:00
|
|
|
Summary: An abstract syntax tree for Python with inference support.
|
|
|
|
|
Provides: python-astroid
|
|
|
|
|
# Base build requires
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
|
BuildRequires: python3-pbr
|
|
|
|
|
BuildRequires: python3-pip
|
|
|
|
|
BuildRequires: python3-wheel
|
2023-05-15 18:18:56 +08:00
|
|
|
BuildRequires: python3-editables
|
|
|
|
|
BuildRequires: python3-hatch-vcs
|
|
|
|
|
BuildRequires: python3-hatchling
|
2021-07-19 10:35:18 +08:00
|
|
|
BuildRequires: python3-pytest-runner
|
|
|
|
|
# General requires
|
|
|
|
|
BuildRequires: python3-lazy-object-proxy
|
2022-04-24 17:55:08 +08:00
|
|
|
BuildRequires: python3-six
|
2023-05-15 18:18:56 +08:00
|
|
|
BuildRequires: python3-typed-ast >= 1.3.0
|
2021-07-19 10:35:18 +08:00
|
|
|
BuildRequires: python3-wrapt
|
|
|
|
|
# General requires
|
2022-06-13 11:41:42 +08:00
|
|
|
AutoReq: no
|
2021-07-19 10:35:18 +08:00
|
|
|
Requires: python3-lazy-object-proxy
|
|
|
|
|
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
|
|
|
|
|
source code. It is currently the library powering pylint capabilities.
|
|
|
|
|
|
|
|
|
|
%package help
|
|
|
|
|
Summary: An abstract syntax tree for Python with inference support.
|
|
|
|
|
Provides: python3-astroid-doc
|
|
|
|
|
%description help
|
|
|
|
|
An abstract syntax tree for Python with inference support.
|
|
|
|
|
The aim of this module is to provide a common base representation of python
|
|
|
|
|
source code. It is currently the library powering pylint capabilities.
|
2020-02-27 05:25:02 -05:00
|
|
|
|
|
|
|
|
%prep
|
2022-04-24 17:55:08 +08:00
|
|
|
%autosetup -n astroid-%{version}
|
2020-02-27 05:25:02 -05:00
|
|
|
|
|
|
|
|
%build
|
2023-05-15 18:18:56 +08:00
|
|
|
%pyproject_build
|
2020-02-27 05:25:02 -05:00
|
|
|
|
|
|
|
|
%install
|
2023-11-14 15:27:43 +08:00
|
|
|
%pyproject_install
|
2020-02-27 05:25:02 -05:00
|
|
|
|
2023-05-15 18:18:56 +08:00
|
|
|
%files -n python3-astroid
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%{python3_sitelib}/astroid
|
|
|
|
|
%{python3_sitelib}/astroid*.dist-info/
|
2020-02-27 05:25:02 -05:00
|
|
|
|
|
|
|
|
%changelog
|
2023-11-14 15:27:43 +08:00
|
|
|
* Tue Nov 14 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 3.0.1-1
|
|
|
|
|
- Update package to version 3.0.1
|
|
|
|
|
|
2023-10-11 16:46:47 +08:00
|
|
|
* Wed Oct 11 2023 shangjiwei <cyrus_shang@163.com> - 2.15.6-1
|
|
|
|
|
- update to 2.17.5
|
|
|
|
|
|
2023-06-25 17:18:41 +08:00
|
|
|
* Sun Jun 25 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 2.15.5-1
|
|
|
|
|
- Update package to version 2.15.5
|
|
|
|
|
|
2023-05-15 18:18:56 +08:00
|
|
|
* Mon May 15 2023 Dongxing Wang <dxwangk@isoftstone.com> - 2.15.4-1
|
|
|
|
|
- update to 2.15.4 for pylint upgrade 2.17.2
|
|
|
|
|
|
2022-06-13 11:41:42 +08:00
|
|
|
* Mon Jun 13 2022 Ge Wang <wangge20@h-partners.com> - 2.9.3-2
|
|
|
|
|
- fix install failure due to python-wrapt upgraded
|
|
|
|
|
|
2022-04-24 17:55:08 +08:00
|
|
|
* Sun Apr 24 2022 caodongxia <caodongxia@h-partners.com> - 2.9.3-1
|
|
|
|
|
- update to 2.9.3
|
|
|
|
|
|
2021-07-19 10:35:18 +08:00
|
|
|
* Mon Jul 19 2021 OpenStack_SIG <openstack@openeuler.org> - 2.5-1
|
|
|
|
|
- Upgrade to version 2.5
|
|
|
|
|
|
2020-06-24 19:34:37 +08:00
|
|
|
* Wed Jun 24 2020 huanghaitao <huanghaitao8@huawei.com> - 2.3.3-5
|
|
|
|
|
- update to fix test errors with python3.8
|
|
|
|
|
|
2020-02-27 05:25:02 -05:00
|
|
|
* Mon Feb 24 2020 Senlin Xia<xiasenlin1@huawei.com> - 2.0.4-2
|
2021-07-19 10:35:18 +08:00
|
|
|
- Package init
|