From: Marcin Krol Date: Thu, 29 Jan 2026 17:45:13 +0000 (+0100) Subject: - updated to 13.2.0 X-Git-Url: https://git.tld-linux.org/?a=commitdiff_plain;p=packages%2Fansible.git - updated to 13.2.0 --- diff --git a/ansible.spec b/ansible.spec index a2b5487..051e8b5 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: 11.9.0 +Version: 13.2.0 Release: 1 License: GPL v3+ Group: Development/Libraries Source0: https://files.pythonhosted.org/packages/source/a/ansible/%{name}-%{version}.tar.gz -# Source0-md5: 25d4479b917943e0784e8edc6e4ca765 +# Source0-md5: 2aa956196c330de4c1c7d2f15aae9274 Patch0: setup.patch URL: https://ansible.com BuildRequires: python3-build @@ -15,7 +15,7 @@ BuildRequires: python3-PyYAML BuildRequires: python3-wheel BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.710 -Requires: %{name}-core >= 2.6.14 +Requires: %{name}-core >= 2.20.1 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) diff --git a/setup.patch b/setup.patch index eabbc6d..59a6468 100644 --- a/setup.patch +++ b/setup.patch @@ -1,11 +1,11 @@ ---- ansible-9.1.0/setup.cfg.orig 2023-12-05 17:35:06.236860300 +0100 -+++ ansible-9.1.0/setup.cfg 2024-01-07 23:16:26.780075265 +0100 -@@ -33,7 +33,7 @@ +--- ansible-13.2.0/setup.cfg 2025-12-30 16:45:48.716942500 +0100 ++++ ansible-13.2.0/setup.cfg 2026-01-29 18:28:22.310739251 +0100 +@@ -31,7 +31,7 @@ [options] zip_safe = False install_requires = -- ansible-core ~= 2.18.8 -+ ansible-core >= 2.18.8 - python_requires = >=3.11 +- ansible-core ~= 2.20.1 ++ ansible-core >= 2.20.1 + python_requires = >=3.12 package_dir = =.