Accepting request 1178017 from systemsmanagement:ansible

OBS-URL: https://build.opensuse.org/request/show/1178017
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ansible-compat?expand=0&rev=24
This commit is contained in:
Ana Guerrero 2024-06-03 15:41:55 +00:00 committed by Git OBS Bridge
commit 71bd423d5e
4 changed files with 20 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:32516cd34e920e4df6a5f4fb3fa8ae4c6817d18813c8fde829a029d4d6318a36
size 68474

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e5607db57f5e409905737205068734bcee4887b2766223e1b4eaef68c342cecc
size 74286

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu May 30 09:40:44 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- 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 <opensuse_buildservice@ojkastl.de>

View File

@ -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