Update package to version 2.15.5

This commit is contained in:
jxy_git 2023-06-25 17:18:41 +08:00
parent 0445987af5
commit 8becd83fde
3 changed files with 5 additions and 2 deletions

BIN
astroid-2.15.5.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-astroid
Version: 2.15.4
Version: 2.15.5
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://github.com/pylint-dev/astroid/archive/refs/tags/v%{version}.tar.gz
Source0: https://github.com/pylint-dev/astroid/archive/refs/tags/v%{version}.tar.gz#/astroid-%{version}.tar.gz
BuildArch: noarch
%description
An abstract syntax tree for Python with inference support.
@ -64,6 +64,9 @@ source code. It is currently the library powering pylint capabilities.
%{python3_sitelib}/astroid*.dist-info/
%changelog
* Sun Jun 25 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 2.15.5-1
- Update package to version 2.15.5
* Mon May 15 2023 Dongxing Wang <dxwangk@isoftstone.com> - 2.15.4-1
- update to 2.15.4 for pylint upgrade 2.17.2

Binary file not shown.