mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-05-14 21:42:01 +00:00
Merge pull request #304 from saito-hideki/issue/303
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 <aaklychkov@mail.ru> Reviewed-by: Hideki Saito <saito@fgrep.org> Reviewed-by: Felix Fontein <felix@fontein.de> Reviewed-by: None <None>
This commit is contained in:
3
changelogs/fragments/304_pep632.yml
Normal file
3
changelogs/fragments/304_pep632.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- Use vendored version of ``distutils.version`` instead of the deprecated Python standard library to address PEP 632 (https://github.com/ansible-collections/ansible.posix/issues/303).
|
||||
Reference in New Issue
Block a user