diff --git a/python-astroid.spec b/python-astroid.spec index aacabb1..9d9e03f 100644 --- a/python-astroid.spec +++ b/python-astroid.spec @@ -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 -2.9.3-1 +* Mon Dec 04 2023 Ge Wang -2.9.3-2 +- Fix wrapt version mismatch + +* Feb Nov 01 2022 Ge Wang -2.9.3-1 - Update to version 2.9.3 * Fri Oct 28 2022 yaoxin - 2.5-2