14
0

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
This commit is contained in:
Tomáš Chvátal
2018-11-05 14:42:46 +00:00
committed by Git OBS Bridge
parent 3e3cc603a7
commit 8df0e45c7e
2 changed files with 10 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 2 11:23:58 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Trim bias from description.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Nov 2 02:35:16 UTC 2018 - Todd R <toddrme2178@gmail.com> Fri Nov 2 02:35:16 UTC 2018 - Todd R <toddrme2178@gmail.com>

View File

@@ -21,7 +21,7 @@
Name: python-simpleaudio Name: python-simpleaudio
Version: 1.0.2 Version: 1.0.2
Release: 0 Release: 0
Summary: Simple, asynchronous audio playback for Python Summary: Asynchronous audio playback for Python
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
Url: https://github.com/hamiltron/py-simple-audio Url: https://github.com/hamiltron/py-simple-audio
@@ -35,8 +35,10 @@ BuildRequires: pkgconfig(alsa)
%python_subpackages %python_subpackages
%description %description
The simplaudio package provides cross-platform, dependency-free The simplaudio package provides audio playback capability for Python 3
audio playback capability for Python 3 on OSX, Windows, and Linux. on OSX, Windows, and Linux.
%prep %prep
%setup -q -n simpleaudio-%{version} %setup -q -n simpleaudio-%{version}