!26 Update package to version 3.1.0
From: @jxy_git Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
800929bc55
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
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-astroid
|
Name: python-astroid
|
||||||
Version: 3.0.1
|
Version: 3.1.0
|
||||||
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/pylint-dev/astroid
|
||||||
Source0: https://github.com/pylint-dev/astroid/archive/refs/tags/v%{version}.tar.gz#/astroid-%{version}.tar.gz
|
Source0: https://github.com/pylint-dev/astroid/archive/v%{version}/astroid-%{version}.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.
|
||||||
@ -14,7 +14,7 @@ source code. It is currently the library powering pylint capabilities.
|
|||||||
|
|
||||||
%package -n python3-astroid
|
%package -n python3-astroid
|
||||||
Summary: An abstract syntax tree for Python with inference support.
|
Summary: An abstract syntax tree for Python with inference support.
|
||||||
Provides: python-astroid
|
Provides: python-astroid = %{version}-%{release}
|
||||||
# Base build requires
|
# Base build requires
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
@ -64,6 +64,10 @@ source code. It is currently the library powering pylint capabilities.
|
|||||||
%{python3_sitelib}/astroid*.dist-info/
|
%{python3_sitelib}/astroid*.dist-info/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Nov 14 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 3.0.1-1
|
||||||
- Update package to version 3.0.1
|
- Update package to version 3.0.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user