Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-python-lsp-server for openSUSE:Factory checked in at 2024-07-11 20:33:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-python-lsp-server (Old) and /work/SRC/openSUSE:Factory/.python-python-lsp-server.new.17339 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-python-lsp-server" Thu Jul 11 20:33:23 2024 rev:34 rq:1186838 version:1.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-python-lsp-server/python-python-lsp-server.changes 2024-04-16 20:07:06.867662655 +0200 +++ /work/SRC/openSUSE:Factory/.python-python-lsp-server.new.17339/python-python-lsp-server.changes 2024-07-11 20:34:05.506857759 +0200 @@ -1,0 +2,5 @@ +Thu Jul 11 10:39:17 UTC 2024 - Ben Greiner <code@bnavigator.de> + +- Bump flake8 to 7.1 and it's pinning pycodestyle to 2.12.0 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-python-lsp-server.spec ++++++ --- /var/tmp/diff_new_pack.0J9P6E/_old 2024-07-11 20:34:06.790904185 +0200 +++ /var/tmp/diff_new_pack.0J9P6E/_new 2024-07-11 20:34:06.790904185 +0200 @@ -35,7 +35,7 @@ BuildRequires: %{python_module docstring-to-markdown} BuildRequires: %{python_module PyQt5} BuildRequires: %{python_module autopep8 >= 2.0.4 with %python-autopep8 < 2.1.0} -BuildRequires: %{python_module flake8 >= 7 with %python-flake8 < 8} +BuildRequires: %{python_module flake8 >= 7.1 with %python-flake8 < 8} BuildRequires: %{python_module flaky} BuildRequires: %{python_module importlib_metadata > 4.8.3 if %python-base < 3.10} BuildRequires: %{python_module jedi >= 0.17.2 with %python-jedi < 0.20} @@ -72,12 +72,12 @@ Suggests: python-whatthepatch >= 1.0.2 Conflicts: python-whatthepatch >= 2 # SECTION flake8 pins -Suggests: python-flake8 >= 7 +Suggests: python-flake8 >= 7.1 Conflicts: python-flake8 >= 8 Suggests: python-mccabe >= 0.7.0 Conflicts: python-mccabe >= 0.8.0 -Suggests: python-pycodestyle >= 2.11.0 -Conflicts: python-pycodestyle >= 2.12.0 +Suggests: python-pycodestyle >= 2.12.0 +Conflicts: python-pycodestyle >= 2.13.0 Suggests: python-pyflakes >= 3.2.0 Conflicts: python-pyflakes >= 3.3.0 # /SECTION @@ -107,6 +107,7 @@ %autosetup -p1 -n python-lsp-server-%{version} # Remove pytest addopts sed -i '/addopts/d' pyproject.toml +sed -i 's/"pycodestyle>=2.11.0,<2.12.0",/"pycodestyle>=2.12.0,<2.13.0",/' pyproject.toml %build %pyproject_wheel