diff --git a/ansible-compat-2.0.4.tar.gz b/ansible-compat-2.0.4.tar.gz deleted file mode 100644 index 4400182..0000000 --- a/ansible-compat-2.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d5fb21c1ff069e84ac5fc17f6c8d2261c2a7b299986be810d339dfc77c128a9 -size 35447 diff --git a/ansible-compat-2.1.0.tar.gz b/ansible-compat-2.1.0.tar.gz new file mode 100644 index 0000000..0a96576 --- /dev/null +++ b/ansible-compat-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62bae1bb5c20663d5ee1bfec04f073c08be721040af9ef5bddc7904e6678d184 +size 37840 diff --git a/python-ansible-compat.changes b/python-ansible-compat.changes index 8b5bc2a..fd11942 100644 --- a/python-ansible-compat.changes +++ b/python-ansible-compat.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Jun 14 21:02:38 UTC 2022 - Sebastian Wagner + +- Update to version 2.1.0: + - Minor Changes + - Add module to work with schemas (#143) @ssbarnea + - Bugfixes + - Expose role_name_check in prepare_environment (#147) @zhan9san + - Install role in cache dir (#135) @zhan9san + - Prevent occasional FileExistsError with symlink recreation (#145) @ssbarnea + ------------------------------------------------------------------- Sun May 22 10:21:20 UTC 2022 - Sebastian Wagner diff --git a/python-ansible-compat.spec b/python-ansible-compat.spec index 2caee06..29a0d9b 100644 --- a/python-ansible-compat.spec +++ b/python-ansible-compat.spec @@ -19,7 +19,7 @@ # only works with the python version which the package 'ansible' uses %define pythons python3 Name: python-ansible-compat -Version: 2.0.4 +Version: 2.1.0 Release: 0 Summary: Compatibility shim for Ansible 2.9 and newer License: MIT @@ -35,6 +35,7 @@ BuildRequires: python-rpm-macros BuildRequires: %{python_module pytest} 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: ansible