From ea07c56a59680e89df71df9aaad2065dbe3581e6 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Mon, 1 Apr 2024 16:30:37 +0200 Subject: [PATCH] - updated to 9.4.0 --- ansible.spec | 4 ++-- setup.patch | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ansible.spec b/ansible.spec index 9e62575..b18e179 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.1.0 +Version: 9.4.0 Release: 1 License: GPL v3+ Group: Development/Libraries Source0: https://files.pythonhosted.org/packages/source/a/ansible/%{name}-%{version}.tar.gz -# Source0-md5: dcc0b77c8d808668232f190934a95acb +# Source0-md5: 9beb78c4a29a6132915cb00734b6e735 Patch0: setup.patch URL: https://ansible.com BuildRequires: python3-PyYAML diff --git a/setup.patch b/setup.patch index 5547b73..bbc8672 100644 --- a/setup.patch +++ b/setup.patch @@ -4,8 +4,8 @@ [options] zip_safe = False install_requires = -- ansible-core ~= 2.16.1 -+ ansible-core >= 2.16.1 +- ansible-core ~= 2.16.5 ++ ansible-core >= 2.16.5 python_requires = >=3.10 package_dir = =. -- 2.37.3