Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update vendored copy of six to 1.16.0 #74680

Merged
merged 6 commits into from
May 12, 2021
Merged

Update vendored copy of six to 1.16.0 #74680

merged 6 commits into from
May 12, 2021

Conversation

sivel
Copy link
Member

@sivel sivel commented May 12, 2021

SUMMARY

Update vendored copy of six to 1.16.0 to eliminate warnings for deprecated python loader methods in Python 3.10+

Fixes #74659

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

lib/ansible/module_utils/six/

ADDITIONAL INFORMATION

Although six officially dropped support for Python 2.6 after 1.13.0, there have been no incompatible changes since then that would prevent it from working with Python 2.6.

@@ -731,16 +753,7 @@ def exec_(_code_, _globs_=None, _locs_=None):
""")


if sys.version_info[:2] == (3, 2):
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This only affected Python3.2 which we never supported.

@ansibot ansibot added affects_2.12 core_review In order to be merged, this PR must follow the core review workflow. feature This issue/PR relates to a feature request. needs_triage Needs a first human triage before being processed. support:core This issue/PR relates to code supported by the Ansible Engineering Team. test This PR relates to tests. labels May 12, 2021
@mattclay mattclay removed the needs_triage Needs a first human triage before being processed. label May 12, 2021
@sivel sivel merged commit d6e28e6 into ansible:devel May 12, 2021
@ansible ansible locked and limited conversation to collaborators Jun 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.12 core_review In order to be merged, this PR must follow the core review workflow. feature This issue/PR relates to a feature request. support:core This issue/PR relates to code supported by the Ansible Engineering Team. test This PR relates to tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update vendored six for Python 3.10
3 participants