From ff643d183aedb74be63b339b1f081a86a1cf067366d0c61c5beedeefc4b30d03 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 24 Sep 2022 06:35:15 +0000 Subject: [PATCH] Accepting request 1005669 from home:bnavigator:branches:devel:languages:python - Fix astroid requirement. OBS-URL: https://build.opensuse.org/request/show/1005669 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylint?expand=0&rev=135 --- python-pylint.changes | 5 +++++ python-pylint.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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}