From aac13bb314879c6840d1b1da9d61416b5e94b27c13b8014358cfec20a0a51749 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Sat, 1 Jun 2024 07:40:42 +0000 Subject: [PATCH] Accepting request 1177717 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible update to 24.6.0 OBS-URL: https://build.opensuse.org/request/show/1177717 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/python-ansible-compat?expand=0&rev=25 --- python-ansible-compat-24.5.1.tar.gz | 3 --- python-ansible-compat-24.6.0.tar.gz | 3 +++ python-ansible-compat.changes | 14 ++++++++++++++ python-ansible-compat.spec | 6 +++--- 4 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 python-ansible-compat-24.5.1.tar.gz create mode 100644 python-ansible-compat-24.6.0.tar.gz diff --git a/python-ansible-compat-24.5.1.tar.gz b/python-ansible-compat-24.5.1.tar.gz deleted file mode 100644 index b335656..0000000 --- a/python-ansible-compat-24.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32516cd34e920e4df6a5f4fb3fa8ae4c6817d18813c8fde829a029d4d6318a36 -size 68474 diff --git a/python-ansible-compat-24.6.0.tar.gz b/python-ansible-compat-24.6.0.tar.gz new file mode 100644 index 0000000..ce12a66 --- /dev/null +++ b/python-ansible-compat-24.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5607db57f5e409905737205068734bcee4887b2766223e1b4eaef68c342cecc +size 74286 diff --git a/python-ansible-compat.changes b/python-ansible-compat.changes index df6b279..3e9ad6f 100644 --- a/python-ansible-compat.changes +++ b/python-ansible-compat.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu May 30 09:40:44 UTC 2024 - Johannes Kastl + +- update to 24.6.0: + * Enhancements + - Drop support for Ansible 2.12 and 2.13 (#380) @ssbarnea + * Bugfixes + - Make collection location cache_dir aware (#384) @ssbarnea + - Correctly identify the installed collections when duplicates + exist (#379) @ssbarnea + - Increase coverage (#378) @ssbarnea + - Removed leftover code related to ansible-core before 2.14 + (#382) @ssbarnea + ------------------------------------------------------------------- Tue May 14 14:19:11 UTC 2024 - Johannes Kastl diff --git a/python-ansible-compat.spec b/python-ansible-compat.spec index 284f037..b0cc622 100644 --- a/python-ansible-compat.spec +++ b/python-ansible-compat.spec @@ -24,7 +24,7 @@ %endif Name: python-ansible-compat -Version: 24.5.1 +Version: 24.6.0 Release: 0 Summary: Compatibility shim for Ansible 2.9 and newer License: MIT @@ -37,7 +37,7 @@ BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros # SECTION test # https://github.com/ansible/ansible-compat/blob/main/.config/requirements.in -BuildRequires: ansible-core >= 2.12 +BuildRequires: ansible-core >= 2.14 BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module jsonschema >= 4.17.3} BuildRequires: %{python_module subprocess-tee >= 0.4.1} @@ -48,7 +48,7 @@ BuildRequires: %{python_module pytest-plus} # /SECTION BuildRequires: fdupes BuildRequires: python-rpm-generators -Requires: ansible-core >= 2.12 +Requires: ansible-core >= 2.14 Requires: python-PyYAML Requires: python-jsonschema >= 4.17.3 Requires: python-packaging