!23 [sync] PR-22: Fix wrapt version mismatch

From: @openeuler-sync-bot 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
This commit is contained in:
openeuler-ci-bot 2023-12-04 08:28:16 +00:00 committed by Gitee
commit 7a4f252ed1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-astroid
Version: 2.9.3
Release: 1
Release: 2
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
@ -47,6 +47,7 @@ source code. It is currently the library powering pylint capabilities.
%prep
%autosetup -n astroid-%{version}
sed -i 's/<1.14/<=1.14/g' setup.cfg
%build
%py3_build
@ -87,7 +88,10 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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
* Fri Oct 28 2022 yaoxin <yaoxin30@h-partners.com> - 2.5-2