!23 [sync] PR-22: Fix wrapt version mismatch
From: @openeuler-sync-bot Reviewed-by: @cherry530 Signed-off-by: @cherry530
This commit is contained in:
commit
7a4f252ed1
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-astroid
|
Name: python-astroid
|
||||||
Version: 2.9.3
|
Version: 2.9.3
|
||||||
Release: 1
|
Release: 2
|
||||||
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/PyCQA/astroid
|
||||||
@ -47,6 +47,7 @@ source code. It is currently the library powering pylint capabilities.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n astroid-%{version}
|
%autosetup -n astroid-%{version}
|
||||||
|
sed -i 's/<1.14/<=1.14/g' setup.cfg
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -87,7 +88,10 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Nov 01 2022 Ge Wang <wangge20@h-partners.com> -2.9.3-1
|
* Mon Dec 04 2023 Ge Wang <wang__ge@126.com> -2.9.3-2
|
||||||
|
- Fix wrapt version mismatch
|
||||||
|
|
||||||
|
* Feb Nov 01 2022 Ge Wang <wangge20@h-partners.com> -2.9.3-1
|
||||||
- Update to version 2.9.3
|
- Update to version 2.9.3
|
||||||
|
|
||||||
* Fri Oct 28 2022 yaoxin <yaoxin30@h-partners.com> - 2.5-2
|
* Fri Oct 28 2022 yaoxin <yaoxin30@h-partners.com> - 2.5-2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user