Skip to content
Snippets Groups Projects

import-debian-package: do not use Path objects as a context manager

Merged Dylan Aïssi requested to merge wip/daissi/python3.13 into apertis/v2025dev2
2 files
+ 36
28
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 8
0
apertis-dev-tools (0.2024.1) apertis; urgency=medium
* import-debian-package: do not use Path objects as a context manager.
pathlib.Path.__enter__() is deprecated and scheduled for removal
in Python 3.13. Some warnings are generated with Python 3.11.
-- Dylan Aïssi <dylan.aissi@collabora.com> Mon, 25 Mar 2024 18:09:22 +0100
apertis-dev-tools (0.2023.11) apertis; urgency=medium
* apertis-pkg-pull-updates: Make fetching of backports and proposed-updates
Loading