From 2097d255062bf0c763b0b75e73c394d63f2a7a25 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Wed, 19 Sep 2018 06:51:49 -0700 Subject: [PATCH] Correct capitalization of PyPI (#45698) As spelled on https://pypi.org/. --- .../modules/cloud/cloudscale/cloudscale_floating_ip.py | 2 +- lib/ansible/modules/network/panos/_panos_security_policy.py | 4 ++-- lib/ansible/modules/network/panos/panos_dag_tags.py | 4 ++-- lib/ansible/modules/network/panos/panos_interface.py | 2 +- lib/ansible/modules/network/panos/panos_match_rule.py | 4 ++-- lib/ansible/modules/network/panos/panos_nat_rule.py | 4 ++-- lib/ansible/modules/network/panos/panos_object.py | 4 ++-- lib/ansible/modules/network/panos/panos_op.py | 4 ++-- lib/ansible/modules/network/panos/panos_query_rules.py | 6 +++--- lib/ansible/modules/network/panos/panos_sag.py | 6 +++--- lib/ansible/modules/network/panos/panos_security_rule.py | 6 +++--- 11 files changed, 23 insertions(+), 23 deletions(-) diff --git a/lib/ansible/modules/cloud/cloudscale/cloudscale_floating_ip.py b/lib/ansible/modules/cloud/cloudscale/cloudscale_floating_ip.py index 468153c7544..4d9f8eebf69 100644 --- a/lib/ansible/modules/cloud/cloudscale/cloudscale_floating_ip.py +++ b/lib/ansible/modules/cloud/cloudscale/cloudscale_floating_ip.py @@ -29,7 +29,7 @@ notes: - Once a floating_ip is created all parameters except C(server) are read-only. - It's not possible to request a floating IP without associating it with a server at the same time. - This module requires the ipaddress python library. This library is included in Python since version 3.3. It is available as a - module on PyPi for earlier versions. + module on PyPI for earlier versions. version_added: 2.5 author: "Gaudenz Steinlin (@gaudenz) " options: diff --git a/lib/ansible/modules/network/panos/_panos_security_policy.py b/lib/ansible/modules/network/panos/_panos_security_policy.py index 7a0316156b9..13799fbc188 100644 --- a/lib/ansible/modules/network/panos/_panos_security_policy.py +++ b/lib/ansible/modules/network/panos/_panos_security_policy.py @@ -40,8 +40,8 @@ deprecated: removed_in: '2.9' why: This module depended on outdated and old SDK. In 2.4 use M(panos_security_rule) instead. requirements: - - pan-python can be obtained from PyPi U(https://pypi.org/project/pan-python/) - - pandevice can be obtained from PyPi U(https://pypi.org/project/pandevice/) + - pan-python can be obtained from PyPI U(https://pypi.org/project/pan-python/) + - pandevice can be obtained from PyPI U(https://pypi.org/project/pandevice/) notes: - Checkmode is not supported. - Panorama is supported diff --git a/lib/ansible/modules/network/panos/panos_dag_tags.py b/lib/ansible/modules/network/panos/panos_dag_tags.py index 2e620b48474..30b134387e0 100644 --- a/lib/ansible/modules/network/panos/panos_dag_tags.py +++ b/lib/ansible/modules/network/panos/panos_dag_tags.py @@ -33,8 +33,8 @@ description: author: "Vinay Venkataraghavan (@vinayvenkat)" version_added: "2.5" requirements: - - pan-python can be obtained from PyPi U(https://pypi.org/project/pan-python/) - - pandevice can be obtained from PyPi U(https://pypi.org/project/pandevice/) + - pan-python can be obtained from PyPI U(https://pypi.org/project/pan-python/) + - pandevice can be obtained from PyPI U(https://pypi.org/project/pandevice/) notes: - Checkmode is not supported. - Panorama is not supported. diff --git a/lib/ansible/modules/network/panos/panos_interface.py b/lib/ansible/modules/network/panos/panos_interface.py index 00543bda688..cb6c00bd667 100644 --- a/lib/ansible/modules/network/panos/panos_interface.py +++ b/lib/ansible/modules/network/panos/panos_interface.py @@ -33,7 +33,7 @@ description: author: "Luigi Mori (@jtschichold), Ivan Bojer (@ivanbojer)" version_added: "2.3" requirements: - - pan-python can be obtained from PyPi U(https://pypi.org/project/pan-python/) + - pan-python can be obtained from PyPI U(https://pypi.org/project/pan-python/) notes: - Checkmode is not supported. options: diff --git a/lib/ansible/modules/network/panos/panos_match_rule.py b/lib/ansible/modules/network/panos/panos_match_rule.py index 313c1fdecb2..32bf68a526c 100644 --- a/lib/ansible/modules/network/panos/panos_match_rule.py +++ b/lib/ansible/modules/network/panos/panos_match_rule.py @@ -33,8 +33,8 @@ description: author: "Robert Hagen (@rnh556)" version_added: "2.5" requirements: - - pan-python can be obtained from PyPi U(https://pypi.org/project/pan-python/) - - pandevice can be obtained from PyPi U(https://pypi.org/project/pandevice/) + - pan-python can be obtained from PyPI U(https://pypi.org/project/pan-python/) + - pandevice can be obtained from PyPI U(https://pypi.org/project/pandevice/) notes: - Checkmode is not supported. - Panorama NOT is supported. diff --git a/lib/ansible/modules/network/panos/panos_nat_rule.py b/lib/ansible/modules/network/panos/panos_nat_rule.py index d0d3dc08976..4ff07754464 100644 --- a/lib/ansible/modules/network/panos/panos_nat_rule.py +++ b/lib/ansible/modules/network/panos/panos_nat_rule.py @@ -17,8 +17,8 @@ description: > author: "Luigi Mori (@jtschichold), Ivan Bojer (@ivanbojer), Robert Hagen (@rnh556)" version_added: "2.4" requirements: - - pan-python can be obtained from PyPi U(https://pypi.org/project/pan-python/) - - pandevice can be obtained from PyPi U(https://pypi.org/project/pandevice/) + - pan-python can be obtained from PyPI U(https://pypi.org/project/pan-python/) + - pandevice can be obtained from PyPI U(https://pypi.org/project/pandevice/) notes: - Checkmode is not supported. - Panorama is supported. diff --git a/lib/ansible/modules/network/panos/panos_object.py b/lib/ansible/modules/network/panos/panos_object.py index de4296c6aee..010fc51cd53 100644 --- a/lib/ansible/modules/network/panos/panos_object.py +++ b/lib/ansible/modules/network/panos/panos_object.py @@ -34,8 +34,8 @@ description: author: "Bob Hagen (@rnh556)" version_added: "2.4" requirements: - - pan-python can be obtained from PyPi U(https://pypi.org/project/pan-python/) - - pandevice can be obtained from PyPi U(https://pypi.org/project/pandevice/) + - pan-python can be obtained from PyPI U(https://pypi.org/project/pan-python/) + - pandevice can be obtained from PyPI U(https://pypi.org/project/pandevice/) notes: - Checkmode is not supported. - Panorama is supported. diff --git a/lib/ansible/modules/network/panos/panos_op.py b/lib/ansible/modules/network/panos/panos_op.py index 83550092afe..78c0657ef7d 100644 --- a/lib/ansible/modules/network/panos/panos_op.py +++ b/lib/ansible/modules/network/panos/panos_op.py @@ -31,8 +31,8 @@ description: This module will allow user to pass and execute any supported OP co author: "Ivan Bojer (@ivanbojer)" version_added: "2.5" requirements: - - pan-python can be obtained from PyPi U(https://pypi.org/project/pan-python/) - - pandevice can be obtained from PyPi U(https://pypi.org/project/pandevice/) + - pan-python can be obtained from PyPI U(https://pypi.org/project/pan-python/) + - pandevice can be obtained from PyPI U(https://pypi.org/project/pandevice/) notes: - Checkmode is NOT supported. - Panorama is NOT supported. diff --git a/lib/ansible/modules/network/panos/panos_query_rules.py b/lib/ansible/modules/network/panos/panos_query_rules.py index dedd99de602..562ba45433f 100644 --- a/lib/ansible/modules/network/panos/panos_query_rules.py +++ b/lib/ansible/modules/network/panos/panos_query_rules.py @@ -35,9 +35,9 @@ description: > author: "Bob Hagen (@rnh556)" version_added: "2.5" requirements: - - pan-python can be obtained from PyPi U(https://pypi.org/project/pan-python/) - - pandevice can be obtained from PyPi U(https://pypi.org/project/pandevice/) - - xmltodict can be obtains from PyPi U(https://pypi.org/project/xmltodict/) + - pan-python can be obtained from PyPI U(https://pypi.org/project/pan-python/) + - pandevice can be obtained from PyPI U(https://pypi.org/project/pandevice/) + - xmltodict can be obtains from PyPI U(https://pypi.org/project/xmltodict/) notes: - Checkmode is not supported. - Panorama is supported. diff --git a/lib/ansible/modules/network/panos/panos_sag.py b/lib/ansible/modules/network/panos/panos_sag.py index 30ccbb2bec4..2abbcf06204 100644 --- a/lib/ansible/modules/network/panos/panos_sag.py +++ b/lib/ansible/modules/network/panos/panos_sag.py @@ -28,9 +28,9 @@ description: author: "Vinay Venkataraghavan @vinayvenkat" version_added: "2.4" requirements: - - pan-python can be obtained from PyPi U(https://pypi.org/project/pan-python/) - - pandevice can be obtained from PyPi U(https://pypi.org/project/pandevice/) - - xmltodict can be obtained from PyPi U(https://pypi.org/project/xmltodict/) + - pan-python can be obtained from PyPI U(https://pypi.org/project/pan-python/) + - pandevice can be obtained from PyPI U(https://pypi.org/project/pandevice/) + - xmltodict can be obtained from PyPI U(https://pypi.org/project/xmltodict/) options: api_key: description: diff --git a/lib/ansible/modules/network/panos/panos_security_rule.py b/lib/ansible/modules/network/panos/panos_security_rule.py index 03c689b8a47..e2850c3ec87 100644 --- a/lib/ansible/modules/network/panos/panos_security_rule.py +++ b/lib/ansible/modules/network/panos/panos_security_rule.py @@ -23,9 +23,9 @@ description: author: "Ivan Bojer (@ivanbojer), Robert Hagen (@rnh556)" version_added: "2.4" requirements: - - pan-python can be obtained from PyPi U(https://pypi.org/project/pan-python/) - - pandevice can be obtained from PyPi U(https://pypi.org/project/pandevice/) - - xmltodict can be obtained from PyPi U(https://pypi.org/project/xmltodict/) + - pan-python can be obtained from PyPI U(https://pypi.org/project/pan-python/) + - pandevice can be obtained from PyPI U(https://pypi.org/project/pandevice/) + - xmltodict can be obtained from PyPI U(https://pypi.org/project/xmltodict/) notes: - Checkmode is not supported. - Panorama is supported.