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-09-02 13:14:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pulsectl (Old)
and /work/SRC/openSUSE:Factory/.python-pulsectl.new.2698 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pulsectl"
Mon Sep 2 13:14:07 2024 rev:11 rq:1198042 version:24.8.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pulsectl/python-pulsectl.changes
2024-04-21 20:30:28.912970063 +0200
+++
/work/SRC/openSUSE:Factory/.python-pulsectl.new.2698/python-pulsectl.changes
2024-09-02 13:14:11.817719886 +0200
@@ -1,0 +2,6 @@
+Sat Aug 31 11:42:13 UTC 2024 - Dirk Müller <[email protected]>
+
+- update to 24.8.0:
+ * docstring fix
+
+-------------------------------------------------------------------
Old:
----
pulsectl-24.4.0.tar.gz
New:
----
pulsectl-24.8.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pulsectl.spec ++++++
--- /var/tmp/diff_new_pack.Bkg0Ss/_old 2024-09-02 13:14:12.437745669 +0200
+++ /var/tmp/diff_new_pack.Bkg0Ss/_new 2024-09-02 13:14:12.437745669 +0200
@@ -18,7 +18,7 @@
%bcond_without test
Name: python-pulsectl
-Version: 24.4.0
+Version: 24.8.0
Release: 0
Summary: Python high-level interface and ctypes-based bindings for
PulseAudio (libpulse)
License: MIT
++++++ pulsectl-24.4.0.tar.gz -> pulsectl-24.8.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pulsectl-24.4.0/PKG-INFO new/pulsectl-24.8.0/PKG-INFO
--- old/pulsectl-24.4.0/PKG-INFO 2024-04-06 16:06:38.397456200 +0200
+++ new/pulsectl-24.8.0/PKG-INFO 2024-08-27 03:09:12.250590300 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pulsectl
-Version: 24.4.0
+Version: 24.8.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.4.0/pulsectl/lookup.py
new/pulsectl-24.8.0/pulsectl/lookup.py
--- old/pulsectl-24.4.0/pulsectl/lookup.py 2018-04-23 18:48:50.000000000
+0200
+++ new/pulsectl-24.8.0/pulsectl/lookup.py 2024-08-27 03:08:09.000000000
+0200
@@ -21,7 +21,7 @@
def pulse_obj_lookup(pulse, obj_lookup, prop_default=None):
- '''Return set of pulse object(s) with proplist values matching
lookup-string.
+ r'''Return set of pulse object(s) with proplist values matching
lookup-string.
Pattern syntax:
[ { 'sink' | 'source' | 'sink-input' | 'source-output'
} [ / ... ] ':' ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pulsectl-24.4.0/pulsectl.egg-info/PKG-INFO
new/pulsectl-24.8.0/pulsectl.egg-info/PKG-INFO
--- old/pulsectl-24.4.0/pulsectl.egg-info/PKG-INFO 2024-04-06
16:06:38.000000000 +0200
+++ new/pulsectl-24.8.0/pulsectl.egg-info/PKG-INFO 2024-08-27
03:09:12.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pulsectl
-Version: 24.4.0
+Version: 24.8.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.4.0/setup.py new/pulsectl-24.8.0/setup.py
--- old/pulsectl-24.4.0/setup.py 2024-04-06 16:05:56.000000000 +0200
+++ new/pulsectl-24.8.0/setup.py 2024-08-27 03:07:14.000000000 +0200
@@ -10,7 +10,7 @@
setup(
name = 'pulsectl',
- version = '24.4.0',
+ version = '24.8.0',
author = 'George Filipkin, Mike Kazantsev',
author_email = '[email protected]',
license = 'MIT',