- update to 22.3.2

* 21.10.4: Add channel_list_enum to compare channel_list values with
    something in a typo-free way, expose channel_list_raw with C enum
    values [#66].
  * 21.5.0: Fix PA_VOLUME_MAX and PA_VOLUME_UI_MAX values, both were
    incorrect [#53].

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pulsectl?expand=0&rev=16
This commit is contained in:
Daniel Garcia 2023-02-24 10:59:40 +00:00 committed by Git OBS Bridge
parent 498bb2afce
commit 18eb2208f5
4 changed files with 18 additions and 8 deletions

View File

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

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Feb 24 10:56:06 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- update to 22.3.2
* 21.10.4: Add channel_list_enum to compare channel_list values with
something in a typo-free way, expose channel_list_raw with C enum
values [#66].
* 21.5.0: Fix PA_VOLUME_MAX and PA_VOLUME_UI_MAX values, both were
incorrect [#53].
-------------------------------------------------------------------
Fri Apr 16 13:32:15 UTC 2021 - Markéta Machová <mmachova@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-pulsectl
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,10 +16,9 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-pulsectl
Version: 21.3.4
Version: 22.3.2
Release: 0
Summary: Python high-level interface and ctypes-based bindings for PulseAudio (libpulse)
License: MIT
@ -61,12 +60,13 @@ play, player-like client).
%if %{with test}
%check
%pyunittest pulsectl.tests.all
%pyunittest discover
%endif
%files %{python_files}
%license COPYING
%doc CHANGES.rst README.rst
%{python_sitelib}/*
%{python_sitelib}/pulsectl
%{python_sitelib}/pulsectl-%{version}*-info
%changelog