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
This commit is contained in:
parent
7430f8deb7
commit
aac13bb314
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:32516cd34e920e4df6a5f4fb3fa8ae4c6817d18813c8fde829a029d4d6318a36
|
|
||||||
size 68474
|
|
3
python-ansible-compat-24.6.0.tar.gz
Normal file
3
python-ansible-compat-24.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e5607db57f5e409905737205068734bcee4887b2766223e1b4eaef68c342cecc
|
||||||
|
size 74286
|
@ -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>
|
Tue May 14 14:19:11 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-ansible-compat
|
Name: python-ansible-compat
|
||||||
Version: 24.5.1
|
Version: 24.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Compatibility shim for Ansible 2.9 and newer
|
Summary: Compatibility shim for Ansible 2.9 and newer
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -37,7 +37,7 @@ BuildRequires: %{python_module wheel}
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test
|
# SECTION test
|
||||||
# https://github.com/ansible/ansible-compat/blob/main/.config/requirements.in
|
# 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 PyYAML}
|
||||||
BuildRequires: %{python_module jsonschema >= 4.17.3}
|
BuildRequires: %{python_module jsonschema >= 4.17.3}
|
||||||
BuildRequires: %{python_module subprocess-tee >= 0.4.1}
|
BuildRequires: %{python_module subprocess-tee >= 0.4.1}
|
||||||
@ -48,7 +48,7 @@ BuildRequires: %{python_module pytest-plus}
|
|||||||
# /SECTION
|
# /SECTION
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-generators
|
BuildRequires: python-rpm-generators
|
||||||
Requires: ansible-core >= 2.12
|
Requires: ansible-core >= 2.14
|
||||||
Requires: python-PyYAML
|
Requires: python-PyYAML
|
||||||
Requires: python-jsonschema >= 4.17.3
|
Requires: python-jsonschema >= 4.17.3
|
||||||
Requires: python-packaging
|
Requires: python-packaging
|
||||||
|
Loading…
x
Reference in New Issue
Block a user