Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pylint for openSUSE:Factory checked in at 2026-05-12 19:26:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pylint (Old) and /work/SRC/openSUSE:Factory/.python-pylint.new.1966 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pylint" Tue May 12 19:26:35 2026 rev:55 rq:1352564 version:4.0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pylint/python-pylint.changes 2026-03-12 22:26:39.733095897 +0100 +++ /work/SRC/openSUSE:Factory/.python-pylint.new.1966/python-pylint.changes 2026-05-12 19:27:03.256046947 +0200 @@ -1,0 +2,7 @@ +Mon May 11 15:37:45 UTC 2026 - Matej Cepl <[email protected]> + +- Skip failing test_enable_message_block test + (gh#pylint-dev/pylint#11009). +- Remove invalid use of `%{?python_version_nodots}` macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pylint.spec ++++++ --- /var/tmp/diff_new_pack.MCCG03/_old 2026-05-12 19:27:03.980076954 +0200 +++ /var/tmp/diff_new_pack.MCCG03/_new 2026-05-12 19:27:03.984077120 +0200 @@ -40,19 +40,15 @@ Requires: python-dill >= 0.3.7 Requires: python-platformdirs >= 2.2 Requires: python-tomlkit >= 0.10.1 -Requires: (python-astroid >= 4.0.2 with python-astroid < 4.2.0) +Requires: (python-astroid >= 4.2.0 with python-astroid < 4.3.0) Requires: (python-isort >= 5 with python-isort < 9) Requires: (python-mccabe >= 0.6 with python-mccabe < 0.8) +Requires: (python-tomli >= 1.1.0 if python-base < 3.11) +Requires: (python-typing-extensions >= 3.10 if python-base < 3.10) BuildArch: noarch -%if 0%{?python_version_nodots} < 311 -Requires: python-tomli >= 1.1.0 -%endif -%if 0%{?python_version_nodots} < 310 -Requires: python-typing-extensions >= 3.10 -%endif %if %{with tests} # SECTION pylint deps -BuildRequires: %{python_module astroid >= 4.0.2 with %python-astroid < 4.2.0} +BuildRequires: %{python_module astroid >= 4.2.0 with %python-astroid < 4.3.0} BuildRequires: %{python_module dill >= 0.3.7} BuildRequires: %{python_module enchant} BuildRequires: %{python_module isort >= 5 with %python-isort < 9} @@ -120,6 +116,8 @@ donttest="test_linter_with_unpickleable_plugins_is_pickleable" # Broken upstream donttest+=" or test_functional or test_progress_reporting" +# gh#pylint-dev/pylint#11009 +donttest+=" or test_enable_message_block" %pytest -vv -n auto --ignore tests/benchmark --reruns 5 -rsfER -k "not ($donttest)" %endif
