From f752f7d5d207e5c78cedcb897de1e11f3e48da6a Mon Sep 17 00:00:00 2001 From: Benjamin Sparks Date: Sat, 15 Mar 2025 00:26:02 +0100 Subject: [PATCH] nixos/release-notes: uswgi does not support Python 2 plugins --- nixos/doc/manual/release-notes/rl-2505.section.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/doc/manual/release-notes/rl-2505.section.md b/nixos/doc/manual/release-notes/rl-2505.section.md index 651a2d4335b1..7eb89870a9f3 100644 --- a/nixos/doc/manual/release-notes/rl-2505.section.md +++ b/nixos/doc/manual/release-notes/rl-2505.section.md @@ -268,6 +268,8 @@ - `isd` was updated from 0.2.0 to 0.5.1, the new version may crash with a previously generated config, try moving or deleting `~/.config/isd/schema.json`. +- `uwsgi` no longer supports Python 2 plugins. + - `asusd` has been upgraded to version 6 which supports multiple aura devices. To account for this, the single `auraConfig` configuration option has been replaced with `auraConfigs` which is an attribute set of config options per each device. The config files may also be now specified as either source files or text strings; to account for this you will need to specify that `text` is used for your existing configs, e.g.: ```diff -services.asusd.asusdConfig = '''file contents'''