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 2026-05-12 19:27:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-lsp-server (Old)
 and      /work/SRC/openSUSE:Factory/.python-python-lsp-server.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-python-lsp-server"

Tue May 12 19:27:25 2026 rev:45 rq:1352566 version:1.14.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-python-lsp-server/python-python-lsp-server.changes
        2025-12-20 21:50:01.827983140 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-python-lsp-server.new.1966/python-python-lsp-server.changes
      2026-05-12 19:28:43.896217944 +0200
@@ -1,0 +2,6 @@
+Mon May 11 13:11:20 UTC 2026 - Matej Cepl <[email protected]>
+
+- Update unpin-autopep8.patch not to sed-edit patched file.
+- Clean up SPEC file.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-python-lsp-server.spec ++++++
--- /var/tmp/diff_new_pack.0sD3PF/_old  2026-05-12 19:28:44.516243641 +0200
+++ /var/tmp/diff_new_pack.0sD3PF/_new  2026-05-12 19:28:44.516243641 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-python-lsp-server
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -69,11 +69,9 @@
 Requires:       python-docstring-to-markdown
 Requires:       python-pluggy >= 1.0.0
 Requires:       python-ujson >= 3.0.0
+Requires:       (python-importlib_metadata >= 4.8.3 if python-base < 3.10)
 Requires:       (python-jedi >= 0.17.2 with python-jedi < 0.20)
 Requires:       (python-python-lsp-jsonrpc >= 1.1.0 with 
python-python-lsp-jsonrpc < 2)
-%if 0%{?python_version_nodots} < 310
-Requires:       python-importlib_metadata >= 4.8.3
-%endif
 BuildArch:      noarch
 %if %{with libalternatives}
 Requires:       alts
@@ -125,14 +123,6 @@
 
 %prep
 %autosetup -p1 -n python_lsp_server-%{version}
-# Remove pytest addopts
-sed -i '/addopts/d' pyproject.toml
-# see flake8 comment above, check
-# https://github.com/PyCQA/flake8/blob/main/setup.cfg
-sed -i  pyproject.toml \
-    -e 's/flake8>=7.1,<8/flake8>=7.2,<8/' \
-    -e 's/pycodestyle>=2.12.0,<2.13.0/pycodestyle>=2.14.0,<2.15.0/' \
-    -e 's/pyflakes>=3.2.0,<3.3.0/pyflakes>=3.4.0,<3.5.0/'
 
 %build
 %pyproject_wheel

++++++ unpin-autopep8.patch ++++++
--- /var/tmp/diff_new_pack.0sD3PF/_old  2026-05-12 19:28:44.552245133 +0200
+++ /var/tmp/diff_new_pack.0sD3PF/_new  2026-05-12 19:28:44.556245299 +0200
@@ -1,17 +1,27 @@
-Index: python_lsp_server-1.12.0/pyproject.toml
+---
+ pyproject.toml |   11 +++++------
+ 1 file changed, 5 insertions(+), 6 deletions(-)
+
+Index: python_lsp_server-1.14.0/pyproject.toml
 ===================================================================
---- python_lsp_server-1.12.0.orig/pyproject.toml
-+++ python_lsp_server-1.12.0/pyproject.toml
-@@ -27,7 +27,7 @@ Homepage = "https://github.com/python-ls
+--- python_lsp_server-1.14.0.orig/pyproject.toml       2025-12-06 
16:53:29.000000000 +0100
++++ python_lsp_server-1.14.0/pyproject.toml    2026-05-11 22:59:16.900587779 
+0200
+@@ -29,18 +29,18 @@
  
  [project.optional-dependencies]
  all = [
 -    "autopep8>=2.0.4,<2.1.0",
+-    "flake8>=7.1,<8",
 +    "autopep8>=2.0.4",
-     "flake8>=7.1,<8",
++    "flake8>=7.2,<8",
      "mccabe>=0.7.0,<0.8.0",
-     "pycodestyle>=2.12.0,<2.13.0",
-@@ -38,7 +38,7 @@ all = [
+-    "pycodestyle>=2.12.0,<2.13.0",
++    "pycodestyle>=2.14.0,<2.15.0",
+     "pydocstyle>=6.3.0,<6.4.0",
+-    "pyflakes>=3.2.0,<3.3.0",
++    "pyflakes>=3.4.0,<3.5.0",
+     "pylint>=3.1,<4.1.0",
+     "rope>=1.11.0",
      "yapf>=0.33.0",
      "whatthepatch>=1.0.2,<2.0.0"
  ]
@@ -20,4 +30,12 @@
  flake8 = ["flake8>=7.1,<8"]
  mccabe = ["mccabe>=0.7.0,<0.8.0"]
  pycodestyle = ["pycodestyle>=2.12.0,<2.13.0"]
+@@ -183,7 +183,6 @@
+ 
+ [tool.pytest.ini_options]
+ testpaths = ["test"]
+-addopts = "--cov-report html --cov-report term --junitxml=pytest.xml --cov 
pylsp --cov test"
+ 
+ [tool.coverage.run]
+ concurrency = ["multiprocessing", "thread"]
 

Reply via email to