15
0

Accepting request 610548 from home:jengelh:branches:devel:languages:python

- Do not repeat other packages' metadata in description.

OBS-URL: https://build.opensuse.org/request/show/610548
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SoundFile?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2018-05-19 01:07:01 +00:00
committed by Git OBS Bridge
parent d700744ce2
commit 42e8f3afd5
2 changed files with 8 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 18 20:51:12 UTC 2018 - jengelh@inai.de
- Do not repeat other packages' metadata in description.
-------------------------------------------------------------------
Wed May 9 01:09:10 UTC 2018 - toddrme2178@gmail.com

View File

@@ -59,13 +59,9 @@ PySoundFile is an audio library based on libsndfile, CFFI and NumPy.
Full documentation is available on http://pysoundfile.readthedocs.org/.
PySoundFile can read and write sound files. File reading/writing is
supported through `libsndfile <http://www.mega-nerd.com/libsndfile/>`__,
which is a free, cross-platform, open-source (LGPL) library for reading
and writing many different sampled sound file formats that runs on many
platforms including Windows, OS X, and Unix. It is accessed through
`CFFI <http://cffi.readthedocs.org/>`__, which is a foreign function
interface for Python calling C code. CFFI is supported for CPython 2.6+,
3.x and PyPy 2.0+. PySoundFile represents audio data as NumPy arrays.
supported through libsndfile, which itself is accessed through CFFI,
a foreign function interface for Python calling C code. PySoundFile
represents audio data as NumPy arrays.
%prep
%setup -q -n SoundFile-%{version}