#1143368 python-lsp-server: FTBFS: E AssertionError: assert 'defaultdict()' == 'defaultdict($0)'

#1143368#5
Date:
2026-08-01 22:37:37 UTC
From:
To:
Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202608/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:python-lsp-server, so that this is still
visible in the BTS web page for this package.

Thanks.
--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:142: Building wheel for python3.13 with "build" module
I: pybuild base:385: python3.13 -m build --skip-dependency-check --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13
* Building wheel...
running bdist_wheel

[... snipped ...]

  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/plugins/mccabe_lint.py", line 20, in pylsp_lint
    threshold = config.plugin_settings("mccabe", document_path=document.path).get(
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/config/config.py", line 184, in plugin_settings
    self.settings(document_path=document_path)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/config/config.py", line 158, in settings
    log.debug(
Message: 'Got user config from %s: %s'
Arguments: ('PyCodeStyleConfig', {})
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.14/logging/__init__.py", line 1154, in emit
    stream.write(msg + self.terminator)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
ValueError: I/O operation on closed file.
Call stack:
  File "/usr/lib/python3.14/threading.py", line 1044, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.14/threading.py", line 1082, in _bootstrap_inner
    self._context.run(self.run)
  File "/usr/lib/python3.14/threading.py", line 1385, in run
    self.function(*self.args, **self.kwargs)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/_utils.py", line 45, in run
    return func(*args, **kwargs)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/python_lsp.py", line 463, in lint
    self._lint_text_document(
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/python_lsp.py", line 472, in _lint_text_document
    workspace.publish_diagnostics(
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/workspace.py", line 190, in publish_diagnostics
    self._endpoint.notify(
  File "/usr/lib/python3/dist-packages/pylsp_jsonrpc/endpoint.py", line 50, in notify
    log.debug('Sending notification: %s %s', method, params)
Message: 'Sending notification: %s %s'
Arguments: ('textDocument/publishDiagnostics', {'uri': 'file:///tmp/pytest-of-sbuild/pytest-1/test_multiple_workspaces0/workspace2/file1.py', 'diagnostics': [{'source': 'pyflakes', 'range': {'start': {'line': 0, 'character': 0}, 'end': {'line': 0, 'character': 10}}, 'message': "'sys' imported but unused", 'severity': 2}, {'source': 'pycodestyle', 'range': {'start': {'line': 0, 'character': 10}, 'end': {'line': 0, 'character': 10}}, 'message': 'W292 no newline at end of file', 'code': 'W292', 'severity': 2}], 'version': 1})
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.14/logging/__init__.py", line 1154, in emit
    stream.write(msg + self.terminator)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
ValueError: I/O operation on closed file.
Call stack:
  File "/usr/lib/python3.14/threading.py", line 1044, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.14/threading.py", line 1082, in _bootstrap_inner
    self._context.run(self.run)
  File "/usr/lib/python3.14/threading.py", line 1385, in run
    self.function(*self.args, **self.kwargs)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/_utils.py", line 45, in run
    return func(*args, **kwargs)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/python_lsp.py", line 463, in lint
    self._lint_text_document(
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/python_lsp.py", line 474, in _lint_text_document
    flatten(self._hook("pylsp_lint", doc_uri, is_saved=is_saved)),
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/python_lsp.py", line 274, in _hook
    return hook_handlers(
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/config/config.py", line 40, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 474, in traced_hookexec
    after(outcome, hook_name, hook_impls, caller_kwargs)
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 504, in after
    hooktrace("finish", hook_name, "-->", outcome.get_result())
  File "/usr/lib/python3/dist-packages/pluggy/_tracing.py", line 69, in __call__
    self.root._processmessage(self.tags, args)
  File "/usr/lib/python3/dist-packages/pluggy/_tracing.py", line 44, in _processmessage
    self._writer(self._format_message(tags, args))
Message: '    finish pylsp_lint --> [[{\'source\': \'pyflakes\', \'range\': {\'start\': {\'line\': 0, \'character\': 0}, \'end\': {\'line\': 0, \'character\': 9}}, \'message\': "\'os\' imported but unused", \'severity\': 2}], [{\'source\': \'pycodestyle\', \'range\': {\'start\': {\'line\': 0, \'character\': 9}, \'end\': {\'line\': 0, \'character\': 9}}, \'message\': \'W292 no newline at end of file\', \'code\': \'W292\', \'severity\': 2}], []] [hook]\n'
Arguments: ()
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.14/logging/__init__.py", line 1154, in emit
    stream.write(msg + self.terminator)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
ValueError: I/O operation on closed file.
Call stack:
  File "/usr/lib/python3.14/threading.py", line 1044, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.14/threading.py", line 1082, in _bootstrap_inner
    self._context.run(self.run)
  File "/usr/lib/python3.14/threading.py", line 1385, in run
    self.function(*self.args, **self.kwargs)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/_utils.py", line 45, in run
    return func(*args, **kwargs)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/python_lsp.py", line 463, in lint
    self._lint_text_document(
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/python_lsp.py", line 472, in _lint_text_document
    workspace.publish_diagnostics(
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/workspace.py", line 190, in publish_diagnostics
    self._endpoint.notify(
  File "/usr/lib/python3/dist-packages/pylsp_jsonrpc/endpoint.py", line 50, in notify
    log.debug('Sending notification: %s %s', method, params)
Message: 'Sending notification: %s %s'
Arguments: ('textDocument/publishDiagnostics', {'uri': 'file:///tmp/pytest-of-sbuild/pytest-1/test_multiple_workspaces_from_0/folder1/file1.py', 'diagnostics': [{'source': 'pyflakes', 'range': {'start': {'line': 0, 'character': 0}, 'end': {'line': 0, 'character': 9}}, 'message': "'os' imported but unused", 'severity': 2}, {'source': 'pycodestyle', 'range': {'start': {'line': 0, 'character': 9}, 'end': {'line': 0, 'character': 9}}, 'message': 'W292 no newline at end of file', 'code': 'W292', 'severity': 2}], 'version': 1})
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.14/logging/__init__.py", line 1154, in emit
    stream.write(msg + self.terminator)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
ValueError: I/O operation on closed file.
Call stack:
  File "/usr/lib/python3.14/threading.py", line 1044, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.14/threading.py", line 1082, in _bootstrap_inner
    self._context.run(self.run)
  File "/usr/lib/python3.14/threading.py", line 1385, in run
    self.function(*self.args, **self.kwargs)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/_utils.py", line 45, in run
    return func(*args, **kwargs)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/python_lsp.py", line 463, in lint
    self._lint_text_document(
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/python_lsp.py", line 474, in _lint_text_document
    flatten(self._hook("pylsp_lint", doc_uri, is_saved=is_saved)),
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/python_lsp.py", line 274, in _hook
    return hook_handlers(
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/config/config.py", line 40, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 471, in traced_hookexec
    outcome = Result.from_call(
  File "/usr/lib/python3/dist-packages/pluggy/_result.py", line 62, in from_call
    result = func()
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 472, in <lambda>
    lambda: oldcall(hook_name, hook_impls, caller_kwargs, firstresult)
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/plugins/mccabe_lint.py", line 20, in pylsp_lint
    threshold = config.plugin_settings("mccabe", document_path=document.path).get(
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/config/config.py", line 184, in plugin_settings
    self.settings(document_path=document_path)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/config/config.py", line 169, in settings
    log.debug(
Message: 'Got project config from %s: %s'
Arguments: ('PyCodeStyleConfig', {})
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.14/logging/__init__.py", line 1154, in emit
    stream.write(msg + self.terminator)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
ValueError: I/O operation on closed file.
Call stack:
  File "/usr/lib/python3.14/threading.py", line 1044, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.14/threading.py", line 1082, in _bootstrap_inner
    self._context.run(self.run)
  File "/usr/lib/python3.14/threading.py", line 1385, in run
    self.function(*self.args, **self.kwargs)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/_utils.py", line 45, in run
    return func(*args, **kwargs)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/python_lsp.py", line 463, in lint
    self._lint_text_document(
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/python_lsp.py", line 474, in _lint_text_document
    flatten(self._hook("pylsp_lint", doc_uri, is_saved=is_saved)),
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/python_lsp.py", line 274, in _hook
    return hook_handlers(
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/config/config.py", line 40, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 471, in traced_hookexec
    outcome = Result.from_call(
  File "/usr/lib/python3/dist-packages/pluggy/_result.py", line 62, in from_call
    result = func()
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 472, in <lambda>
    lambda: oldcall(hook_name, hook_impls, caller_kwargs, firstresult)
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/plugins/mccabe_lint.py", line 20, in pylsp_lint
    threshold = config.plugin_settings("mccabe", document_path=document.path).get(
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/config/config.py", line 184, in plugin_settings
    self.settings(document_path=document_path)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/config/config.py", line 174, in settings
    log.debug("With configuration: %s", settings)
Message: 'With configuration: %s'
Arguments: {'plugins': {'rope_autoimport': {'enabled': False [too-long-redacted] ubtype', 'zipimport', 'zlib']}}
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.14/logging/__init__.py", line 1154, in emit
    stream.write(msg + self.terminator)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
ValueError: I/O operation on closed file.
Call stack:
  File "/usr/lib/python3.14/threading.py", line 1044, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.14/threading.py", line 1082, in _bootstrap_inner
    self._context.run(self.run)
  File "/usr/lib/python3.14/threading.py", line 1385, in run
    self.function(*self.args, **self.kwargs)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/_utils.py", line 45, in run
    return func(*args, **kwargs)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/python_lsp.py", line 463, in lint
    self._lint_text_document(
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/python_lsp.py", line 474, in _lint_text_document
    flatten(self._hook("pylsp_lint", doc_uri, is_saved=is_saved)),
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/python_lsp.py", line 274, in _hook
    return hook_handlers(
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/config/config.py", line 40, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 471, in traced_hookexec
    outcome = Result.from_call(
  File "/usr/lib/python3/dist-packages/pluggy/_result.py", line 62, in from_call
    result = func()
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 472, in <lambda>
    lambda: oldcall(hook_name, hook_impls, caller_kwargs, firstresult)
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/plugins/mccabe_lint.py", line 23, in pylsp_lint
    log.debug("Running mccabe lint with threshold: %s", threshold)
Message: 'Running mccabe lint with threshold: %s'
Arguments: (15,)
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.14/logging/__init__.py", line 1154, in emit
    stream.write(msg + self.terminator)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
ValueError: I/O operation on closed file.
Call stack:
  File "/usr/lib/python3.14/threading.py", line 1044, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.14/threading.py", line 1082, in _bootstrap_inner
    self._context.run(self.run)
  File "/usr/lib/python3.14/threading.py", line 1385, in run
    self.function(*self.args, **self.kwargs)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/_utils.py", line 45, in run
    return func(*args, **kwargs)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/python_lsp.py", line 463, in lint
    self._lint_text_document(
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/python_lsp.py", line 474, in _lint_text_document
    flatten(self._hook("pylsp_lint", doc_uri, is_saved=is_saved)),
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/python_lsp.py", line 274, in _hook
    return hook_handlers(
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/config/config.py", line 40, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 474, in traced_hookexec
    after(outcome, hook_name, hook_impls, caller_kwargs)
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 504, in after
    hooktrace("finish", hook_name, "-->", outcome.get_result())
  File "/usr/lib/python3/dist-packages/pluggy/_tracing.py", line 69, in __call__
    self.root._processmessage(self.tags, args)
  File "/usr/lib/python3/dist-packages/pluggy/_tracing.py", line 44, in _processmessage
    self._writer(self._format_message(tags, args))
Message: '  finish pylsp_lint --> [[{\'source\': \'pyflakes\', \'range\': {\'start\': {\'line\': 0, \'character\': 0}, \'end\': {\'line\': 0, \'character\': 10}}, \'message\': "\'sys\' imported but unused", \'severity\': 2}], [{\'source\': \'pycodestyle\', \'range\': {\'start\': {\'line\': 0, \'character\': 10}, \'end\': {\'line\': 0, \'character\': 10}}, \'message\': \'W292 no newline at end of file\', \'code\': \'W292\', \'severity\': 2}], []] [hook]\n'
Arguments: ()
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.14/logging/__init__.py", line 1154, in emit
    stream.write(msg + self.terminator)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
ValueError: I/O operation on closed file.
Call stack:
  File "/usr/lib/python3.14/threading.py", line 1044, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.14/threading.py", line 1082, in _bootstrap_inner
    self._context.run(self.run)
  File "/usr/lib/python3.14/threading.py", line 1385, in run
    self.function(*self.args, **self.kwargs)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/_utils.py", line 45, in run
    return func(*args, **kwargs)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/python_lsp.py", line 463, in lint
    self._lint_text_document(
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/python_lsp.py", line 472, in _lint_text_document
    workspace.publish_diagnostics(
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/pylsp/workspace.py", line 190, in publish_diagnostics
    self._endpoint.notify(
  File "/usr/lib/python3/dist-packages/pylsp_jsonrpc/endpoint.py", line 50, in notify
    log.debug('Sending notification: %s %s', method, params)
Message: 'Sending notification: %s %s'
Arguments: ('textDocument/publishDiagnostics', {'uri': 'file:///tmp/pytest-of-sbuild/pytest-1/test_multiple_workspaces_from_0/folder2/file2.py', 'diagnostics': [{'source': 'pyflakes', 'range': {'start': {'line': 0, 'character': 0}, 'end': {'line': 0, 'character': 10}}, 'message': "'sys' imported but unused", 'severity': 2}, {'source': 'pycodestyle', 'range': {'start': {'line': 0, 'character': 10}, 'end': {'line': 0, 'character': 10}}, 'message': 'W292 no newline at end of file', 'code': 'W292', 'severity': 2}], 'version': 1})
E: pybuild pybuild:485: test: plugin pyproject failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build; python3.14 -m pytest -k "not test_lint_free_pylint and not test_per_file_caching and not test_missing_message"
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.13 3.14" --parallel=2 returned exit code 13
make: *** [debian/rules:10: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------

#1143368#10
Date:
2026-08-17 12:19:41 UTC
From:
To:
We believe that the bug you reported is fixed in the latest version of
python-lsp-server, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1143368@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jochen Sprickerhof <jspricke@debian.org> (supplier of updated python-lsp-server package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)
Format: 1.8
Date: Mon, 17 Aug 2026 06:22:29 +0200
Source: python-lsp-server
Architecture: source
Version: 1.15.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Changed-By: Jochen Sprickerhof <jspricke@debian.org>
Closes: 1143368
Changes:
 python-lsp-server (1.15.0-1) unstable; urgency=medium
 .
   * New upstream version 1.15.0
     - Fixes tests (Closes: #1143368)
   * Port to debhelper 14
   * Bump policy version (no changes)
   * Drop old Breaks (older than oldstable)
Checksums-Sha1:
 f327f34c61b7fa6ddcdeec6c5012a6ffb47a219d 3079 python-lsp-server_1.15.0-1.dsc
 6046504af7f58e56bd68311304476f932985ef13 114338 python-lsp-server_1.15.0.orig.tar.gz
 1e2c5598f12cee75b88e2b684d0d5900e0be2c86 4800 python-lsp-server_1.15.0-1.debian.tar.xz
 201a29820a6372b92d8b0da5736a7ddf6ca3a0f2 228660 python-lsp-server_1.15.0-1.git.tar.xz
 5867bc5eba6ee2356d4808fce40485019898bdc0 17596 python-lsp-server_1.15.0-1_source.buildinfo
Checksums-Sha256:
 4ecf2855ccdb13307a19e5743d091e5cbdf83036af70b62fd78bb67041305565 3079 python-lsp-server_1.15.0-1.dsc
 67b066f08bcaa4d9f9edf0a390a98097975eeb9b00518ddc7b00485dc74d3857 114338 python-lsp-server_1.15.0.orig.tar.gz
 7138d220815abb3ebae27a547f017396dcc01969708da8c448db881ffcf8cb55 4800 python-lsp-server_1.15.0-1.debian.tar.xz
 1dd9a37905317bfabc4a872222abbab85ddb5e308c9df71a1daf3fdf86547a10 228660 python-lsp-server_1.15.0-1.git.tar.xz
 44a5feb4cdbc82e5c62936bdfcbf5e8a20e0fe5e5136960f500933abe78f2fb0 17596 python-lsp-server_1.15.0-1_source.buildinfo
Files:
 1f423c23bac65f19328d56af1841a51a 3079 python optional python-lsp-server_1.15.0-1.dsc
 3b0720278649afc22c4939243e617c24 114338 python optional python-lsp-server_1.15.0.orig.tar.gz
 077168a86cde537d726baabc6e6305ed 4800 python optional python-lsp-server_1.15.0-1.debian.tar.xz
 58d8dd67a653a86594cdd2fd68ef7492 228660 python optional python-lsp-server_1.15.0-1.git.tar.xz
 ed36d2073089dc7437505fb2d8328909 17596 python optional python-lsp-server_1.15.0-1_source.buildinfo
Git-Tag-Info: tag=75af76d5369a10c0b3bab2f7e71cf1d3b8f77871 fp=73b299cbd4eeaddcc017e87a5bffdcc258e69433
Git-Tag-Tagger: Jochen Sprickerhof <jspricke@debian.org>
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmqC9xsACgkQYG0ITkaD
wHlivg/6AsMl0FGfwpWukSwYAzZGT+XES1erFaajeqATQSxzSW7aiujBqv2YXfaO
7aLYjFF7vco6c15NtKgcWf+P4iJ0Cjnk5FeTFMiuN4m1km8A+r+iaXm/2l0pbH1v
rkxOfmDqT9Sm6eVOeIGFAdmT5LFJqWHG6EzGxVXgwQp3TPFB5OuiSqsj5CH/Oz6C
p81oToYiWBExzsifKTJamgPLnggdRxw+3Q3wSPE/oOltXa5O6kLynBCscAgryQ03
+jFdEZOkHUZbAzUgRYg+BpJsLIVwzMfEh0Aj9Tkl054uvQXTv8DvNwkXpKFm86Xa
/guOcpea5m/zvI9kpyu1p6rPzrj0MK3hwLVv+dCa2sNfc/jh4cimPm+ojjPr6CH4
5nky215zM75gQXSs7comVN3Q6dBUlgL2Pcl7BCxxBdwVawVk0hj4l/1rg7fBjAj2
nEEuetO6pvRn5XWOpcnS9BbcThOn5IXlhAtV25Peg1LQGwBYgQfepduitz+2UHR/
KiksRChhbrT01lhTFxKCH4zhX/DOSHwNbPbIxZT/Vt0jeQY8YtpdT9YGRVSf8Kfw
fb/D0RQ5ieoehFb/+tu/NNQW5rib52WpAmarsS+5074Q5PgHFxMu6n34XIJwk8Uq
xRQZk2tMrTb+XJu1gKzM1Q7hJO5LNZe+Eqg6VQpLhTgZkRW/r8k=
=2iZ7
-----END PGP SIGNATURE-----