!21 Update package to version 3.0.1

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-11-14 08:49:26 +00:00 committed by Gitee
commit 9ed4291c1e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
astroid-3.0.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-astroid Name: python-astroid
Version: 2.15.6 Version: 3.0.1
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
@ -56,7 +56,7 @@ source code. It is currently the library powering pylint capabilities.
%pyproject_build %pyproject_build
%install %install
%pyproject_install astroid==%{version} %pyproject_install
%files -n python3-astroid %files -n python3-astroid
%license LICENSE %license LICENSE
@ -64,6 +64,9 @@ source code. It is currently the library powering pylint capabilities.
%{python3_sitelib}/astroid*.dist-info/ %{python3_sitelib}/astroid*.dist-info/
%changelog %changelog
* Tue Nov 14 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 3.0.1-1
- Update package to version 3.0.1
* Wed Oct 11 2023 shangjiwei <cyrus_shang@163.com> - 2.15.6-1 * Wed Oct 11 2023 shangjiwei <cyrus_shang@163.com> - 2.15.6-1
- update to 2.17.5 - update to 2.17.5