From 7296b2b9f1eeb8c8f9dea4f4c3862925c7bd263eca2447f496120c9397645b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 3 Jun 2019 08:00:09 +0000 Subject: [PATCH] Accepting request 706934 from home:jengelh:branches:devel:languages:python - Use noun phrase in summary. OBS-URL: https://build.opensuse.org/request/show/706934 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sounddevice?expand=0&rev=9 --- python-sounddevice.changes | 5 +++++ python-sounddevice.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-sounddevice.changes b/python-sounddevice.changes index a89e26f..950f97b 100644 --- a/python-sounddevice.changes +++ b/python-sounddevice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jun 2 19:27:21 UTC 2019 - Jan Engelhardt + +- Use noun phrase in summary. + ------------------------------------------------------------------- Tue May 21 07:20:34 UTC 2019 - pgajdos@suse.com diff --git a/python-sounddevice.spec b/python-sounddevice.spec index 5f8a9b5..bc9f367 100644 --- a/python-sounddevice.spec +++ b/python-sounddevice.spec @@ -20,7 +20,7 @@ Name: python-sounddevice Version: 0.3.13 Release: 0 -Summary: Play and Record Sound with Python +Summary: Module to play and record sound with Python License: MIT Group: Development/Languages/Python Url: http://python-sounddevice.readthedocs.io/ @@ -39,7 +39,7 @@ BuildArch: noarch %python_subpackages %description -This Python_ module provides bindings for the PortAudio library and a few +This Python module provides bindings for the PortAudio library and a few convenience functions to play and record NumPy arrays containing audio signals.