From 38b7c80217c4e72b1d8988eb1e60bb6e77334114 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 18 Apr 2024 07:52:22 +0200 Subject: Adding upstream version 9.4.0+dfsg. Signed-off-by: Daniel Baumann --- ansible.egg-info/PKG-INFO | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) (limited to 'ansible.egg-info/PKG-INFO') 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 `_. 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 `_. +and it pulls in `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 `_. +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 `_. Refer to the `Communication page `_ for a -- cgit v1.2.3