Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ansible-runner for openSUSE:Factory 
checked in at 2021-06-26 21:25:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ansible-runner (Old)
 and      /work/SRC/openSUSE:Factory/.ansible-runner.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ansible-runner"

Sat Jun 26 21:25:30 2021 rev:2 rq:902422 version:1.4.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/ansible-runner/ansible-runner.changes    
2019-06-19 21:04:03.630275249 +0200
+++ /work/SRC/openSUSE:Factory/.ansible-runner.new.2625/ansible-runner.changes  
2021-06-26 21:25:58.279383573 +0200
@@ -1,0 +2,51 @@
+Sun May 23 17:43:04 UTC 2021 - Ferdinand Thiessen <[email protected]>
+
+- 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 <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  0001-Use-the-correct-python-executable-for-tests.patch
  ansible-runner-1.3.4.tar.gz

New:
----
  ansible-runner-1.4.7.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ansible-runner.spec ++++++
--- /var/tmp/diff_new_pack.SNIDnS/_old  2021-06-26 21:25:58.639384048 +0200
+++ /var/tmp/diff_new_pack.SNIDnS/_new  2021-06-26 21:25:58.643384053 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package python-ansible-runner
+# spec file for package ansible-runner
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,31 +12,31 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
+
 
 Name:           ansible-runner
-Version:        1.3.4
+Version:        1.4.7
 Release:        0
-License:        Apache-2.0 and GPL-3.0-or-later
 Summary:        Package for interfacing with Ansible
-Url:            https://github.com/ansible/ansible-runner
+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
-# PATCH-FIX-UPSTREAM 0001-Use-the-correct-python-executable-for-tests.patch -- 
https://github.com/ansible/ansible-runner/pull/290
-Patch0:         0001-Use-the-correct-python-executable-for-tests.patch
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  python3-setuptools
-BuildRequires:  python3-pytest
+BuildRequires:  python3-PyYAML
 BuildRequires:  python3-mock
 BuildRequires:  python3-pexpect
 BuildRequires:  python3-psutil
-BuildRequires:  python3-PyYAML
 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-PyYAML
 Requires:       python3-six >= 1.12
 BuildArch:      noarch
 
@@ -50,8 +50,7 @@
 their own (such as CI/CD platforms, Jenkins, or other automated tooling)
 
 %prep
-%setup -q -n ansible-runner-%{version}
-%patch0 -p1
+%setup -q 
 
 %build
 %python3_build
@@ -60,9 +59,7 @@
 %python3_install
 # dont polute the namespace with tests
 rm -r %{buildroot}%{python3_sitelib}/test/
-
-%check
-py.test -v test
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files
 %doc README.md

++++++ ansible-runner-1.3.4.tar.gz -> ansible-runner-1.4.7.tar.gz ++++++
++++ 2032 lines of diff (skipped)

Reply via email to