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 2023-12-14 22:02:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-python-bindings (Old)
and /work/SRC/openSUSE:Factory/.yast2-python-bindings.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-python-bindings"
Thu Dec 14 22:02:42 2023 rev:55 rq:1132914 version:5.0.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/yast2-python-bindings/yast2-python-bindings.changes
2023-09-29 21:13:21.413278969 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-python-bindings.new.25432/yast2-python-bindings.changes
2023-12-14 22:02:43.967184861 +0100
@@ -1,0 +2,6 @@
+Mon Nov 13 09:44:31 UTC 2023 - Noel Power <[email protected]>
+
+- Fix leak when passing Term objects; (bsc#1217075)
+- 5.0.2
+
+-------------------------------------------------------------------
@@ -10 +16 @@
-- 5.0.0 (#bsc1185510)
+- 5.0.0 (bsc#1185510)
Old:
----
yast2-python-bindings-5.0.1.tar.bz2
New:
----
yast2-python-bindings-5.0.2.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-python-bindings.spec ++++++
--- /var/tmp/diff_new_pack.V1QYi9/_old 2023-12-14 22:02:44.519204771 +0100
+++ /var/tmp/diff_new_pack.V1QYi9/_new 2023-12-14 22:02:44.519204771 +0100
@@ -23,7 +23,7 @@
%bcond_with python2
%endif
Name: yast2-python-bindings
-Version: 5.0.1
+Version: 5.0.2
Release: 0
Summary: Python bindings for the YaST platform
License: GPL-2.0-only
++++++ yast2-python-bindings-5.0.1.tar.bz2 ->
yast2-python-bindings-5.0.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-python-bindings-5.0.1/package/yast2-python-bindings.changes
new/yast2-python-bindings-5.0.2/package/yast2-python-bindings.changes
--- old/yast2-python-bindings-5.0.1/package/yast2-python-bindings.changes
2023-09-12 12:56:35.000000000 +0200
+++ new/yast2-python-bindings-5.0.2/package/yast2-python-bindings.changes
2023-12-13 16:39:48.000000000 +0100
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Mon Nov 13 09:44:31 UTC 2023 - Noel Power <[email protected]>
+
+- Fix leak when passing Term objects; (bsc#1217075)
+- 5.0.2
+
+-------------------------------------------------------------------
Tue Sep 12 10:10:25 UTC 2023 - Samuel Cabrero <[email protected]>
- Fix inspect.getargspec() removed in python3.11; (bsc#1215226);
@@ -7,7 +13,7 @@
-------------------------------------------------------------------
Wed Aug 30 20:16:10 UTC 2023 - Josef Reidinger <[email protected]>
-- 5.0.0 (#bsc1185510)
+- 5.0.0 (bsc#1185510)
-------------------------------------------------------------------
Fri Mar 03 14:44:07 UTC 2023 - Ladislav Slezák <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-python-bindings-5.0.1/package/yast2-python-bindings.spec
new/yast2-python-bindings-5.0.2/package/yast2-python-bindings.spec
--- old/yast2-python-bindings-5.0.1/package/yast2-python-bindings.spec
2023-09-12 12:56:35.000000000 +0200
+++ new/yast2-python-bindings-5.0.2/package/yast2-python-bindings.spec
2023-12-13 16:39:48.000000000 +0100
@@ -23,7 +23,7 @@
%bcond_with python2
%endif
Name: yast2-python-bindings
-Version: 5.0.1
+Version: 5.0.2
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.1/src/ytypes.i
new/yast2-python-bindings-5.0.2/src/ytypes.i
--- old/yast2-python-bindings-5.0.1/src/ytypes.i 2023-09-12
12:56:35.000000000 +0200
+++ new/yast2-python-bindings-5.0.2/src/ytypes.i 2023-12-13
16:39:48.000000000 +0100
@@ -64,7 +64,7 @@
l->add(pyval_to_ycp(PyTuple_GetItem(input, i)));
return l;
}
- ret = SWIG_ConvertPtr(input, &arg, SWIGTYPE_p_YCPValue,
SWIG_POINTER_DISOWN | 0);
+ ret = SWIG_ConvertPtr(input, &arg, SWIGTYPE_p_YCPValue, 0 | 0);
if (SWIG_IsOK(ret))
return *(reinterpret_cast<YCPValue*>(arg));