Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package os-autoinst for openSUSE:Factory 
checked in at 2025-09-20 22:04:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/os-autoinst (Old)
 and      /work/SRC/openSUSE:Factory/.os-autoinst.new.27445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "os-autoinst"

Sat Sep 20 22:04:10 2025 rev:538 rq:1306051 version:5.1758276418.9dda31e

Changes:
--------
--- /work/SRC/openSUSE:Factory/os-autoinst/os-autoinst.changes  2025-09-18 
21:09:39.820890067 +0200
+++ /work/SRC/openSUSE:Factory/.os-autoinst.new.27445/os-autoinst.changes       
2025-09-20 22:04:23.039434960 +0200
@@ -1,0 +2,11 @@
+Fri Sep 19 14:05:53 UTC 2025 - ok...@suse.com
+
+- Update to version 5.1758276418.9dda31e:
+  * Document max_interval (and quiet) in (assert_)script_run
+  * testapi: allow passing max_interval through (assert_)script_run
+  * t/consoles-s3270.t: fix with IPC::Run 20250809.0
+  * backend: Simplify json_fails collection with map
+  * backend: Simplify check_socket with early-return
+  * backend: Simplify do_capture by moving loop one level up
+
+-------------------------------------------------------------------

Old:
----
  os-autoinst-5.1758095301.2731a7d.obscpio

New:
----
  os-autoinst-5.1758276418.9dda31e.obscpio

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

Other differences:
------------------
++++++ os-autoinst-devel-test.spec ++++++
--- /var/tmp/diff_new_pack.jV1vy6/_old  2025-09-20 22:04:26.267570364 +0200
+++ /var/tmp/diff_new_pack.jV1vy6/_new  2025-09-20 22:04:26.295571539 +0200
@@ -18,7 +18,7 @@
 
 %define         short_name os-autoinst-devel
 Name:           %{short_name}-test
-Version:        5.1758095301.2731a7d
+Version:        5.1758276418.9dda31e
 Release:        0
 Summary:        Test package for %{short_name}
 License:        GPL-2.0-or-later

++++++ os-autoinst-openvswitch-test.spec ++++++
--- /var/tmp/diff_new_pack.jV1vy6/_old  2025-09-20 22:04:26.639585968 +0200
+++ /var/tmp/diff_new_pack.jV1vy6/_new  2025-09-20 22:04:26.655586639 +0200
@@ -19,7 +19,7 @@
 %define name_ext -test
 %define         short_name os-autoinst-openvswitch
 Name:           %{short_name}%{?name_ext}
-Version:        5.1758095301.2731a7d
+Version:        5.1758276418.9dda31e
 Release:        0
 Summary:        test package for %{short_name}
 License:        GPL-2.0-or-later

++++++ os-autoinst-test.spec ++++++
--- /var/tmp/diff_new_pack.jV1vy6/_old  2025-09-20 22:04:27.011601572 +0200
+++ /var/tmp/diff_new_pack.jV1vy6/_new  2025-09-20 22:04:27.027602244 +0200
@@ -19,7 +19,7 @@
 %define name_ext -test
 %define         short_name os-autoinst
 Name:           %{short_name}%{?name_ext}
-Version:        5.1758095301.2731a7d
+Version:        5.1758276418.9dda31e
 Release:        0
 Summary:        test package for os-autoinst
 License:        GPL-2.0-or-later

++++++ os-autoinst.spec ++++++
--- /var/tmp/diff_new_pack.jV1vy6/_old  2025-09-20 22:04:27.491621708 +0200
+++ /var/tmp/diff_new_pack.jV1vy6/_new  2025-09-20 22:04:27.503622210 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           os-autoinst
-Version:        5.1758095301.2731a7d
+Version:        5.1758276418.9dda31e
 Release:        0
 Summary:        OS-level test automation
 License:        GPL-2.0-or-later

++++++ os-autoinst-5.1758095301.2731a7d.obscpio -> 
os-autoinst-5.1758276418.9dda31e.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/os-autoinst-5.1758095301.2731a7d/distribution.pm 
new/os-autoinst-5.1758276418.9dda31e/distribution.pm
--- old/os-autoinst-5.1758095301.2731a7d/distribution.pm        2025-09-17 
09:48:21.000000000 +0200
+++ new/os-autoinst-5.1758276418.9dda31e/distribution.pm        2025-09-19 
12:06:58.000000000 +0200
@@ -86,7 +86,7 @@
 
 =head2 script_run
 
-  script_run($cmd [, timeout => $timeout] [, output => $output] [,quiet => 
$quiet])
+  script_run($cmd [, timeout => $timeout] [, output => $output] [,quiet => 
$quiet] [,max_interval => $max_interval])
 
 Deprecated mode
 
@@ -102,6 +102,9 @@
 
 Use C<quiet> to avoid recording serial_results.
 
+Use C<max_interval> (1-250) to control the typing speed. Lower values mean 
slower
+typing.
+
 <Returns> exit code received from I<$cmd>, or C<undef> in case of C<not> 
waiting for I<$cmd>
 to return.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/os-autoinst-5.1758095301.2731a7d/testapi.pm 
new/os-autoinst-5.1758276418.9dda31e/testapi.pm
--- old/os-autoinst-5.1758095301.2731a7d/testapi.pm     2025-09-17 
09:48:21.000000000 +0200
+++ new/os-autoinst-5.1758276418.9dda31e/testapi.pm     2025-09-19 
12:06:58.000000000 +0200
@@ -909,7 +909,7 @@
 
 =head2 assert_script_run
 
-  assert_script_run($cmd [, timeout => $timeout] [, fail_message => 
$fail_message] [,quiet => $quiet]);
+  assert_script_run($cmd [, timeout => $timeout] [, fail_message => 
$fail_message] [,quiet => $quiet] [,max_interval => $max_interval]);
 
 Positional mode (not suggested)
 
@@ -921,6 +921,10 @@
 
 C<$fail_message> is returned in the die message if specified.
 
+C<$quiet> and C<$max_interval> are passed through to C<< $distri->script_run 
>>. In
+the default implementation, C<$quiet> is used to avoid recording 
serial_results.
+C<$max_interval> (1-250) controls typing speed (lower values mean slower 
typing).
+
 I<The C<script_run> implementation is distribution specific and not always 
available.
 For this to work correctly, it must return 0 if and only if C<$command> 
completes
 successfully. It must NOT return 0 if C<$command> times out. The default 
implementation
@@ -949,7 +953,7 @@
 
 =head2 script_run
 
-  script_run($cmd [, timeout => $timeout] [, output => ''] [, quiet => 
$quiet]);
+  script_run($cmd [, timeout => $timeout] [, output => ''] [, quiet => $quiet] 
[,max_interval => $max_interval]);
 
 Positional mode (not suggested)
 
@@ -962,6 +966,10 @@
 C<$output> can be used as an explanatory text that will be displayed with the 
execution of
 the command.
 
+C<$quiet> and C<$max_interval> are passed through to C<< $distri->script_run 
>>. In
+the default implementation, C<$quiet> is used to avoid recording 
serial_results.
+C<$max_interval> (1-250) controls typing speed (lower values mean slower 
typing).
+
 C<script_run> will throw an exception if the timeout has expired.
 
 <Returns> exit code received from I<$cmd> or undef if C<$timeout> is 0.

++++++ os-autoinst.obsinfo ++++++
--- /var/tmp/diff_new_pack.jV1vy6/_old  2025-09-20 22:04:30.071729931 +0200
+++ /var/tmp/diff_new_pack.jV1vy6/_new  2025-09-20 22:04:30.071729931 +0200
@@ -1,5 +1,5 @@
 name: os-autoinst
-version: 5.1758095301.2731a7d
-mtime: 1758095301
-commit: 2731a7d4f785d851f0f8888cab07e6e99f73f565
+version: 5.1758276418.9dda31e
+mtime: 1758276418
+commit: 9dda31e60564c98016e24548445a1bbdf4af2efa
 

Reply via email to