Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pulsectl for openSUSE:Factory 
checked in at 2024-11-24 11:04:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pulsectl (Old)
 and      /work/SRC/openSUSE:Factory/.python-pulsectl.new.28523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pulsectl"

Sun Nov 24 11:04:27 2024 rev:12 rq:1225955 version:24.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pulsectl/python-pulsectl.changes  
2024-09-02 13:14:11.817719886 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pulsectl.new.28523/python-pulsectl.changes   
    2024-11-24 11:04:37.167891228 +0100
@@ -1,0 +2,6 @@
+Sat Nov 23 08:30:41 UTC 2024 - Dirk Müller <dmuel...@suse.com>
+
+- update to 24.11.0:
+  * pulsectl: check return from pa_context_new to be not NULL
+
+-------------------------------------------------------------------

Old:
----
  pulsectl-24.8.0.tar.gz

New:
----
  pulsectl-24.11.0.tar.gz

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

Other differences:
------------------
++++++ python-pulsectl.spec ++++++
--- /var/tmp/diff_new_pack.cFnXiN/_old  2024-11-24 11:04:37.911922161 +0100
+++ /var/tmp/diff_new_pack.cFnXiN/_new  2024-11-24 11:04:37.915922326 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without test
 Name:           python-pulsectl
-Version:        24.8.0
+Version:        24.11.0
 Release:        0
 Summary:        Python high-level interface and ctypes-based bindings for 
PulseAudio (libpulse)
 License:        MIT

++++++ pulsectl-24.8.0.tar.gz -> pulsectl-24.11.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pulsectl-24.8.0/PKG-INFO 
new/pulsectl-24.11.0/PKG-INFO
--- old/pulsectl-24.8.0/PKG-INFO        2024-08-27 03:09:12.250590300 +0200
+++ new/pulsectl-24.11.0/PKG-INFO       2024-11-01 16:55:58.878697200 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pulsectl
-Version: 24.8.0
+Version: 24.11.0
 Summary: Python high-level interface and ctypes-based bindings for PulseAudio 
(libpulse)
 Home-page: http://github.com/mk-fg/python-pulse-control
 Author: George Filipkin, Mike Kazantsev
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pulsectl-24.8.0/pulsectl/_pulsectl.py 
new/pulsectl-24.11.0/pulsectl/_pulsectl.py
--- old/pulsectl-24.8.0/pulsectl/_pulsectl.py   2024-04-06 15:49:19.000000000 
+0200
+++ new/pulsectl-24.11.0/pulsectl/_pulsectl.py  2024-11-01 16:12:34.000000000 
+0100
@@ -502,7 +502,7 @@
                pa_signal_done=None,
 
                pa_context_errno=([POINTER(PA_CONTEXT)], c_int),
-               pa_context_new=([POINTER(PA_MAINLOOP_API), c_str_p], 
POINTER(PA_CONTEXT)),
+               pa_context_new=([POINTER(PA_MAINLOOP_API), c_str_p], 
(POINTER(PA_CONTEXT), 'not_null')),
                pa_context_set_state_callback=([POINTER(PA_CONTEXT), 
PA_STATE_CB_T, c_void_p]),
                pa_context_connect=([POINTER(PA_CONTEXT), c_str_p, c_int, 
POINTER(c_int)], 'int_check_ge0'),
                pa_context_get_state=([POINTER(PA_CONTEXT)], c_int),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pulsectl-24.8.0/pulsectl.egg-info/PKG-INFO 
new/pulsectl-24.11.0/pulsectl.egg-info/PKG-INFO
--- old/pulsectl-24.8.0/pulsectl.egg-info/PKG-INFO      2024-08-27 
03:09:12.000000000 +0200
+++ new/pulsectl-24.11.0/pulsectl.egg-info/PKG-INFO     2024-11-01 
16:55:58.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pulsectl
-Version: 24.8.0
+Version: 24.11.0
 Summary: Python high-level interface and ctypes-based bindings for PulseAudio 
(libpulse)
 Home-page: http://github.com/mk-fg/python-pulse-control
 Author: George Filipkin, Mike Kazantsev
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pulsectl-24.8.0/setup.py 
new/pulsectl-24.11.0/setup.py
--- old/pulsectl-24.8.0/setup.py        2024-08-27 03:07:14.000000000 +0200
+++ new/pulsectl-24.11.0/setup.py       2024-11-01 16:13:19.000000000 +0100
@@ -10,7 +10,7 @@
 setup(
 
        name = 'pulsectl',
-       version = '24.8.0',
+       version = '24.11.0',
        author = 'George Filipkin, Mike Kazantsev',
        author_email = 'mk.frag...@gmail.com',
        license = 'MIT',

Reply via email to