From 07cb4f66c0764b1d712a68f1bb452264ba8d63e2 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 29 Oct 2025 19:39:18 +0100 Subject: [PATCH] Summarize some more. --- changelogs/fragments/10891-dict-refactor.yml | 6 ---- changelogs/fragments/10892-remove-py2.yml | 7 ----- changelogs/fragments/10903-2to3.yml | 8 ----- changelogs/fragments/10904-2to3-mods.yml | 30 ------------------- changelogs/fragments/10907-2to3-mu.yml | 9 ------ .../fragments/python-3-modernization.yml | 5 ++++ 6 files changed, 5 insertions(+), 60 deletions(-) delete mode 100644 changelogs/fragments/10891-dict-refactor.yml delete mode 100644 changelogs/fragments/10892-remove-py2.yml delete mode 100644 changelogs/fragments/10903-2to3.yml delete mode 100644 changelogs/fragments/10904-2to3-mods.yml delete mode 100644 changelogs/fragments/10907-2to3-mu.yml diff --git a/changelogs/fragments/10891-dict-refactor.yml b/changelogs/fragments/10891-dict-refactor.yml deleted file mode 100644 index 63d5e585ff..0000000000 --- a/changelogs/fragments/10891-dict-refactor.yml +++ /dev/null @@ -1,6 +0,0 @@ -minor_changes: - - dependent lookup plugin - refactor dict initialization, no impact to users (https://github.com/ansible-collections/community.general/pull/10891). - - scaleway module_utils - improve code readability, no impact to users (https://github.com/ansible-collections/community.general/pull/10891). - - pacemaker_cluster.py - refactor dict initialization, no impact to users (https://github.com/ansible-collections/community.general/pull/10891). - - pacemaker_resource.py - refactor dict initialization, no impact to users (https://github.com/ansible-collections/community.general/pull/10891). - - pacemaker_stonith.py - refactor dict initialization, no impact to users (https://github.com/ansible-collections/community.general/pull/10891). diff --git a/changelogs/fragments/10892-remove-py2.yml b/changelogs/fragments/10892-remove-py2.yml deleted file mode 100644 index 69904d4777..0000000000 --- a/changelogs/fragments/10892-remove-py2.yml +++ /dev/null @@ -1,7 +0,0 @@ -minor_changes: - - known_hosts module_utils - drop Python 2 support when parsing output of ``urlparse`` (https://github.com/ansible-collections/community.general/pull/10892). - - aix_inittab - drop Python 2 support for function ``zip`` (https://github.com/ansible-collections/community.general/pull/10892). - - copr - drop support for Python 2 interpreter (https://github.com/ansible-collections/community.general/pull/10892). - - dconf - drop support for Python 2 interpreter (https://github.com/ansible-collections/community.general/pull/10892). - - irc - drop Python 2 support for SSL context creation (https://github.com/ansible-collections/community.general/pull/10892). - - mail - drop Python 2 support for Message-ID domain setting (https://github.com/ansible-collections/community.general/pull/10892). diff --git a/changelogs/fragments/10903-2to3.yml b/changelogs/fragments/10903-2to3.yml deleted file mode 100644 index af0b744456..0000000000 --- a/changelogs/fragments/10903-2to3.yml +++ /dev/null @@ -1,8 +0,0 @@ -minor_changes: - - pickle cache plugin - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10903). - - counter_enabled callback plugin - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10903). - - wsl connection plugin - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10903). - - cobbler inventory plugin - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10903). - - linode inventory plugin - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10903). - - utm_utils module_utils plugin - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10903). - - vexata module_utils plugin - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10903). diff --git a/changelogs/fragments/10904-2to3-mods.yml b/changelogs/fragments/10904-2to3-mods.yml deleted file mode 100644 index 12ca58b250..0000000000 --- a/changelogs/fragments/10904-2to3-mods.yml +++ /dev/null @@ -1,30 +0,0 @@ -minor_changes: - - bitbucket_access_key - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904). - - bitbucket_pipeline_known_host - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904). - - bitbucket_pipeline_variable - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904). - - bzr - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904). - - capabilities - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904). - - gitlab_milestone - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904). - - haproxy - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904). - - homebrew - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904). - - homebrew_cask - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904). - - hwc_network_vpc - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904). - - hwc_smn_topic - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904). - - idrac_redfish_config - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904). - - idrac_redfish_info - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904). - - influxdb_retention_policy - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904). - - ini_file - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904). - - interfaces_file - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904). - - launchd - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904). - - logentries - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904). - - packet_sshkey - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904). - - pamd - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904). - - taiga_issue - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904). - - vdo - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904). - - vertica_role - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904). - - vertica_schema - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904). - - vertica_user - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904). - - vexata_eg - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904). - - vexata_volume - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904). - - xcc_redfish_command - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904). - - zypper - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10904). diff --git a/changelogs/fragments/10907-2to3-mu.yml b/changelogs/fragments/10907-2to3-mu.yml deleted file mode 100644 index af19593cf0..0000000000 --- a/changelogs/fragments/10907-2to3-mu.yml +++ /dev/null @@ -1,9 +0,0 @@ -minor_changes: - - csv module_utils plugin - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10907). - - gitlab module_utils plugin - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10907). - - homebrew module_utils plugin - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10907). - - ilo_redfish_utils module_utils plugin - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10907). - - redfish_utils module_utils plugin - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10907). - - saslprep module_utils plugin - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10907). - - utm_utils module_utils plugin - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10907). - - vexata module_utils plugin - use Python 3 idioms (https://github.com/ansible-collections/community.general/pull/10907). diff --git a/changelogs/fragments/python-3-modernization.yml b/changelogs/fragments/python-3-modernization.yml index 5e67996222..e94a930e7d 100644 --- a/changelogs/fragments/python-3-modernization.yml +++ b/changelogs/fragments/python-3-modernization.yml @@ -2,7 +2,12 @@ minor_changes: - >- Modernize code for Python 3.7+ (https://github.com/ansible-collections/community.general/pull/10285, + https://github.com/ansible-collections/community.general/pull/10891, + https://github.com/ansible-collections/community.general/pull/10892, https://github.com/ansible-collections/community.general/pull/10899, + 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/10939, https://github.com/ansible-collections/community.general/pull/10940, https://github.com/ansible-collections/community.general/pull/10941,