Update package to version 3.1.0
This commit is contained in:
parent
9ed4291c1e
commit
91a2ed9c53
Binary file not shown.
BIN
astroid-3.1.0.tar.gz
Normal file
BIN
astroid-3.1.0.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-astroid
|
||||
Version: 3.0.1
|
||||
Version: 3.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://github.com/pylint-dev/astroid/archive/refs/tags/v%{version}.tar.gz#/astroid-%{version}.tar.gz
|
||||
URL: https://github.com/pylint-dev/astroid
|
||||
Source0: https://github.com/pylint-dev/astroid/archive/v%{version}/astroid-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
%description
|
||||
An abstract syntax tree for Python with inference support.
|
||||
@ -14,7 +14,7 @@ source code. It is currently the library powering pylint capabilities.
|
||||
|
||||
%package -n python3-astroid
|
||||
Summary: An abstract syntax tree for Python with inference support.
|
||||
Provides: python-astroid
|
||||
Provides: python-astroid = %{version}-%{release}
|
||||
# Base build requires
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
@ -64,6 +64,10 @@ source code. It is currently the library powering pylint capabilities.
|
||||
%{python3_sitelib}/astroid*.dist-info/
|
||||
|
||||
%changelog
|
||||
* Sun Feb 25 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 3.1.0-1
|
||||
- Update package to version 3.1.0
|
||||
Fix coverage artifact combination step
|
||||
|
||||
* Tue Nov 14 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 3.0.1-1
|
||||
- Update package to version 3.0.1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user