diff --git a/debian/changelog b/debian/changelog index e18cc2924c5e9019d2b90b98e7cf64b98ad4307a..93ede21ce485f0254e0c3c68adde2d5c0d524f55 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +apertis-dev-tools (0.2023.9) apertis; urgency=medium + + * ade: Turn all from_* methods into proper classmethods + * ade: Sort imports with isort + * ade: Format with black + * ade: Drop unused imports as reported by flake8 + * ade: Fix usage of undefined variable + * ade: Use raw strings for regexes avoiding escaping conflicts + * ade: Drop unused exception capturing variables + * ade: Avoid bare except: to make flake8 happy + * ade: Use a more descriptive variable name in do_sysroot_list() + * Add black-compatible presets for flake8 + * ci: Enfore linting on tools/ade + + -- Emanuele Aina <emanuele.aina@collabora.com> Fri, 15 Sep 2023 08:20:50 +0000 + apertis-dev-tools (0.2023.8) apertis; urgency=medium * ade: Move common check to new functions