From 8df0e45c7e8d1d241f12853b5872735fc8bc65b75e8ccf4380e4d206101ec991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 5 Nov 2018 14:42:46 +0000 Subject: [PATCH] Accepting request 646421 from home:jengelh:branches:devel:languages:python - Trim bias from description. OBS-URL: https://build.opensuse.org/request/show/646421 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simpleaudio?expand=0&rev=2 --- python-simpleaudio.changes | 5 +++++ python-simpleaudio.spec | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/python-simpleaudio.changes b/python-simpleaudio.changes index efee7be..49c9aa9 100644 --- a/python-simpleaudio.changes +++ b/python-simpleaudio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 2 11:23:58 UTC 2018 - Jan Engelhardt + +- Trim bias from description. + ------------------------------------------------------------------- Fri Nov 2 02:35:16 UTC 2018 - Todd R diff --git a/python-simpleaudio.spec b/python-simpleaudio.spec index 78364bf..be88cd9 100644 --- a/python-simpleaudio.spec +++ b/python-simpleaudio.spec @@ -21,7 +21,7 @@ Name: python-simpleaudio Version: 1.0.2 Release: 0 -Summary: Simple, asynchronous audio playback for Python +Summary: Asynchronous audio playback for Python License: MIT Group: Development/Languages/Python Url: https://github.com/hamiltron/py-simple-audio @@ -35,8 +35,10 @@ BuildRequires: pkgconfig(alsa) %python_subpackages %description -The simplaudio package provides cross-platform, dependency-free -audio playback capability for Python 3 on OSX, Windows, and Linux. +The simplaudio package provides audio playback capability for Python 3 +on OSX, Windows, and Linux. + + %prep %setup -q -n simpleaudio-%{version}