fix wrapt version mismatch

(cherry picked from commit f1f7d8880ae541eb878d9c7eaf6f43a31702f07b)
This commit is contained in:
wang--ge 2023-12-04 11:11:05 +08:00 committed by openeuler-sync-bot
parent 0373b895a9
commit 34477966fe

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