diff --git a/python-pylint.changes b/python-pylint.changes index 4201d38..26531a7 100644 --- a/python-pylint.changes +++ b/python-pylint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 23 20:30:45 UTC 2022 - Ben Greiner + +- Fix astroid requirement. + ------------------------------------------------------------------- Thu Sep 22 12:45:04 UTC 2022 - Michael Ströder diff --git a/python-pylint.spec b/python-pylint.spec index 7736341..9b957ea 100644 --- a/python-pylint.spec +++ b/python-pylint.spec @@ -37,7 +37,7 @@ BuildRequires: python-rpm-macros Requires: python-dill >= 0.2 Requires: python-platformdirs >= 2.2 Requires: python-tomlkit >= 0.10.1 -Requires: (python-astroid >= 2.12.4 with python-astroid < 2.14.0~dev0) +Requires: (python-astroid >= 2.12.10 with python-astroid < 2.14.0~dev0) Requires: (python-isort >= 4.2.5 with python-isort < 6) Requires: (python-mccabe >= 0.6 with python-mccabe < 0.8) %if 0%{?python_version_nodots} < 311 @@ -48,7 +48,7 @@ Requires: python-typing-extensions >= 3.10 %endif %if %{with tests} # SECTION pylint deps -BuildRequires: %{python_module astroid >= 2.12.4 with %python-astroid < 2.14.0~dev0} +BuildRequires: %{python_module astroid >= 2.12.10 with %python-astroid < 2.14.0~dev0} BuildRequires: %{python_module dill >= 0.2} BuildRequires: %{python_module isort >= 4.2.5 with %python-isort < 6} BuildRequires: %{python_module mccabe >= 0.6 with %python-mccabe < 0.8}