mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 16:11:22 -07:00
Remove vendored ipaddress module. (#2441)
This commit is contained in:
parent
188a4eeb0c
commit
9906b9dbc7
9 changed files with 37 additions and 2595 deletions
5
changelogs/fragments/ipaddress.yml
Normal file
5
changelogs/fragments/ipaddress.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
removed_features:
|
||||
- "The vendored copy of ``ipaddress`` has been removed. Please use ``ipaddress`` from the Python 3 standard library, or `from pypi <https://pypi.org/project/ipaddress/>`_. (https://github.com/ansible-collections/community.general/pull/2441)."
|
||||
breaking_changes:
|
||||
- "scaleway_security_group_rule - when used with Python 2, the module now needs ``ipaddress`` installed `from pypi <https://pypi.org/project/ipaddress/>`_ (https://github.com/ansible-collections/community.general/pull/2441)."
|
||||
- "lxd inventory plugin - when used with Python 2, the plugin now needs ``ipaddress`` installed `from pypi <https://pypi.org/project/ipaddress/>`_ (https://github.com/ansible-collections/community.general/pull/2441)."
|
Loading…
Add table
Add a link
Reference in a new issue