mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Deprecate vendored ipaddress copy. (#2459)
This commit is contained in:
parent
19c03cff96
commit
e05769d4bf
1 changed files with 4 additions and 0 deletions
4
changelogs/fragments/deprecate-ipaddress.yml
Normal file
4
changelogs/fragments/deprecate-ipaddress.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
deprecated_features:
|
||||
- "The vendored copy of ``ipaddress`` will be removed in community.general 4.0.0. Please switch to ``ipaddress`` from the Python 3 standard library, or `from pypi <https://pypi.org/project/ipaddress/>`_, if your code relies on the vendored version of ``ipaddress`` (https://github.com/ansible-collections/community.general/pull/2459)."
|
||||
- "scaleway_security_group_rule - the module will require ``ipaddress`` installed when used with Python 2 from community.general 4.0.0 on. ``ipaddress`` is part of the Python 3 standard library, but can be installed for Python 2 from pypi (https://github.com/ansible-collections/community.general/pull/2459)."
|
||||
- "lxd inventory plugin - the plugin will require ``ipaddress`` installed when used with Python 2 from community.general 4.0.0 on. ``ipaddress`` is part of the Python 3 standard library, but can be installed for Python 2 from pypi (https://github.com/ansible-collections/community.general/pull/2459)."
|
Loading…
Reference in a new issue