From 27285dd3f6e9cc6d5ccfb234f9f4764efbd297fb Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 12:38:25 +0200 Subject: Merging debian version 0.1.31. Signed-off-by: Daniel Baumann --- debian/changelog | 23 +++++++++++++++++++++++ debian/control | 4 ++-- 2 files changed, 25 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 4b41037..687d7e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +debputy (0.1.31) unstable; urgency=medium + + * LSP/Lint: + - Read `wrap-and-sort` args from `salsa-ci` as fallback + - Prune more fields and values in the deb822 completer based on + the context. As an example, `same` is no longer suggested as + a completion for `Multi-Arch` if the package is + `Architecture: all`. (Closes: #88) + - Flag `X-Time64-Compat` as an issue in `Architecture: all` + packages. + - Update hover doc for `M-A: allowed` to clarify how rare it is + (less than 0.5%, down to 0.05% for `Architecture: all`). + + [ Niels Thykier ] + * d/control: Allow `python3-ruamel.yaml` as alternative + * CI: Add CI tests to validate Ubuntu/noble works + * debputy reformat: Add option to not error out on missing styles + + [ Maytham Alsudany ] + * LSP: Update Section reference data to include `golang` and `httpd`. + + -- Niels Thykier Sat, 04 May 2024 11:18:18 +0000 + debputy (0.1.30-0.0~progress7.99u1) graograman-backports; urgency=medium * Uploading to graograman-updates, remaining changes: diff --git a/debian/control b/debian/control index f8eceb7..b63b928 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,7 @@ Build-Depends: python3-pygls , python3-pytest , python3-pytest-cov , - python3-ruyaml, + python3-ruyaml | python3-ruamel.yaml, # debputy-plugin-foo, # The code was never checked with an older version than 3.11... python3:any (>= 3.11~), @@ -47,7 +47,7 @@ Depends: python3-colored , python3-colorlog , python3-debian, - python3-ruyaml, + python3-ruyaml | python3-ruamel.yaml, # The code was never checked with an older version than 3.11... python3:any (>= 3.11~), strip-nondeterminism, -- cgit v1.2.3