From b74ead44ecd34b85a1ac94952011c24b4cace6be Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 29 Oct 2025 19:41:47 +0100 Subject: [PATCH] Some more. --- changelogs/fragments/10908-archive-lzma.yml | 2 -- changelogs/fragments/10909-launchd-plistlib.yml | 2 -- changelogs/fragments/10980-mqtt-ssl.yml | 2 -- changelogs/fragments/10981-keyring-shlex.yml | 3 --- changelogs/fragments/python-3-modernization.yml | 6 +++++- 5 files changed, 5 insertions(+), 10 deletions(-) delete mode 100644 changelogs/fragments/10908-archive-lzma.yml delete mode 100644 changelogs/fragments/10909-launchd-plistlib.yml delete mode 100644 changelogs/fragments/10980-mqtt-ssl.yml delete mode 100644 changelogs/fragments/10981-keyring-shlex.yml diff --git a/changelogs/fragments/10908-archive-lzma.yml b/changelogs/fragments/10908-archive-lzma.yml deleted file mode 100644 index bcce681bed..0000000000 --- a/changelogs/fragments/10908-archive-lzma.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - archive - remove conditional code for older Python versions (https://github.com/ansible-collections/community.general/pull/10908). diff --git a/changelogs/fragments/10909-launchd-plistlib.yml b/changelogs/fragments/10909-launchd-plistlib.yml deleted file mode 100644 index fc798c9ddb..0000000000 --- a/changelogs/fragments/10909-launchd-plistlib.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - launchd - remove conditional code supporting Python versions prior to 3.4 (https://github.com/ansible-collections/community.general/pull/10909). diff --git a/changelogs/fragments/10980-mqtt-ssl.yml b/changelogs/fragments/10980-mqtt-ssl.yml deleted file mode 100644 index 563896ead3..0000000000 --- a/changelogs/fragments/10980-mqtt-ssl.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - mqtt - remove provisions for unsupported Python versions (https://github.com/ansible-collections/community.general/pull/10980). diff --git a/changelogs/fragments/10981-keyring-shlex.yml b/changelogs/fragments/10981-keyring-shlex.yml deleted file mode 100644 index 8034ebe55d..0000000000 --- a/changelogs/fragments/10981-keyring-shlex.yml +++ /dev/null @@ -1,3 +0,0 @@ -minor_changes: - - keyring - remove provisions for unsupported Python versions (https://github.com/ansible-collections/community.general/pull/10981). - - keyring_info - remove provisions for unsupported Python versions (https://github.com/ansible-collections/community.general/pull/10981). diff --git a/changelogs/fragments/python-3-modernization.yml b/changelogs/fragments/python-3-modernization.yml index e94a930e7d..36c264151f 100644 --- a/changelogs/fragments/python-3-modernization.yml +++ b/changelogs/fragments/python-3-modernization.yml @@ -8,6 +8,8 @@ minor_changes: https://github.com/ansible-collections/community.general/pull/10903, https://github.com/ansible-collections/community.general/pull/10904, https://github.com/ansible-collections/community.general/pull/10907, + https://github.com/ansible-collections/community.general/pull/10908, + https://github.com/ansible-collections/community.general/pull/10909, https://github.com/ansible-collections/community.general/pull/10939, https://github.com/ansible-collections/community.general/pull/10940, https://github.com/ansible-collections/community.general/pull/10941, @@ -26,4 +28,6 @@ minor_changes: https://github.com/ansible-collections/community.general/pull/10976, https://github.com/ansible-collections/community.general/pull/10977, https://github.com/ansible-collections/community.general/pull/10978, - https://github.com/ansible-collections/community.general/pull/10979) + https://github.com/ansible-collections/community.general/pull/10979, + https://github.com/ansible-collections/community.general/pull/10980, + https://github.com/ansible-collections/community.general/pull/10981)