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 2026-04-13 23:19:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/os-autoinst (Old)
 and      /work/SRC/openSUSE:Factory/.os-autoinst.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "os-autoinst"

Mon Apr 13 23:19:47 2026 rev:586 rq:1346434 version:5.1776074266.6a6c5ee

Changes:
--------
--- /work/SRC/openSUSE:Factory/os-autoinst/os-autoinst.changes  2026-04-11 
22:32:40.051834371 +0200
+++ /work/SRC/openSUSE:Factory/.os-autoinst.new.21863/os-autoinst.changes       
2026-04-13 23:22:12.524349701 +0200
@@ -1,0 +2,14 @@
+Mon Apr 13 09:57:54 UTC 2026 - [email protected]
+
+- Update to version 5.1776074266.6a6c5ee:
+  * fix(manpages): Fix the output of pod2man
+  * fix(t/08-autotest.t): Fix FTBFS for reproducible builds
+  * chore(ci): bump checkout v4->v6
+  * fix: prevent deprecation warning about "spurt"
+  * style(llm): use indented heredocs for better readability
+  * refactor: consolidate logic in _detect_serial_marker_capability
+  * style: use non-capturing group for BASH version detection
+  * fix(distribution): make PRETTY_SERIAL_MARKER reboot-safe
+  * refactor: early returns in _detect_serial_marker_capability
+
+-------------------------------------------------------------------

Old:
----
  os-autoinst-5.1775932217.bd11042.obscpio

New:
----
  os-autoinst-5.1776074266.6a6c5ee.obscpio

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

Other differences:
------------------
++++++ os-autoinst-devel-test.spec ++++++
--- /var/tmp/diff_new_pack.UWqwih/_old  2026-04-13 23:22:13.352383863 +0200
+++ /var/tmp/diff_new_pack.UWqwih/_new  2026-04-13 23:22:13.356384028 +0200
@@ -18,7 +18,7 @@
 
 %define         short_name os-autoinst-devel
 Name:           %{short_name}-test
-Version:        5.1775932217.bd11042
+Version:        5.1776074266.6a6c5ee
 Release:        0
 Summary:        Test package for %{short_name}
 License:        GPL-2.0-or-later

++++++ os-autoinst-openvswitch-test.spec ++++++
--- /var/tmp/diff_new_pack.UWqwih/_old  2026-04-13 23:22:13.384385183 +0200
+++ /var/tmp/diff_new_pack.UWqwih/_new  2026-04-13 23:22:13.388385348 +0200
@@ -19,7 +19,7 @@
 %define name_ext -test
 %define         short_name os-autoinst-openvswitch
 Name:           %{short_name}%{?name_ext}
-Version:        5.1775932217.bd11042
+Version:        5.1776074266.6a6c5ee
 Release:        0
 Summary:        test package for %{short_name}
 License:        GPL-2.0-or-later

++++++ os-autoinst-test.spec ++++++
--- /var/tmp/diff_new_pack.UWqwih/_old  2026-04-13 23:22:13.432387164 +0200
+++ /var/tmp/diff_new_pack.UWqwih/_new  2026-04-13 23:22:13.436387329 +0200
@@ -19,7 +19,7 @@
 %define name_ext -test
 %define         short_name os-autoinst
 Name:           %{short_name}%{?name_ext}
-Version:        5.1775932217.bd11042
+Version:        5.1776074266.6a6c5ee
 Release:        0
 Summary:        test package for os-autoinst
 License:        GPL-2.0-or-later

++++++ os-autoinst.spec ++++++
--- /var/tmp/diff_new_pack.UWqwih/_old  2026-04-13 23:22:13.464388484 +0200
+++ /var/tmp/diff_new_pack.UWqwih/_new  2026-04-13 23:22:13.468388649 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           os-autoinst
-Version:        5.1775932217.bd11042
+Version:        5.1776074266.6a6c5ee
 Release:        0
 Summary:        OS-level test automation
 License:        GPL-2.0-or-later

++++++ os-autoinst-5.1775932217.bd11042.obscpio -> 
os-autoinst-5.1776074266.6a6c5ee.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/os-autoinst-5.1775932217.bd11042/.github/workflows/author-tests.yaml 
new/os-autoinst-5.1776074266.6a6c5ee/.github/workflows/author-tests.yaml
--- old/os-autoinst-5.1775932217.bd11042/.github/workflows/author-tests.yaml    
2026-04-11 20:30:17.000000000 +0200
+++ new/os-autoinst-5.1776074266.6a6c5ee/.github/workflows/author-tests.yaml    
2026-04-13 11:57:46.000000000 +0200
@@ -12,7 +12,7 @@
     container:
       image: registry.opensuse.org/devel/openqa/containers/os-autoinst_dev
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v6
       - name: make test-local
         run: |
           git config --global --add safe.directory '*'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/os-autoinst-5.1775932217.bd11042/.github/workflows/checklist.yml 
new/os-autoinst-5.1776074266.6a6c5ee/.github/workflows/checklist.yml
--- old/os-autoinst-5.1775932217.bd11042/.github/workflows/checklist.yml        
2026-04-11 20:30:17.000000000 +0200
+++ new/os-autoinst-5.1776074266.6a6c5ee/.github/workflows/checklist.yml        
2026-04-13 11:57:46.000000000 +0200
@@ -10,7 +10,7 @@
     name: Checklist job
     steps:
       - name: Checkout
-        uses: actions/checkout@v4
+        uses: actions/checkout@v6
       - name: Checklist
         uses: wyozi/contextual-qa-checklist-action@master
         with:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/os-autoinst-5.1775932217.bd11042/.github/workflows/ci.yml 
new/os-autoinst-5.1776074266.6a6c5ee/.github/workflows/ci.yml
--- old/os-autoinst-5.1775932217.bd11042/.github/workflows/ci.yml       
2026-04-11 20:30:17.000000000 +0200
+++ new/os-autoinst-5.1776074266.6a6c5ee/.github/workflows/ci.yml       
2026-04-13 11:57:46.000000000 +0200
@@ -11,7 +11,7 @@
       contents: read
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v6
       - name: Static checks, unit tests and integration tests
         run: tools/container_run_ci
       - name: Upload coverage to Codecov
@@ -34,6 +34,6 @@
       contents: read
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v6
       - name: Test our container definitions
         run: tools/static_check_containers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/os-autoinst-5.1775932217.bd11042/.github/workflows/ci_extended.yml 
new/os-autoinst-5.1776074266.6a6c5ee/.github/workflows/ci_extended.yml
--- old/os-autoinst-5.1775932217.bd11042/.github/workflows/ci_extended.yml      
2026-04-11 20:30:17.000000000 +0200
+++ new/os-autoinst-5.1776074266.6a6c5ee/.github/workflows/ci_extended.yml      
2026-04-13 11:57:46.000000000 +0200
@@ -14,6 +14,6 @@
       contents: read
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v6
       - name: Test our container definitions
         run: tools/test_containers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/os-autoinst-5.1775932217.bd11042/.github/workflows/obs-helper.yaml 
new/os-autoinst-5.1776074266.6a6c5ee/.github/workflows/obs-helper.yaml
--- old/os-autoinst-5.1775932217.bd11042/.github/workflows/obs-helper.yaml      
2026-04-11 20:30:17.000000000 +0200
+++ new/os-autoinst-5.1776074266.6a6c5ee/.github/workflows/obs-helper.yaml      
2026-04-13 11:57:46.000000000 +0200
@@ -12,7 +12,7 @@
       contents: read
       issues: write
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v6
       - name: debug
         run: |
           env | sort
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/os-autoinst-5.1775932217.bd11042/.github/workflows/openqa_fullstack.yml 
new/os-autoinst-5.1776074266.6a6c5ee/.github/workflows/openqa_fullstack.yml
--- old/os-autoinst-5.1775932217.bd11042/.github/workflows/openqa_fullstack.yml 
2026-04-11 20:30:17.000000000 +0200
+++ new/os-autoinst-5.1776074266.6a6c5ee/.github/workflows/openqa_fullstack.yml 
2026-04-13 11:57:46.000000000 +0200
@@ -26,7 +26,7 @@
       # See 
https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions#user
       options: --user root
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v6
       - name: Make project folder user-writable
         run: chown -R $NORMAL_USER ../../os-autoinst
       - name: Clone openQA
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/os-autoinst-5.1775932217.bd11042/script/isotovideo 
new/os-autoinst-5.1776074266.6a6c5ee/script/isotovideo
--- old/os-autoinst-5.1775932217.bd11042/script/isotovideo      2026-04-11 
20:30:17.000000000 +0200
+++ new/os-autoinst-5.1776074266.6a6c5ee/script/isotovideo      2026-04-13 
11:57:46.000000000 +0200
@@ -4,9 +4,13 @@
 # SPDX-License-Identifier: GPL-2.0-or-later
 #
 
+=head1 NAME
+
+isotovideo - test the given assets/ISOs
+
 =head1 SYNOPSIS
 
-isotovideo [OPTIONS] [TEST PARAMETER]
+isotovideo [OPTIONS] [TEST PARAMETERS]
 
 Parses command line parameters, vars.json and tests the given assets/ISOs.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/os-autoinst-5.1775932217.bd11042/script/os-autoinst-generate-needle-preview 
new/os-autoinst-5.1776074266.6a6c5ee/script/os-autoinst-generate-needle-preview
--- 
old/os-autoinst-5.1775932217.bd11042/script/os-autoinst-generate-needle-preview 
    2026-04-11 20:30:17.000000000 +0200
+++ 
new/os-autoinst-5.1776074266.6a6c5ee/script/os-autoinst-generate-needle-preview 
    2026-04-13 11:57:46.000000000 +0200
@@ -3,7 +3,8 @@
 # SPDX-License-Identifier: GPL-2.0-or-later
 #
 
-=head1 os-autoinst-generate-needle-preview
+
+=head1 NAME
 
 os-autoinst-generate-needle-preview - generate an .svg file with the needle 
information as an overlay
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/os-autoinst-5.1775932217.bd11042/t/08-autotest.t 
new/os-autoinst-5.1776074266.6a6c5ee/t/08-autotest.t
--- old/os-autoinst-5.1775932217.bd11042/t/08-autotest.t        2026-04-11 
20:30:17.000000000 +0200
+++ new/os-autoinst-5.1776074266.6a6c5ee/t/08-autotest.t        2026-04-13 
11:57:46.000000000 +0200
@@ -430,7 +430,9 @@
     is $bmwqemu::vars{HELP}, 'I am a python script trapped in a perl script!', 
'set_var() works';
 
     stderr_like {
-        throws_ok { autotest::loadtest 'tests/faulty.py' } qr/py_eval raised 
an exception/, 'dies on Python exception';
+        warning {
+            throws_ok { autotest::loadtest 'tests/faulty.py' } qr/py_eval 
raised an exception/, 'dies on Python exception';
+        }
     } qr/Traceback.*No module named.*thismoduleshouldnotexist.*/s, 'Python 
traceback logged';
 };
 

++++++ os-autoinst.obsinfo ++++++
--- /var/tmp/diff_new_pack.UWqwih/_old  2026-04-13 23:22:15.704480904 +0200
+++ /var/tmp/diff_new_pack.UWqwih/_new  2026-04-13 23:22:15.720481565 +0200
@@ -1,5 +1,5 @@
 name: os-autoinst
-version: 5.1775932217.bd11042
-mtime: 1775932217
-commit: bd110427246346f423fddbb4ac2b9c02c0ce15ca
+version: 5.1776074266.6a6c5ee
+mtime: 1776074266
+commit: 6a6c5ee9c26eaceaf01c74451123ccc4a757a81b
 

Reply via email to