From 18eb2208f5f090720a260c66258f7b7929de093295a2e01f9b7a8a51e33a9b0f Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Fri, 24 Feb 2023 10:59:40 +0000 Subject: [PATCH] - 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 --- pulsectl-21.3.4.tar.gz | 3 --- pulsectl-22.3.2.tar.gz | 3 +++ python-pulsectl.changes | 10 ++++++++++ python-pulsectl.spec | 10 +++++----- 4 files changed, 18 insertions(+), 8 deletions(-) delete mode 100644 pulsectl-21.3.4.tar.gz create mode 100644 pulsectl-22.3.2.tar.gz diff --git a/pulsectl-21.3.4.tar.gz b/pulsectl-21.3.4.tar.gz deleted file mode 100644 index 2e623f6..0000000 --- a/pulsectl-21.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:faa8b9336237565990298f20870e13dd1678a4586847ca5a7ff2abf10752f356 -size 41269 diff --git a/pulsectl-22.3.2.tar.gz b/pulsectl-22.3.2.tar.gz new file mode 100644 index 0000000..c4962bc --- /dev/null +++ b/pulsectl-22.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc174e1ceebd4e6222c5b78f4f415f12e80753c9ab75ab354159b4cb5950b084 +size 40901 diff --git a/python-pulsectl.changes b/python-pulsectl.changes index b111b91..ad48916 100644 --- a/python-pulsectl.changes +++ b/python-pulsectl.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Feb 24 10:56:06 UTC 2023 - Daniel Garcia + +- 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á diff --git a/python-pulsectl.spec b/python-pulsectl.spec index aadeb49..abbf870 100644 --- a/python-pulsectl.spec +++ b/python-pulsectl.spec @@ -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