diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:22 +0000 |
commit | 38b7c80217c4e72b1d8988eb1e60bb6e77334114 (patch) | |
tree | 356e9fd3762877d07cde52d21e77070aeff7e789 /ansible.egg-info/PKG-INFO | |
parent | Adding upstream version 7.7.0+dfsg. (diff) | |
download | ansible-38b7c80217c4e72b1d8988eb1e60bb6e77334114.tar.xz ansible-38b7c80217c4e72b1d8988eb1e60bb6e77334114.zip |
Adding upstream version 9.4.0+dfsg.upstream/9.4.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible.egg-info/PKG-INFO')
-rw-r--r-- | ansible.egg-info/PKG-INFO | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/ansible.egg-info/PKG-INFO b/ansible.egg-info/PKG-INFO index 6452e91d7..20e6e9c14 100644 --- a/ansible.egg-info/PKG-INFO +++ b/ansible.egg-info/PKG-INFO @@ -1,16 +1,16 @@ Metadata-Version: 2.1 Name: ansible -Version: 7.7.0 +Version: 9.4.0 Summary: Radically simple IT automation Home-page: https://ansible.com/ Author: Ansible, Inc. Author-email: info@ansible.com -License: GPLv3+ -Project-URL: Bug Tracker, https://github.com/ansible/ansible/issues +License: GPL-3.0-or-later +Project-URL: Build Data, https://github.com/ansible-community/ansible-build-data Project-URL: Code of Conduct, https://docs.ansible.com/ansible/latest/community/code_of_conduct.html -Project-URL: Documentation, https://docs.ansible.com/ansible/ +Project-URL: Documentation, https://docs.ansible.com/ansible +Project-URL: Forum, https://forum.ansible.com Project-URL: Mailing lists, https://docs.ansible.com/ansible/latest/community/communication.html#mailing-list-information -Project-URL: Source Code, https://github.com/ansible/ansible Classifier: Development Status :: 5 - Production/Stable Classifier: Environment :: Console Classifier: Framework :: Ansible @@ -20,14 +20,15 @@ Classifier: Intended Audience :: System Administrators Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) Classifier: Natural Language :: English Classifier: Operating System :: POSIX -Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 -Classifier: Topic :: System :: Installation/Setup -Classifier: Topic :: System :: Systems Administration -Classifier: Topic :: Utilities -Requires-Python: >=3.9 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3 :: Only +Requires-Python: >=3.10 +Description-Content-Type: text/x-rst License-File: COPYING +Requires-Dist: ansible-core~=2.16.5 .. GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) @@ -48,7 +49,7 @@ easy. More information on the Ansible `website <https://ansible.com/>`_. This is the ``ansible`` community package. The ``ansible`` python package contains a set of independent Ansible collections that are curated by the community, -and it pulls in `ansible-core <pypi.org/project/ansible-core/>`_. +and it pulls in `ansible-core <https://pypi.org/project/ansible-core/>`_. The ``ansible-core`` python package contains the core runtime and CLI tools, such as ``ansible`` and ``ansible-playbook``, while the ``ansible`` package contains extra modules, plugins, and roles. @@ -87,6 +88,10 @@ Issues with plugins and modules in the Ansible package should be reported on the individual collection's issue tracker. Issues with ``ansible-core`` should be reported on the `ansible-core issue tracker <https://github.com/ansible/ansible/issues/>`_. +Issues with the ``ansible`` package build process or serious bugs or +vulnerabilities in a collection that are not addressed after opening an issue +in the collection's issue tracker should be reported on +`ansible-build-data's issue tracker <https://github.com/ansible-community/ansible-build-data#issue-tracker>`_. Refer to the `Communication page <https://docs.ansible.com/ansible/latest/community/communication.html>`_ for a |