Accepting request 1109654 from systemsmanagement:ansible

OBS-URL: https://build.opensuse.org/request/show/1109654
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ansible-variables?expand=0&rev=2
This commit is contained in:
Ana Guerrero 2023-09-08 19:15:51 +00:00 committed by Git OBS Bridge
commit 685a630239
5 changed files with 18 additions and 10 deletions

View File

@ -1,4 +1,4 @@
<services>
<service name="download_files" mode="disabled">
<service name="download_files" mode="manual">
</service>
</services>

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Sep 8 04:40:19 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- update to 0.5.1:
Bug Fixes
* passing undefined variable to --var will lead to Exception
([#30](https://github.com/hille721/ansible-variables/issues/30))
-------------------------------------------------------------------
Wed May 24 16:42:22 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,5 +1,5 @@
#
# spec file for package python-ansible-variables
# spec file for package ansible-variables
#
# Copyright (c) 2023 SUSE LLC
#
@ -38,27 +38,27 @@
%endif
Name: ansible-variables
Version: 0.5.0
Version: 0.5.1
Release: 0
Summary: Tool to show origin of Ansible host context variables
License: GPL-3.0+
License: GPL-3.0-or-later
URL: https://github.com/hille721/ansible-variables
# the PyPI tarball does not contain all files required for the tests
Source: https://github.com/hille721/ansible-variables/archive/v%{version}/ansible-variables-%{version}.tar.gz#/ansible-variables-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{ansible_python}-pip
BuildRequires: %{ansible_python}-setuptools
BuildRequires: %{ansible_python}-wheel
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: ansible-core >= 2.11.0
BuildRequires: %{ansible_python}-pytest
BuildRequires: %{ansible_python}-rich
# /SECTION
BuildRequires: fdupes
Requires: ansible-core >= 2.11.0
Requires: %{ansible_python}-rich
Requires: ansible-core >= 2.11.0
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(postun):update-alternatives
BuildArch: noarch
%description