-
Notifications
You must be signed in to change notification settings - Fork 153
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
Need to replace distutils.* in ansible.posix to address PEP 632 #303
Comments
saito-hideki
added
feature
This issue/PR relates to a feature request.
verified
This issue has been verified/reproduced by maintainer
bug
This issue/PR relates to a bug.
and removed
feature
This issue/PR relates to a feature request.
labels
Dec 22, 2021
Akasurde
pushed a commit
to Akasurde/ansible.posix
that referenced
this issue
Jan 6, 2022
- Fixes ansible-collections#303 - Addresses PEP 632(https://www.python.org/dev/peps/pep-0632/) Signed-off-by: Hideki Saito <[email protected]>
ansible-zuul bot
added a commit
that referenced
this issue
Jan 7, 2022
Replace distutils with included module in ansible-core 2.12 to address PEP 632 SUMMARY Replace distutils.* with included module in ansible-core 2.12 to addresss PEP 632 if available. It does not change the behavior of ansible-core 2.11 or earlier. Fixes #303 Addresses PEP 632(https://www.python.org/dev/peps/pep-0632/) ISSUE TYPE Bugfix Pull Request COMPONENT NAME plugins/module_utils/firewalld.py plugins/modules/firewalld_info.py ADDITIONAL INFORMATION None Reviewed-by: Andrew Klychkov <[email protected]> Reviewed-by: Hideki Saito <[email protected]> Reviewed-by: Felix Fontein <[email protected]> Reviewed-by: None <None>
1 task
1 task
1 task
1 task
1 task
1 task
1 task
ghost
mentioned this issue
May 23, 2022
1 task
1 task
1 task
1 task
This was referenced May 23, 2022
Closed
1 task
1 task
This was referenced May 28, 2022
Closed
Closed
This was referenced Jun 18, 2022
This was referenced Jul 31, 2022
Closed
This was referenced Sep 14, 2022
1 task
1 task
1 task
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SUMMARY
distutils module is depricated in Python3.10 and it will be removed in Python3.12:
We need to address the above changes on ansible.posix side.
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION
distutils.version
ansible/ansible#74644The text was updated successfully, but these errors were encountered: