forked from pool/python-ansible-compat
Accepting request 1063493 from systemsmanagement:ansible
OBS-URL: https://build.opensuse.org/request/show/1063493 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ansible-compat?expand=0&rev=13
This commit is contained in:
commit
e72c6934dd
@ -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>
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-ansible-compat
|
||||
Version: 2.2.7
|
||||
Version: 3.0.1
|
||||
Release: 0
|
||||
Summary: Compatibility shim for Ansible 2.9 and newer
|
||||
License: MIT
|
||||
@ -44,13 +44,13 @@ BuildRequires: %{python_module PyYAML}
|
||||
BuildRequires: %{python_module flaky}
|
||||
BuildRequires: %{python_module jsonschema >= 4.5.1}
|
||||
BuildRequires: %{python_module pytest-mock}
|
||||
BuildRequires: %{python_module subprocess-tee}
|
||||
BuildRequires: %{python_module subprocess-tee >= 0.4.1}
|
||||
BuildRequires: ansible
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-generators
|
||||
%{?python_enable_dependency_generator}
|
||||
Requires: python-subprocess-tee
|
||||
Requires: python-subprocess-tee >= 0.4.1
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user