Accepting request 984255 from systemsmanagement

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/984255
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ansible-compat?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2022-06-23 08:23:39 +00:00 committed by Git OBS Bridge
commit ddf1a81429
4 changed files with 16 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d5fb21c1ff069e84ac5fc17f6c8d2261c2a7b299986be810d339dfc77c128a9
size 35447

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:62bae1bb5c20663d5ee1bfec04f073c08be721040af9ef5bddc7904e6678d184
size 37840

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jun 14 21:02:38 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
- 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 <sebix+novell.com@sebix.at> Sun May 22 10:21:20 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@ -19,7 +19,7 @@
# only works with the python version which the package 'ansible' uses # only works with the python version which the package 'ansible' uses
%define pythons python3 %define pythons python3
Name: python-ansible-compat Name: python-ansible-compat
Version: 2.0.4 Version: 2.1.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
@ -35,6 +35,7 @@ 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 pytest-mock} BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module subprocess-tee} BuildRequires: %{python_module subprocess-tee}
BuildRequires: ansible BuildRequires: ansible