From b3a031ed8544c9cdf432c20f4e0977025cc287d02adbb1d4a4cdaf6eea045ad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Mon, 20 Jan 2020 14:00:45 +0000 Subject: [PATCH] - update to 20.1.2 * add pulse.play_sample() - server-side stored sample playback * Add pulse.get_peak_sample() func for getting volume peak within timespan OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pulsectl?expand=0&rev=8 --- pulsectl-18.12.5.tar.gz | 3 --- pulsectl-20.1.2.tar.gz | 3 +++ python-pulsectl.changes | 7 +++++++ python-pulsectl.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 pulsectl-18.12.5.tar.gz create mode 100644 pulsectl-20.1.2.tar.gz diff --git a/pulsectl-18.12.5.tar.gz b/pulsectl-18.12.5.tar.gz deleted file mode 100644 index aac89fc..0000000 --- a/pulsectl-18.12.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41db4dd19e7cd28e2609baf2b551f34991f1890024be119b6075a286abfb65d3 -size 35677 diff --git a/pulsectl-20.1.2.tar.gz b/pulsectl-20.1.2.tar.gz new file mode 100644 index 0000000..43e9c17 --- /dev/null +++ b/pulsectl-20.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a97a4f7fcd8dbe56380980e8c9519ff4e26552604776cbc7555e6a14ff0202f +size 39829 diff --git a/python-pulsectl.changes b/python-pulsectl.changes index 963bc32..74acf5a 100644 --- a/python-pulsectl.changes +++ b/python-pulsectl.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jan 20 13:59:09 UTC 2020 - Ondřej Súkup + +- update to 20.1.2 + * add pulse.play_sample() - server-side stored sample playback + * Add pulse.get_peak_sample() func for getting volume peak within timespan + ------------------------------------------------------------------- Wed Jun 5 08:09:07 UTC 2019 - Marketa Calabkova diff --git a/python-pulsectl.spec b/python-pulsectl.spec index 5c29739..c1e50e9 100644 --- a/python-pulsectl.spec +++ b/python-pulsectl.spec @@ -1,7 +1,7 @@ # # spec file for package python-pulsectl # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-pulsectl -Version: 18.12.5 +Version: 20.1.2 Release: 0 Summary: Python high-level interface and ctypes-based bindings for PulseAudio (libpulse) License: MIT