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)