14
0

- Update to 0.2.8

* bug fixes related to the Python GIL and device name encoding.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyAudio?expand=0&rev=4
This commit is contained in:
Todd R
2014-07-14 15:34:32 +00:00
committed by Git OBS Bridge
parent 2a2cd32b68
commit 0f6e7c8807
4 changed files with 15 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7807cf937df3652f64b014b9f579c308cf87057d32ed4250a6b28844e2b56287
size 182396

3
pyaudio-0.2.8.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f85367cf79657616684487037957ac38582ecc5389b89420fe61d901b719551
size 235900

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jul 14 15:30:37 UTC 2014 - toddrme2178@gmail.com
- Update to 0.2.8
* bug fixes related to the Python GIL and device name encoding.
-------------------------------------------------------------------
Thu Oct 24 11:11:25 UTC 2013 - speilicke@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-PyAudio
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-PyAudio
Version: 0.2.7
Version: 0.2.8
Release: 0
Summary: Python Bindings for PortAudio v19
License: MIT
@@ -40,7 +40,7 @@ Summary: Documentation for %{name}
Group: Development/Libraries/Python
%description docs
Documentation for python-PyAudio
Documentation and help files for %{name}
%prep
%setup -q -n PyAudio-%{version}
@@ -52,13 +52,15 @@ python setup.py build
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%fdupes -s %{buildroot}/%{_prefix}
rm -r docs/.doctrees
rm -r docs/.buildinfo
%files
%defattr(-,root,root)
%doc CHANGELOG README
%{python_sitearch}/*egg-info
%{python_sitearch}/_portaudio.so
%{python_sitearch}/pyaudio.py*
%{python_sitearch}/PyAudio-%{version}-py*.egg-info
%files docs
%defattr(-,root,root)