Accepting request 886003 from home:mcalabkova:branches:devel:languages:python

- update to 21.3.4
  * Add timeout= option for connect() method [#48].
  * Expose "base_volume" (alsa volume level) attribute for sinks/sources [#47].

OBS-URL: https://build.opensuse.org/request/show/886003
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pulsectl?expand=0&rev=14
This commit is contained in:
Markéta Machová 2021-04-16 13:45:00 +00:00 committed by Git OBS Bridge
parent 854a1eb9f7
commit 498bb2afce
4 changed files with 15 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fca9ed501bef2efd551b35773fd24bba36bbd21bc448f402cf8ee13c12423c19
size 39937

3
pulsectl-21.3.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:faa8b9336237565990298f20870e13dd1678a4586847ca5a7ff2abf10752f356
size 41269

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Apr 16 13:32:15 UTC 2021 - Markéta Machová <mmachova@suse.com>
- update to 21.3.4
* Add timeout= option for connect() method [#48].
* Expose "base_volume" (alsa volume level) attribute for sinks/sources [#47].
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 25 11:33:35 UTC 2021 - Antonio Larrosa <alarrosa@suse.com> Thu Feb 25 11:33:35 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -19,23 +19,23 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test %bcond_without test
Name: python-pulsectl Name: python-pulsectl
Version: 20.2.4 Version: 21.3.4
Release: 0 Release: 0
Summary: Python high-level interface and ctypes-based bindings for PulseAudio (libpulse) Summary: Python high-level interface and ctypes-based bindings for PulseAudio (libpulse)
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
URL: http://github.com/mk-fg/python-pulse-control URL: https://github.com/mk-fg/python-pulse-control
Source: https://files.pythonhosted.org/packages/source/p/pulsectl/pulsectl-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/p/pulsectl/pulsectl-%{version}.tar.gz
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-setuptools
BuildArch: noarch
%if 0%{?sle_version} && 0%{?sle_version} < 150300 %if 0%{?sle_version} && 0%{?sle_version} < 150300
Requires: pulseaudio Requires: pulseaudio
%else %else
Requires: pulseaudio-daemon Requires: pulseaudio-daemon
%endif %endif
Requires: python-setuptools
BuildArch: noarch
%if %{with test} %if %{with test}
BuildRequires: libpulse-devel BuildRequires: libpulse-devel
BuildRequires: pulseaudio BuildRequires: pulseaudio
@ -61,7 +61,7 @@ play, player-like client).
%if %{with test} %if %{with test}
%check %check
%python_exec -m unittest pulsectl.tests.all %pyunittest pulsectl.tests.all
%endif %endif
%files %{python_files} %files %{python_files}