diff --git a/pulsectl-20.2.4.tar.gz b/pulsectl-20.2.4.tar.gz deleted file mode 100644 index c651a5d..0000000 --- a/pulsectl-20.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fca9ed501bef2efd551b35773fd24bba36bbd21bc448f402cf8ee13c12423c19 -size 39937 diff --git a/pulsectl-21.3.4.tar.gz b/pulsectl-21.3.4.tar.gz new file mode 100644 index 0000000..2e623f6 --- /dev/null +++ b/pulsectl-21.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa8b9336237565990298f20870e13dd1678a4586847ca5a7ff2abf10752f356 +size 41269 diff --git a/python-pulsectl.changes b/python-pulsectl.changes index 1130ad6..b111b91 100644 --- a/python-pulsectl.changes +++ b/python-pulsectl.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Apr 16 13:32:15 UTC 2021 - Markéta Machová + +- 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 diff --git a/python-pulsectl.spec b/python-pulsectl.spec index 5675238..aadeb49 100644 --- a/python-pulsectl.spec +++ b/python-pulsectl.spec @@ -19,23 +19,23 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-pulsectl -Version: 20.2.4 +Version: 21.3.4 Release: 0 Summary: Python high-level interface and ctypes-based bindings for PulseAudio (libpulse) License: MIT 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 BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-setuptools +BuildArch: noarch %if 0%{?sle_version} && 0%{?sle_version} < 150300 Requires: pulseaudio %else Requires: pulseaudio-daemon %endif -Requires: python-setuptools -BuildArch: noarch %if %{with test} BuildRequires: libpulse-devel BuildRequires: pulseaudio @@ -61,7 +61,7 @@ play, player-like client). %if %{with test} %check -%python_exec -m unittest pulsectl.tests.all +%pyunittest pulsectl.tests.all %endif %files %{python_files}