Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package yast2-python-bindings for
openSUSE:Factory checked in at 2026-09-11 18:59:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-python-bindings (Old)
and /work/SRC/openSUSE:Factory/.yast2-python-bindings.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-python-bindings"
Fri Sep 11 18:59:49 2026 rev:56 rq:1374267 version:5.0.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/yast2-python-bindings/yast2-python-bindings.changes
2023-12-14 22:02:43.967184861 +0100
+++
/work/SRC/openSUSE:Factory/.yast2-python-bindings.new.1265/yast2-python-bindings.changes
2026-09-11 18:59:51.142920253 +0200
@@ -1,0 +2,6 @@
+Tue Aug 25 14:41:32 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Fix build failure with SWIG 4.5 and Python 3.13 (boo#1275515)
+- 5.0.3
+
+-------------------------------------------------------------------
Old:
----
yast2-python-bindings-5.0.2.tar.bz2
New:
----
yast2-python-bindings-5.0.3.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-python-bindings.spec ++++++
--- /var/tmp/diff_new_pack.ni3m92/_old 2026-09-11 18:59:52.099960138 +0200
+++ /var/tmp/diff_new_pack.ni3m92/_new 2026-09-11 18:59:52.101960221 +0200
@@ -1,7 +1,7 @@
#
# spec file for package yast2-python-bindings
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
%bcond_with python2
%endif
Name: yast2-python-bindings
-Version: 5.0.2
+Version: 5.0.3
Release: 0
Summary: Python bindings for the YaST platform
License: GPL-2.0-only
++++++ yast2-python-bindings-5.0.2.tar.bz2 ->
yast2-python-bindings-5.0.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-python-bindings-5.0.2/.github/workflows/ci.yml
new/yast2-python-bindings-5.0.3/.github/workflows/ci.yml
--- old/yast2-python-bindings-5.0.2/.github/workflows/ci.yml 2023-12-13
16:39:48.000000000 +0100
+++ new/yast2-python-bindings-5.0.3/.github/workflows/ci.yml 2026-08-28
09:55:40.000000000 +0200
@@ -7,6 +7,9 @@
jobs:
Package:
+ # skip in master, but run in forks
+ if: github.ref_name != 'master' || github.repository_owner != 'yast'
+
runs-on: ubuntu-latest
container:
image: registry.opensuse.org/yast/head/containers/yast-cpp:latest
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-python-bindings-5.0.2/.github/workflows/submit.yml
new/yast2-python-bindings-5.0.3/.github/workflows/submit.yml
--- old/yast2-python-bindings-5.0.2/.github/workflows/submit.yml
1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-python-bindings-5.0.3/.github/workflows/submit.yml
2026-08-28 09:55:40.000000000 +0200
@@ -0,0 +1,29 @@
+# See
https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
+
+name: OBS
+
+on:
+ # only when committing to master
+ push:
+ branches: master
+
+ # allow running manually from GitHub Web
+ workflow_dispatch:
+
+jobs:
+ submit:
+ # do not run in forks
+ if: github.repository_owner == 'yast'
+
+ runs-on: ubuntu-latest
+
+ # the default timeout is 6 hours, do not wait for that long if osc gets
stucked
+ timeout-minutes: 30
+
+ steps:
+ - name: Submit the package
+ # see https://github.com/yast/actions/blob/master/submit/action.yml
+ uses: yast/actions/submit@master
+ with:
+ obs_user: ${{ secrets.OBS_USER }}
+ obs_password: ${{ secrets.OBS_PASSWORD }}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-python-bindings-5.0.2/README.md
new/yast2-python-bindings-5.0.3/README.md
--- old/yast2-python-bindings-5.0.2/README.md 2023-12-13 16:39:48.000000000
+0100
+++ new/yast2-python-bindings-5.0.3/README.md 2026-08-28 09:55:40.000000000
+0200
@@ -2,8 +2,7 @@
[](
https://github.com/yast/yast-python-bindings/actions?query=branch%3Amaster)
-[](
-https://ci.opensuse.org/view/Yast/job/yast-yast-python-bindings-master/)
+[](https://github.com/yast/yast-python-bindings/actions/workflows/submit.yml)
The API documentation for the UI can be found [here][api]. For more details,
check the [YaST documentation][doc].
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-python-bindings-5.0.2/package/yast2-python-bindings.changes
new/yast2-python-bindings-5.0.3/package/yast2-python-bindings.changes
--- old/yast2-python-bindings-5.0.2/package/yast2-python-bindings.changes
2023-12-13 16:39:48.000000000 +0100
+++ new/yast2-python-bindings-5.0.3/package/yast2-python-bindings.changes
2026-08-28 09:55:40.000000000 +0200
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Tue Aug 25 14:41:32 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Fix build failure with SWIG 4.5 and Python 3.13 (boo#1275515)
+- 5.0.3
+
+-------------------------------------------------------------------
Mon Nov 13 09:44:31 UTC 2023 - Noel Power <[email protected]>
- Fix leak when passing Term objects; (bsc#1217075)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-python-bindings-5.0.2/package/yast2-python-bindings.spec
new/yast2-python-bindings-5.0.3/package/yast2-python-bindings.spec
--- old/yast2-python-bindings-5.0.2/package/yast2-python-bindings.spec
2023-12-13 16:39:48.000000000 +0100
+++ new/yast2-python-bindings-5.0.3/package/yast2-python-bindings.spec
2026-08-28 09:55:40.000000000 +0200
@@ -23,7 +23,7 @@
%bcond_with python2
%endif
Name: yast2-python-bindings
-Version: 5.0.2
+Version: 5.0.3
Release: 0
Summary: Python bindings for the YaST platform
License: GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-python-bindings-5.0.2/src/ytypes.i
new/yast2-python-bindings-5.0.3/src/ytypes.i
--- old/yast2-python-bindings-5.0.2/src/ytypes.i 2023-12-13
16:39:48.000000000 +0100
+++ new/yast2-python-bindings-5.0.3/src/ytypes.i 2026-08-28
09:55:40.000000000 +0200
@@ -1,4 +1,6 @@
%{
+#include "compat.h"
+
YCPValue pyval_to_ycp(PyObject *input)
{
int ret;
@@ -24,7 +26,7 @@
return YCPString(PyString_AsString(input));
if (PyUnicode_Check(input)) {
#if PY_MAJOR_VERSION >= 3
- return YCPString(_PyUnicode_AsString(input));
+ return YCPString(PyUnicode_AsUTF8(input));
#else
PyObject* encoded = PyUnicode_AsEncodedString(input, "utf8", NULL);
return YCPString(PyBytes_AsString(encoded));