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-04-21 20:29:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pulsectl (Old)
and /work/SRC/openSUSE:Factory/.python-pulsectl.new.26366 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pulsectl"
Sun Apr 21 20:29:04 2024 rev:10 rq:1169476 version:24.4.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pulsectl/python-pulsectl.changes
2023-12-09 22:57:40.981370333 +0100
+++
/work/SRC/openSUSE:Factory/.python-pulsectl.new.26366/python-pulsectl.changes
2024-04-21 20:30:28.912970063 +0200
@@ -1,0 +2,7 @@
+Sun Apr 21 08:57:07 UTC 2024 - Dirk Müller <[email protected]>
+
+- update to 24.4.0:
+ * Add more obvious sink_default_get/source_default_get wrappers
+ around server_info #81
+
+-------------------------------------------------------------------
Old:
----
pulsectl-23.5.2.tar.gz
New:
----
pulsectl-24.4.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pulsectl.spec ++++++
--- /var/tmp/diff_new_pack.TiDjc1/_old 2024-04-21 20:30:29.368986803 +0200
+++ /var/tmp/diff_new_pack.TiDjc1/_new 2024-04-21 20:30:29.368986803 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pulsectl
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%bcond_without test
Name: python-pulsectl
-Version: 23.5.2
+Version: 24.4.0
Release: 0
Summary: Python high-level interface and ctypes-based bindings for
PulseAudio (libpulse)
License: MIT
++++++ pulsectl-23.5.2.tar.gz -> pulsectl-24.4.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pulsectl-23.5.2/PKG-INFO new/pulsectl-24.4.0/PKG-INFO
--- old/pulsectl-23.5.2/PKG-INFO 2023-05-22 22:49:27.479202000 +0200
+++ new/pulsectl-24.4.0/PKG-INFO 2024-04-06 16:06:38.397456200 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pulsectl
-Version: 23.5.2
+Version: 24.4.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-23.5.2/pulsectl/pulsectl.py
new/pulsectl-24.4.0/pulsectl/pulsectl.py
--- old/pulsectl-23.5.2/pulsectl/pulsectl.py 2023-05-06 01:00:23.000000000
+0200
+++ new/pulsectl-24.4.0/pulsectl/pulsectl.py 2024-04-06 16:03:03.000000000
+0200
@@ -752,6 +752,13 @@
if not method: raise NotImplementedError(type(obj))
method(obj)
+ def sink_default_get(self):
+ 'Wrapper around server_info() to return sink for
default_sink_name there.'
+ return
self.get_sink_by_name(self.server_info().default_sink_name)
+ def source_default_get(self):
+ 'Wrapper around server_info() to return source for
default_source_name there.'
+ return
self.get_source_by_name(self.server_info().default_source_name)
+
def mute(self, obj, mute=True):
assert_pulse_object(obj)
method = {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pulsectl-23.5.2/pulsectl.egg-info/PKG-INFO
new/pulsectl-24.4.0/pulsectl.egg-info/PKG-INFO
--- old/pulsectl-23.5.2/pulsectl.egg-info/PKG-INFO 2023-05-22
22:49:27.000000000 +0200
+++ new/pulsectl-24.4.0/pulsectl.egg-info/PKG-INFO 2024-04-06
16:06:38.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pulsectl
-Version: 23.5.2
+Version: 24.4.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-23.5.2/setup.py new/pulsectl-24.4.0/setup.py
--- old/pulsectl-23.5.2/setup.py 2023-05-22 22:48:14.000000000 +0200
+++ new/pulsectl-24.4.0/setup.py 2024-04-06 16:05:56.000000000 +0200
@@ -1,6 +1,3 @@
-#!/usr/bin/env python2
-#-*- coding: utf-8 -*-
-
from setuptools import setup, find_packages
import os, sys
@@ -13,13 +10,12 @@
setup(
name = 'pulsectl',
- version = '23.5.2',
+ version = '24.4.0',
author = 'George Filipkin, Mike Kazantsev',
author_email = '[email protected]',
license = 'MIT',
keywords = [
- 'pulseaudio', 'libpulse', 'pulse', 'pa', 'bindings',
- 'sound', 'audio',
+ 'pulseaudio', 'libpulse', 'pulse', 'pa', 'bindings', 'sound',
'audio',
'ctypes', 'control', 'mixer', 'volume', 'mute', 'source',
'sink' ],
url = 'http://github.com/mk-fg/python-pulse-control',