From 4f8edb87b660ffae0bac18b012fd1a4f4c425038d680c5a098f48bcf1a6cb18a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 4 May 2023 21:31:28 +0000 Subject: [PATCH] - update to 0.10.0: * support for periods in the PCM constructor. * new functions PCM.state(), PCM.drop() and PCM.drain() * improved underrun/overrun handling * documentation improvements/consolidation * more sampling rates * bug fixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyalsaaudio?expand=0&rev=15 --- pyalsaaudio-0.10.0.tar.gz | 3 +++ pyalsaaudio-0.9.2.tar.gz | 3 --- python-pyalsaaudio.changes | 11 +++++++++++ python-pyalsaaudio.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 pyalsaaudio-0.10.0.tar.gz delete mode 100644 pyalsaaudio-0.9.2.tar.gz diff --git a/pyalsaaudio-0.10.0.tar.gz b/pyalsaaudio-0.10.0.tar.gz new file mode 100644 index 0000000..a00d94e --- /dev/null +++ b/pyalsaaudio-0.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e21175500a2bd310ae3867e7991639defc1e2a5c92cf1b9f7083296b346738ab +size 637432 diff --git a/pyalsaaudio-0.9.2.tar.gz b/pyalsaaudio-0.9.2.tar.gz deleted file mode 100644 index 9f9430f..0000000 --- a/pyalsaaudio-0.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e74a66d6c7a6bcceb990df66d3ebc0fe382fc9d765f35f050f9d98c695304b36 -size 599446 diff --git a/python-pyalsaaudio.changes b/python-pyalsaaudio.changes index b89de05..d4e50f0 100644 --- a/python-pyalsaaudio.changes +++ b/python-pyalsaaudio.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu May 4 21:30:05 UTC 2023 - Dirk Müller + +- update to 0.10.0: + * support for periods in the PCM constructor. + * new functions PCM.state(), PCM.drop() and PCM.drain() + * improved underrun/overrun handling + * documentation improvements/consolidation + * more sampling rates + * bug fixes + ------------------------------------------------------------------- Tue Oct 4 23:53:05 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-pyalsaaudio.spec b/python-pyalsaaudio.spec index 22e756b..2efb067 100644 --- a/python-pyalsaaudio.spec +++ b/python-pyalsaaudio.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyalsaaudio # -# Copyright (c) 2022 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 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyalsaaudio -Version: 0.9.2 +Version: 0.10.0 Release: 0 Summary: ALSA bindings for Python License: Python-2.0