forked from pool/python-ansible-compat
Accepting request 1079368 from systemsmanagement:ansible
OBS-URL: https://build.opensuse.org/request/show/1079368 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ansible-compat?expand=0&rev=14
This commit is contained in:
commit
7abc5f7377
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d7dc5e4b7fade9b7375c568a24475b7be81024cac2a20caef3260ef0b51287b4
|
|
||||||
size 62676
|
|
3
ansible-compat-3.0.2.tar.gz
Normal file
3
ansible-compat-3.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a10ea191f9efe08590ff64cb46a31af1f8142c08618db1a4bc827ed257c68230
|
||||||
|
size 63328
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 14 06:54:22 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
- update to 3.0.2:
|
||||||
|
* Change install_collection to avoid use of -p (#233) @ssbarnea
|
||||||
|
* Correct documentation links (#232) @ssbarnea
|
||||||
|
* Avoid using -p option with ansible-galaxy install (#230)
|
||||||
|
@ssbarnea
|
||||||
|
* Fix collection loading (#223) @apatard
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 31 15:05:36 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
Tue Jan 31 15:05:36 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-ansible-compat
|
Name: python-ansible-compat
|
||||||
Version: 3.0.1
|
Version: 3.0.2
|
||||||
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
|
||||||
@ -42,10 +42,10 @@ BuildRequires: python-rpm-macros
|
|||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module PyYAML}
|
BuildRequires: %{python_module PyYAML}
|
||||||
BuildRequires: %{python_module flaky}
|
BuildRequires: %{python_module flaky}
|
||||||
BuildRequires: %{python_module jsonschema >= 4.5.1}
|
BuildRequires: %{python_module jsonschema >= 4.6.0}
|
||||||
BuildRequires: %{python_module pytest-mock}
|
BuildRequires: %{python_module pytest-mock}
|
||||||
BuildRequires: %{python_module subprocess-tee >= 0.4.1}
|
BuildRequires: %{python_module subprocess-tee >= 0.4.1}
|
||||||
BuildRequires: ansible
|
BuildRequires: ansible-core >= 2.12
|
||||||
# /SECTION
|
# /SECTION
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-generators
|
BuildRequires: python-rpm-generators
|
||||||
|
Loading…
Reference in New Issue
Block a user