Fails to build due to cloe update
This update to cleo or the previous breaks poetry python-cleo@8066ff15 and see also this cleo update revert https://github.com/python-poetry/poetry/pull/9859
Please fix, as this blocks the Python 3.13 rebuild
Successfully built poetry-1.8.5-py3-none-any.whl
Traceback (most recent call last):
File "/usr/lib/python3.13/site-packages/cleo/application.py", line 316, in run
exit_code = self._run(io)
File "/build/python-poetry/src/poetry-1.8.5/test_dir/usr/lib/python3.13/site-packages/poetry/console/application.py", line 190, in _run
exit_code: int = super()._run(io)
~~~~~~~~~~~~^^^^
File "/usr/lib/python3.13/site-packages/cleo/application.py", line 420, in _run
exit_code = self._run_command(command, io)
File "/usr/lib/python3.13/site-packages/cleo/application.py", line 462, in _run_command
raise error
File "/usr/lib/python3.13/site-packages/cleo/application.py", line 446, in _run_command
exit_code = command.run(io)
File "/usr/lib/python3.13/site-packages/cleo/commands/base_command.py", line 117, in run
return self.execute(io) or 0
~~~~~~~~~~~~^^^^
File "/usr/lib/python3.13/site-packages/cleo/commands/command.py", line 61, in execute
return self.handle()
~~~~~~~~~~~^^
File "/usr/lib/python3.13/site-packages/cleo/commands/completions_command.py", line 129, in handle
self.line(self.render(shell))
~~~~~~~~~~~^^^^^^^
File "/usr/lib/python3.13/site-packages/cleo/commands/completions_command.py", line 135, in render
return self.render_bash()
~~~~~~~~~~~~~~~~^^
File "/usr/lib/python3.13/site-packages/cleo/commands/completions_command.py", line 189, in render_bash
for cmd in sorted(self.application.all().values(), key=lambda c: c.name or ""):
~~~~~~~~~~~~~~~~~~~~^^
File "/usr/lib/python3.13/site-packages/cleo/application.py", line 282, in all
if name not in commands and self.has(name):
~~~~~~~~^^^^^^
File "/usr/lib/python3.13/site-packages/cleo/application.py", line 221, in has
self._command_loader.has(name) and self.add(self._command_loader.get(name))
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/usr/lib/python3.13/site-packages/cleo/loaders/factory_command_loader.py", line 32, in get
return self._factories[name]()
~~~~~~~~~~~~~~~~~~~~~^^
File "/build/python-poetry/src/poetry-1.8.5/test_dir/usr/lib/python3.13/site-packages/poetry/console/application.py", line 44, in _load
module = import_module("poetry.console.commands." + ".".join(words))
File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/build/python-poetry/src/poetry-1.8.5/test_dir/usr/lib/python3.13/site-packages/poetry/console/commands/export.py", line 3, in <module>
from poetry_plugin_export.command import ( # type: ignore[import-untyped]
ExportCommand as BaseExportCommand,
)
ModuleNotFoundError: No module named 'poetry_plugin_export'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/build/python-poetry/src/poetry-1.8.5/test_dir/usr/bin/poetry", line 8, in <module>
sys.exit(main())
~~~~^^
File "/build/python-poetry/src/poetry-1.8.5/test_dir/usr/lib/python3.13/site-packages/poetry/console/application.py", line 411, in main
exit_code: int = Application().run()
~~~~~~~~~~~~~~~~~^^
File "/usr/lib/python3.13/site-packages/cleo/application.py", line 327, in run
self.render_error(e, io)
~~~~~~~~~~~~~~~~~^^^^^^^
File "/build/python-poetry/src/poetry-1.8.5/test_dir/usr/lib/python3.13/site-packages/poetry/console/application.py", line 180, in render_error
self.set_solution_provider_repository(self._get_solution_provider_repository())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Application' object has no attribute 'set_solution_provider_repository'. Did you mean: '_get_solution_provider_repository'?
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Build failed, check /var/lib/archbuild/extra-staging-x86_64/jelle-10/build