forked from pool/python-ansible-compat
Accepting request 1063487 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible
OBS-URL: https://build.opensuse.org/request/show/1063487 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/python-ansible-compat?expand=0&rev=11
This commit is contained in:
parent
36d0059fef
commit
587f0db701
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:08deddcd0a1dc6baabe674b07c6ff882118492c123d281f56f01905271a7ffc4
|
|
||||||
size 47378
|
|
3
ansible-compat-3.0.1.tar.gz
Normal file
3
ansible-compat-3.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d7dc5e4b7fade9b7375c568a24475b7be81024cac2a20caef3260ef0b51287b4
|
||||||
|
size 62676
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 31 15:05:36 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
- update to 3.0.0:
|
||||||
|
* Major Changes
|
||||||
|
- Require ansible-core 2.12 or newer (#215) @ssbarnea
|
||||||
|
* Minor Changes
|
||||||
|
- Address ansible 2.15 compatibility related to AnsibleCollectionConfig (#213) @ssbarnea
|
||||||
|
* Bugfixes
|
||||||
|
- Required subprocess-tee>=0.4.1 (#211) @ssbarnea
|
||||||
|
- update to 3.0.1:
|
||||||
|
* Bugfixes
|
||||||
|
- Avoid double initialization of ansible runtime (#218) @ssbarnea
|
||||||
|
- Update README.md for 3.0.0 release (#217) @ianw
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 18 20:51:46 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
Sun Dec 18 20:51:46 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-ansible-compat
|
Name: python-ansible-compat
|
||||||
Version: 2.2.7
|
Version: 3.0.1
|
||||||
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
|
||||||
@ -44,13 +44,13 @@ BuildRequires: %{python_module PyYAML}
|
|||||||
BuildRequires: %{python_module flaky}
|
BuildRequires: %{python_module flaky}
|
||||||
BuildRequires: %{python_module jsonschema >= 4.5.1}
|
BuildRequires: %{python_module jsonschema >= 4.5.1}
|
||||||
BuildRequires: %{python_module pytest-mock}
|
BuildRequires: %{python_module pytest-mock}
|
||||||
BuildRequires: %{python_module subprocess-tee}
|
BuildRequires: %{python_module subprocess-tee >= 0.4.1}
|
||||||
BuildRequires: ansible
|
BuildRequires: ansible
|
||||||
# /SECTION
|
# /SECTION
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-generators
|
BuildRequires: python-rpm-generators
|
||||||
%{?python_enable_dependency_generator}
|
%{?python_enable_dependency_generator}
|
||||||
Requires: python-subprocess-tee
|
Requires: python-subprocess-tee >= 0.4.1
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user