From dad2ba17bc36fd9a70eb4aa82940a5a15568fbd5 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sat, 25 May 2024 14:49:13 +0200 Subject: [PATCH] - updated to 9.6.0 --- ansible.spec | 4 ++-- setup.patch | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ansible.spec b/ansible.spec index b18e179..55f64fd 100644 --- a/ansible.spec +++ b/ansible.spec @@ -1,11 +1,11 @@ Summary: Curated set of Ansible collections included in addition to ansible-core Name: ansible -Version: 9.4.0 +Version: 9.6.0 Release: 1 License: GPL v3+ Group: Development/Libraries Source0: https://files.pythonhosted.org/packages/source/a/ansible/%{name}-%{version}.tar.gz -# Source0-md5: 9beb78c4a29a6132915cb00734b6e735 +# Source0-md5: c07a2f01b0034d46d936400050806fdb Patch0: setup.patch URL: https://ansible.com BuildRequires: python3-PyYAML diff --git a/setup.patch b/setup.patch index bbc8672..b24cd88 100644 --- a/setup.patch +++ b/setup.patch @@ -4,8 +4,8 @@ [options] zip_safe = False install_requires = -- ansible-core ~= 2.16.5 -+ ansible-core >= 2.16.5 +- ansible-core ~= 2.16.7 ++ ansible-core >= 2.16.7 python_requires = >=3.10 package_dir = =. -- 2.45.1