From 4c8e581836405dda4586c496f1c66bf24ec43d379c25397905fa65e85239f4e5 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Sun, 23 Apr 2023 15:26:58 +0000 Subject: [PATCH 1/6] Accepting request 1082286 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible new package ansible-runner OBS-URL: https://build.opensuse.org/request/show/1082286 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/ansible-runner?expand=0&rev=1 --- _service | 4 ++ ansible-runner-1.4.7.tar.gz | 3 -- ansible-runner-2.3.2.tar.gz | 3 ++ ansible-runner.changes | 85 +----------------------------------- ansible-runner.spec | 86 +++++++++++++++++++++---------------- 5 files changed, 59 insertions(+), 122 deletions(-) create mode 100644 _service delete mode 100644 ansible-runner-1.4.7.tar.gz create mode 100644 ansible-runner-2.3.2.tar.gz diff --git a/_service b/_service new file mode 100644 index 0000000..1bd86b8 --- /dev/null +++ b/_service @@ -0,0 +1,4 @@ + + + + diff --git a/ansible-runner-1.4.7.tar.gz b/ansible-runner-1.4.7.tar.gz deleted file mode 100644 index 467cc43..0000000 --- a/ansible-runner-1.4.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bb56f9061c3238d89ec8871bc842f5b8d0e868f892347e8455c98d5b6fa58a1 -size 47112 diff --git a/ansible-runner-2.3.2.tar.gz b/ansible-runner-2.3.2.tar.gz new file mode 100644 index 0000000..2ed9b1c --- /dev/null +++ b/ansible-runner-2.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c420e76ba18311d6350c8982fc3c0519b00624654053e538b0ea630651b08921 +size 176450 diff --git a/ansible-runner.changes b/ansible-runner.changes index a820195..4061a32 100644 --- a/ansible-runner.changes +++ b/ansible-runner.changes @@ -1,85 +1,4 @@ ------------------------------------------------------------------- -Tue Apr 26 11:00:44 UTC 2022 - pgajdos@suse.com +Thu Apr 20 21:01:20 UTC 2023 - Johannes Kastl -- do not require python-mock: the testsuite is not running anyway - and newer testsuite (e. g. 2.1.3) will not use mock at all - https://trello.com/c/S6eADbii/64-remove-python-mock - -------------------------------------------------------------------- -Sun May 23 17:43:04 UTC 2021 - Ferdinand Thiessen - -- Update to version 1.4.7 - * Fixed an issue where byte sequences in the output that are not - interpretable as UTF-8 would break the job execution. - * Fixed a bug that broke Ansible playbook execution prior to - version 2.8 of Ansible - * Fix an issue with --process_isoloation_*_ paths parsing cli args - * Switch extravar format so we can support more than just string - types - * Make sure job events folder is created earlier to prevent - errors when using immediately after starting a runner job - * Annotate all runner_on events with start/end/duration times -- Drop 0001-Use-the-correct-python-executable-for-tests.patch - -------------------------------------------------------------------- -Thu Feb 20 15:39:49 UTC 2020 - Lars Vogdt - -- update to 1.4.4: - + Fix some unicode issues when using command line override on python 2.7 - + Fix an issue with file handles not closing on the pexpect pty - + Fix missing ssh_key parameter from module interface - + Fix a bug where the ssh agent process would hang around after - process isolation exit causing a failure to remove temporary directories - 1.4.2 (2019-10-04) - + Reverted ansible-runner --version to print a semantic version number - 1.4.1 (2019-10-03) - + Fixed a bug that prevented ANSIBLE_HOST_KEY_CHECKING from being respected - 1.4.0 (2019-09-20) - + Added changed count to stats data - + Added initial support for gathering performance statistics using - the system's cgroup interface - + Fix command line args override missing from module run kwargs - + Omit inventory argument entirely if no inventory content is supplied - this allows ansible to pick up inventory from implicit locations and ansible.cfg - + Fix an issue where Runner wouldn't properly clean up process - isolation temporary directories - + Fix error generated if unsafe parameter is used on vars prompt tasks - + Fix an issue where additional callback plugins weren't being - used when defined in the environment - + Fix an issue where Runner would stop returning events after the - playbook finished when using run_async - + Fix an issue where unicode in task data would cause Runner to fail - + Fix issues using vaulted data that would cause Runner to fail - + Fix an issue where artifact-dir was only allowed in ad-hoc mode -- run fdupes -- remove upstreamed patch: - 0001-Use-the-correct-python-executable-for-tests.patch -- disable tests again for now - -------------------------------------------------------------------- -Tue Jun 4 12:14:09 UTC 2019 - Thomas Bechtold - -- update to 1.3.4: - * make class __name__ match Ansible expectation - * bundle six.ensure_str to avoid pinning to a new six version - * Updating for 1.3.4 release - * Adopt modified upstream packaging - * Add missing lockfile RPM dependency - * Fix an issue with missing options - * port old callback tests to integration folder - * Fix missing toplevel host events docs issue - * Move integration data folder, add new test -- fix license - ansible-runner also contains code licensed under - GPL-3.0-or-later - -------------------------------------------------------------------- -Sat Apr 27 13:06:16 UTC 2019 - Thomas Bechtold - -- enable tests in %check -- add 0001-Use-the-correct-python-executable-for-tests.patch to fix - tests with python3 - -------------------------------------------------------------------- -Wed Apr 24 06:28:48 UTC 2019 - Thomas Bechtold - -- Initial packaging (version 1.3.3) +- new package ansible-runner diff --git a/ansible-runner.spec b/ansible-runner.spec index 3b9c0b3..9ec8eaa 100644 --- a/ansible-runner.spec +++ b/ansible-runner.spec @@ -1,7 +1,7 @@ # # spec file for package ansible-runner # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,56 +15,70 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # +%define module_name ansible-runner + +%if 0%{?suse_version} < 1550 +# Leap15, SLES15 +%define pythons python310 +%define ansible_python python310 +%define ansible_python_executable python3.10 +%define ansible_python_sitelib %python310_sitelib +%else +# Tumbleweed +%define pythons python3 +%define ansible_python python3 +%define ansible_python_executable python3 +%define ansible_python_sitelib %python3_sitelib +%endif Name: ansible-runner -Version: 1.4.7 +Version: 2.3.2 Release: 0 -Summary: Package for interfacing with Ansible -License: Apache-2.0 AND GPL-3.0-or-later -Group: Development/Languages/Python -URL: https://github.com/ansible/ansible-runner -Source: https://files.pythonhosted.org/packages/source/a/ansible-runner/ansible-runner-%{version}.tar.gz -BuildRequires: fdupes -BuildRequires: python-rpm-macros -BuildRequires: python3-PyYAML -BuildRequires: python3-pexpect -BuildRequires: python3-psutil -BuildRequires: python3-python-daemon -BuildRequires: python3-setuptools -BuildRequires: python3-six -Requires: python3-PyYAML -Requires: python3-pexpect >= 4.5 -Requires: python3-psutil -Requires: python3-python-daemon -Requires: python3-six >= 1.12 +Summary: Run ansible-playbook inside an execution environment +License: Apache-2.0 +URL: https://github.com/ansible/%{module_name} +Source: https://files.pythonhosted.org/packages/source/a/%{module_name}/%{module_name}-%{version}.tar.gz BuildArch: noarch +BuildRequires: python-rpm-macros +BuildRequires: %{ansible_python}-setuptools +BuildRequires: %{ansible_python}-pbr +# SECTION test requirements +BuildRequires: %{ansible_python}-packaging +BuildRequires: %{ansible_python}-pexpect >= 4.5 +BuildRequires: %{ansible_python}-python-daemon +BuildRequires: %{ansible_python}-PyYAML +BuildRequires: %{ansible_python}-six +# /SECTION +BuildRequires: fdupes +Requires: %{ansible_python}-packaging +Requires: %{ansible_python}-pexpect >= 4.5 +Requires: %{ansible_python}-python-daemon +Requires: %{ansible_python}-PyYAML +Requires: %{ansible_python}-six %description -Ansible Runner is a tool and python library that helps when interfacing with -Ansible directly or as part of another system whether that be through a -container image interface, as a standalone tool, or as a Python module that -can be imported. The goal is to provide a stable and consistent interface -abstraction to Ansible. This allows Ansible to be embedded into other -systems that don’t want to manage the complexities of the interface on -their own (such as CI/CD platforms, Jenkins, or other automated tooling) +Consistent Ansible Python API and CLI with container and process isolation runtime capabilities %prep -%setup -q +%setup -q -n %{module_name}-%{version} %build -%python3_build +%python_build %install -%python3_install -# dont polute the namespace with tests -rm -r %{buildroot}%{python3_sitelib}/test/ -%python_expand %fdupes %{buildroot}%{$python_sitelib} +%python_install +%fdupes %{buildroot}%{ansible_python_sitelib} + +sed -i '1s|^#!%{_bindir}/env bash$|#!%{_bindir}/bash|' %{buildroot}/%{_datadir}/%{module_name}/utils/entrypoint.sh %files %doc README.md %license LICENSE.md -%{_bindir}/ansible-runner -%{python3_sitelib}/ansible_runner -%{python3_sitelib}/ansible_runner-%{version}-py*.egg-info +%{_bindir}/%{module_name} +%{ansible_python_sitelib}/ansible_runner +%{ansible_python_sitelib}/ansible_runner-*-info +%dir %{_datadir}/%{module_name}/ +%dir %{_datadir}/%{module_name}/utils/ +%{_datadir}/%{module_name}/utils/entrypoint.sh %changelog From 9f37a1fd87129b652e6960a95afe189007fe1a6d607159d5de8284ef119fbbd8 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Sun, 23 Apr 2023 16:21:35 +0000 Subject: [PATCH 2/6] Accepting request 1082293 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible add %check section disabling some tests OBS-URL: https://build.opensuse.org/request/show/1082293 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/ansible-runner?expand=0&rev=2 --- ansible-runner.spec | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/ansible-runner.spec b/ansible-runner.spec index 9ec8eaa..b180832 100644 --- a/ansible-runner.spec +++ b/ansible-runner.spec @@ -42,12 +42,19 @@ BuildArch: noarch BuildRequires: python-rpm-macros BuildRequires: %{ansible_python}-setuptools BuildRequires: %{ansible_python}-pbr -# SECTION test requirements +# https://github.com/ansible/ansible-runner/blob/devel/requirements.txt +BuildRequires: ansible-core BuildRequires: %{ansible_python}-packaging BuildRequires: %{ansible_python}-pexpect >= 4.5 BuildRequires: %{ansible_python}-python-daemon BuildRequires: %{ansible_python}-PyYAML BuildRequires: %{ansible_python}-six +# SECTION test requirements +# https://github.com/ansible/ansible-runner/blob/devel/test/requirements.txt +BuildRequires: %{ansible_python}-pytest +BuildRequires: %{ansible_python}-pytest-mock +BuildRequires: %{ansible_python}-pytest-timeout +BuildRequires: %{ansible_python}-pytest-xdist # /SECTION BuildRequires: fdupes Requires: %{ansible_python}-packaging @@ -71,6 +78,19 @@ Consistent Ansible Python API and CLI with container and process isolation runti sed -i '1s|^#!%{_bindir}/env bash$|#!%{_bindir}/bash|' %{buildroot}/%{_datadir}/%{module_name}/utils/entrypoint.sh +%check +# disable coverage tests +sed -i '/cov/d' pytest.ini +IGNORED_TESTS='test_resolved_actions[playbook0] or ' +IGNORED_TESTS+='test_worker_without_delete_no_dir or ' +IGNORED_TESTS+='test_worker_without_delete_dir_exists or ' +IGNORED_TESTS+='test_worker_delete_no_dir or ' +IGNORED_TESTS+='test_worker_delete_dir_exists or ' +IGNORED_TESTS+='test_process_with_custom_ident or ' +IGNORED_TESTS+='test_callback_plugin_task_args_leak[playbook0] or ' +IGNORED_TESTS+='test_playbook_on_stats_summary_fields' +%pytest -k "not ($IGNORED_TESTS)" + %files %doc README.md %license LICENSE.md From 22d128d2ced3f53e7010a7321bda8e5a7b6531446b87c818f55ff672b4fcbcb0 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Mon, 24 Apr 2023 07:40:24 +0000 Subject: [PATCH 3/6] Accepting request 1082372 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible OBS-URL: https://build.opensuse.org/request/show/1082372 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/ansible-runner?expand=0&rev=3 --- ansible-runner.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible-runner.spec b/ansible-runner.spec index b180832..12065e8 100644 --- a/ansible-runner.spec +++ b/ansible-runner.spec @@ -81,6 +81,10 @@ sed -i '1s|^#!%{_bindir}/env bash$|#!%{_bindir}/bash|' %{buildroot}/%{_datadir}/ %check # disable coverage tests sed -i '/cov/d' pytest.ini + +# Ignored tests, upstream bug report: +# https://github.com/ansible/ansible-runner/issues/1237 +# IGNORED_TESTS='test_resolved_actions[playbook0] or ' IGNORED_TESTS+='test_worker_without_delete_no_dir or ' IGNORED_TESTS+='test_worker_without_delete_dir_exists or ' From 248468cbab96d5eeeb7b6019bb3fdbfef2d351b63e5147fe382f6aacb8759051 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Tue, 16 May 2023 10:16:54 +0000 Subject: [PATCH 4/6] Accepting request 1087368 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible - modify %if-condition to allow building for python3.10 or python3.11 on SLES15 - change python version on Leap15/SLES15 to python3.11 to use the new stack supported by SUSE OBS-URL: https://build.opensuse.org/request/show/1087368 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/ansible-runner?expand=0&rev=4 --- ansible-runner.changes | 12 ++++++++++++ ansible-runner.spec | 28 ++++++++++++++++++---------- 2 files changed, 30 insertions(+), 10 deletions(-) diff --git a/ansible-runner.changes b/ansible-runner.changes index 4061a32..6a66a36 100644 --- a/ansible-runner.changes +++ b/ansible-runner.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon May 15 18:34:56 UTC 2023 - Johannes Kastl + +- modify %if-condition to allow building for python3.10 or + python3.11 on SLES15 + +------------------------------------------------------------------- +Fri May 5 07:13:27 UTC 2023 - Johannes Kastl + +- change python version on Leap15/SLES15 to python3.11 to use the + new stack supported by SUSE + ------------------------------------------------------------------- Thu Apr 20 21:01:20 UTC 2023 - Johannes Kastl diff --git a/ansible-runner.spec b/ansible-runner.spec index 12065e8..7f8a993 100644 --- a/ansible-runner.spec +++ b/ansible-runner.spec @@ -17,12 +17,19 @@ %define module_name ansible-runner +%{?sle15_python_module_pythons} %if 0%{?suse_version} < 1550 # Leap15, SLES15 -%define pythons python310 +%if %pythons == "python310" %define ansible_python python310 %define ansible_python_executable python3.10 %define ansible_python_sitelib %python310_sitelib +%endif +%if %pythons == "python311" +%define ansible_python python311 +%define ansible_python_executable python3.11 +%define ansible_python_sitelib %python311_sitelib +%endif %else # Tumbleweed %define pythons python3 @@ -40,9 +47,11 @@ URL: https://github.com/ansible/%{module_name} Source: https://files.pythonhosted.org/packages/source/a/%{module_name}/%{module_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python-rpm-macros +# https://github.com/ansible/ansible-runner/blob/devel/setup.cfg#L31 +BuildRequires: %{ansible_python}-base >= 3.8 BuildRequires: %{ansible_python}-setuptools BuildRequires: %{ansible_python}-pbr -# https://github.com/ansible/ansible-runner/blob/devel/requirements.txt +# https://github.com/ansible/ansible-runner/blob/devel/setup.cfg#L32 BuildRequires: ansible-core BuildRequires: %{ansible_python}-packaging BuildRequires: %{ansible_python}-pexpect >= 4.5 @@ -57,11 +66,13 @@ BuildRequires: %{ansible_python}-pytest-timeout BuildRequires: %{ansible_python}-pytest-xdist # /SECTION BuildRequires: fdupes +# https://github.com/ansible/ansible-runner/blob/devel/setup.cfg#L32 Requires: %{ansible_python}-packaging Requires: %{ansible_python}-pexpect >= 4.5 Requires: %{ansible_python}-python-daemon Requires: %{ansible_python}-PyYAML Requires: %{ansible_python}-six +# importlib-metadata not required, as we are using python3.10 or higher %description Consistent Ansible Python API and CLI with container and process isolation runtime capabilities @@ -85,14 +96,11 @@ sed -i '/cov/d' pytest.ini # Ignored tests, upstream bug report: # https://github.com/ansible/ansible-runner/issues/1237 # -IGNORED_TESTS='test_resolved_actions[playbook0] or ' -IGNORED_TESTS+='test_worker_without_delete_no_dir or ' -IGNORED_TESTS+='test_worker_without_delete_dir_exists or ' -IGNORED_TESTS+='test_worker_delete_no_dir or ' -IGNORED_TESTS+='test_worker_delete_dir_exists or ' -IGNORED_TESTS+='test_process_with_custom_ident or ' -IGNORED_TESTS+='test_callback_plugin_task_args_leak[playbook0] or ' -IGNORED_TESTS+='test_playbook_on_stats_summary_fields' +IGNORED_TESTS='test_callback_plugin_task_args_leak[playbook0] or ' +IGNORED_TESTS+='test_resolved_actions[playbook0] or ' +IGNORED_TESTS+='test_playbook_on_stats_summary_fields or ' +IGNORED_TESTS+='test_multiline_blank_write[pexpect]' +export PATH=%{buildroot}%{_bindir}:$PATH %pytest -k "not ($IGNORED_TESTS)" %files From 5bcce19d8b5ae9b77a2fb24f88d0e8eb5806600331505d1d263df14d58262830 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Tue, 16 May 2023 10:39:32 +0000 Subject: [PATCH 5/6] Accepting request 1087392 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible add Requires for setuptools OBS-URL: https://build.opensuse.org/request/show/1087392 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/ansible-runner?expand=0&rev=5 --- ansible-runner.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible-runner.spec b/ansible-runner.spec index 7f8a993..73dea60 100644 --- a/ansible-runner.spec +++ b/ansible-runner.spec @@ -58,6 +58,8 @@ BuildRequires: %{ansible_python}-pexpect >= 4.5 BuildRequires: %{ansible_python}-python-daemon BuildRequires: %{ansible_python}-PyYAML BuildRequires: %{ansible_python}-six +# https://github.com/ansible/ansible-runner/blob/devel/setup.cfg#L38 +# importlib-metadata not required, as we are using python3.10 or higher # SECTION test requirements # https://github.com/ansible/ansible-runner/blob/devel/test/requirements.txt BuildRequires: %{ansible_python}-pytest @@ -72,6 +74,8 @@ Requires: %{ansible_python}-pexpect >= 4.5 Requires: %{ansible_python}-python-daemon Requires: %{ansible_python}-PyYAML Requires: %{ansible_python}-six +Requires: %{ansible_python}-setuptools +# https://github.com/ansible/ansible-runner/blob/devel/setup.cfg#L38 # importlib-metadata not required, as we are using python3.10 or higher %description From 9698aca0fe50e1406a92934d023a291509c99994e260cc36fdec04f50ae30673 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Mon, 22 May 2023 10:16:19 +0000 Subject: [PATCH 6/6] Accepting request 1088322 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible add changelog from old package OBS-URL: https://build.opensuse.org/request/show/1088322 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/ansible-runner?expand=0&rev=6 --- ansible-runner.changes | 106 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 105 insertions(+), 1 deletion(-) diff --git a/ansible-runner.changes b/ansible-runner.changes index 6a66a36..768cd3a 100644 --- a/ansible-runner.changes +++ b/ansible-runner.changes @@ -13,4 +13,108 @@ Fri May 5 07:13:27 UTC 2023 - Johannes Kastl ------------------------------------------------------------------- Thu Apr 20 21:01:20 UTC 2023 - Johannes Kastl -- new package ansible-runner +- LARGE update to 2.3.2 + changelogs: + * https://github.com/ansible/ansible-runner/releases/tag/1.4.8 + * https://github.com/ansible/ansible-runner/releases/tag/1.4.9 + * https://github.com/ansible/ansible-runner/releases/tag/2.0.0 + * https://github.com/ansible/ansible-runner/releases/tag/2.0.1 + * https://github.com/ansible/ansible-runner/releases/tag/2.0.2 + * https://github.com/ansible/ansible-runner/releases/tag/2.0.3 + * https://github.com/ansible/ansible-runner/releases/tag/2.0.4 + * https://github.com/ansible/ansible-runner/releases/tag/2.1.1 + * https://github.com/ansible/ansible-runner/releases/tag/2.1.2 + * https://github.com/ansible/ansible-runner/releases/tag/2.1.3 + * https://github.com/ansible/ansible-runner/releases/tag/2.1.4 + * https://github.com/ansible/ansible-runner/releases/tag/2.2.0 + * https://github.com/ansible/ansible-runner/releases/tag/2.2.1 + * https://github.com/ansible/ansible-runner/releases/tag/2.2.2 + * https://github.com/ansible/ansible-runner/releases/tag/2.3.0 + * https://github.com/ansible/ansible-runner/releases/tag/2.3.1 + * https://github.com/ansible/ansible-runner/releases/tag/2.3.2 + +------------------------------------------------------------------- +Tue Apr 26 11:00:44 UTC 2022 - pgajdos@suse.com + +- do not require python-mock: the testsuite is not running anyway + and newer testsuite (e. g. 2.1.3) will not use mock at all + https://trello.com/c/S6eADbii/64-remove-python-mock + +------------------------------------------------------------------- +Sun May 23 17:43:04 UTC 2021 - Ferdinand Thiessen + +- Update to version 1.4.7 + * Fixed an issue where byte sequences in the output that are not + interpretable as UTF-8 would break the job execution. + * Fixed a bug that broke Ansible playbook execution prior to + version 2.8 of Ansible + * Fix an issue with --process_isoloation_*_ paths parsing cli args + * Switch extravar format so we can support more than just string + types + * Make sure job events folder is created earlier to prevent + errors when using immediately after starting a runner job + * Annotate all runner_on events with start/end/duration times +- Drop 0001-Use-the-correct-python-executable-for-tests.patch + +------------------------------------------------------------------- +Thu Feb 20 15:39:49 UTC 2020 - Lars Vogdt + +- update to 1.4.4: + + Fix some unicode issues when using command line override on python 2.7 + + Fix an issue with file handles not closing on the pexpect pty + + Fix missing ssh_key parameter from module interface + + Fix a bug where the ssh agent process would hang around after + process isolation exit causing a failure to remove temporary directories + 1.4.2 (2019-10-04) + + Reverted ansible-runner --version to print a semantic version number + 1.4.1 (2019-10-03) + + Fixed a bug that prevented ANSIBLE_HOST_KEY_CHECKING from being respected + 1.4.0 (2019-09-20) + + Added changed count to stats data + + Added initial support for gathering performance statistics using + the system's cgroup interface + + Fix command line args override missing from module run kwargs + + Omit inventory argument entirely if no inventory content is supplied + this allows ansible to pick up inventory from implicit locations and ansible.cfg + + Fix an issue where Runner wouldn't properly clean up process + isolation temporary directories + + Fix error generated if unsafe parameter is used on vars prompt tasks + + Fix an issue where additional callback plugins weren't being + used when defined in the environment + + Fix an issue where Runner would stop returning events after the + playbook finished when using run_async + + Fix an issue where unicode in task data would cause Runner to fail + + Fix issues using vaulted data that would cause Runner to fail + + Fix an issue where artifact-dir was only allowed in ad-hoc mode +- run fdupes +- remove upstreamed patch: + 0001-Use-the-correct-python-executable-for-tests.patch +- disable tests again for now + +------------------------------------------------------------------- +Tue Jun 4 12:14:09 UTC 2019 - Thomas Bechtold + +- update to 1.3.4: + * make class __name__ match Ansible expectation + * bundle six.ensure_str to avoid pinning to a new six version + * Updating for 1.3.4 release + * Adopt modified upstream packaging + * Add missing lockfile RPM dependency + * Fix an issue with missing options + * port old callback tests to integration folder + * Fix missing toplevel host events docs issue + * Move integration data folder, add new test +- fix license - ansible-runner also contains code licensed under + GPL-3.0-or-later + +------------------------------------------------------------------- +Sat Apr 27 13:06:16 UTC 2019 - Thomas Bechtold + +- enable tests in %check +- add 0001-Use-the-correct-python-executable-for-tests.patch to fix + tests with python3 + +------------------------------------------------------------------- +Wed Apr 24 06:28:48 UTC 2019 - Thomas Bechtold + +- Initial packaging (version 1.3.3)