1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186
|
python-pyaudio (0.2.13-1) unstable; urgency=medium
* New upstream release
- Moves pyaudio.Stream to pyaudio.PyAudio.Stream.
- Deprecates PaMacCoreStreamInfo's get_channel_map and get_flags methods.
Replaces methods with channel_map and flags properties, respectively.
- Packages PyAudio as a Python package (directory).
- Adds support for linking against Homebrew on Apple Silicon.
- Refactors C extension, adds more tests, modernizes examples.
* Remove debian patches for Makefile, now unnecessary with upstream updates.
-- Hubert Pham <hubert@mit.edu> Mon, 26 Dec 2022 00:15:00 -0500
python-pyaudio (0.2.12-1) unstable; urgency=medium
* New upstream release
- Refactor setup.py to simplify build logic.
- Use paFramesPerBufferUnspecified as the default frames per buffer.
- Use system's preferred encoding to decode device names.
- Unit tests now skippable by environment variable.
- Documentation fixes.
* Link sphinx to the libjs-sphinxdoc package
* Link docs to main package.
-- Hubert Pham <hubert@mit.edu> Thu, 21 Jul 2022 00:54:00 -0500
python-pyaudio (0.2.11-1.3ubuntu1) jammy; urgency=medium
* Adjust Makefile for Python 3.10
-- Graham Inggs <ginggs@ubuntu.com> Thu, 31 Mar 2022 13:10:38 +0000
python-pyaudio (0.2.11-1.3build3) jammy; urgency=medium
* No-change rebuild with Python 3.10 only
-- Graham Inggs <ginggs@ubuntu.com> Thu, 17 Mar 2022 20:01:32 +0000
python-pyaudio (0.2.11-1.3build2) jammy; urgency=medium
* No-change rebuild to add python3.10.
-- Matthias Klose <doko@ubuntu.com> Sat, 16 Oct 2021 06:59:04 +0000
python-pyaudio (0.2.11-1.3build1) hirsute; urgency=medium
* No-change rebuild to drop python3.8 extensions.
-- Matthias Klose <doko@ubuntu.com> Mon, 07 Dec 2020 18:43:20 +0100
python-pyaudio (0.2.11-1.3) unstable; urgency=medium
* Non-maintainer upload.
* Fix maintainer address in previous upload.
-- Matthias Klose <doko@debian.org> Thu, 29 Oct 2020 17:05:20 +0100
python-pyaudio (0.2.11-1.2) unstable; urgency=medium
* Non-maintainer upload.
* Fix doc build problem. (Closes: #961798)
* Updated debhelper version from 9 to 12.
* Override dh_clean to remove generated egg-info files.
-- Petter Reinholdtsen <pere@debian.org> Wed, 21 Oct 2020 22:01:14 +0000
python-pyaudio (0.2.11-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Use Python 3 for building docs.
* Drop Python 2 support (Closes: #938056).
-- Ondřej Nový <onovy@debian.org> Fri, 20 Dec 2019 12:28:15 +0100
python-pyaudio (0.2.11-1) unstable; urgency=low
* New upstream release
- Fix free-after-use memory issue.
* Remove lintian-overrides for jquery and underscore source missing,
as upstream source no longer contains generated docs.
-- Hubert Pham <hubert@mit.edu> Sat, 18 Mar 2017 22:36:00 -0500
python-pyaudio (0.2.10-1) unstable; urgency=medium
[ Hubert Pham ]
* New upstream release
- Fix deadlock on some platforms with improved handling of Python GIL.
* Update Standards-Version.
* Add lintian-overrides for jquery and underscore source missing. They are
false positives.
* Update homepage and git URL to https.
[ Felipe Sateler ]
* Simplify d/rules by making use of the debhelper pybuild buildsystem
* Enable hardening compiler features
* Vcs-Git: Make git clones checkout the debian branch
-- Hubert Pham <hubert@mit.edu> Wed, 18 Jan 2017 10:38:13 -0300
python-pyaudio (0.2.9-1) unstable; urgency=low
* Fix overflow error handling logic for pa_read_stream.
* Fix IOError exception arguments.
-- Hubert Pham <hubert@mit.edu> Sun, 18 Oct 2015 19:00:00 -0500
python-pyaudio (0.2.8-1) unstable; urgency=low
* Fix support for non-UTF8 encoded device names.
* Fix deadlock on some platforms when calling pa.stop_stream.
* Fix debian packaging to avoid including unnecessary files.
Closes: #743660.
-- Hubert Pham <hubert@mit.edu> Mon, 12 Apr 2014 19:00:00 -0500
python-pyaudio (0.2.7-2) unstable; urgency=low
* Upload to unstable
* Bump standards version
* Link jquery and underscore to the libjs- packages
-- Felipe Sateler <fsateler@debian.org> Sat, 19 Oct 2013 17:35:39 -0300
python-pyaudio (0.2.7-1) experimental; urgency=low
* Add support for callables in non-blocking mode.
* Change documentation generator to Sphinx.
-- Hubert Pham <hubert@mit.edu> Sat, 20 Oct 2012 20:00:00 -0500
python-pyaudio (0.2.6-1) experimental; urgency=low
* New upstream release.
* Add support for Python 3.
* Split documentation into python-pyaudio-doc package.
-- Hubert Pham <hubert@mit.edu> Sat, 02 Sep 2012 21:00:00 -0500
python-pyaudio (0.2.5-1) UNRELEASED; urgency=low
* Add support for callback (non-blocking) operation.
-- Hubert Pham <hubert@mit.edu> Sat, 02 Sep 2012 20:00:00 -0500
python-pyaudio (0.2.4-2) unstable; urgency=low
* Add python-docutils to Build-Depends.
* Generate documentation against built portaudio module.
-- Hubert Pham <hubert@mit.edu> Tue, 02 Nov 2010 23:16:00 -0500
python-pyaudio (0.2.4-1) UNRELEASED; urgency=low
[ Felipe Sateler ]
* Bump standards version (no changes needed)
* Introduce a long description
* Use --intall-layout=deb to comply with python policy
* Use ${shlib:Depends} and ${misc:Depends}
* Move to python section
* Add dummy binary-indep target
* Add call to dh_compress
* Add homepage field
[ Hubert Pham ]
* Updated directory structure and packaging.
-- Hubert Pham <hubert@mit.edu> Wed, 18 Aug 2010 15:23:00 -0500
python-pyaudio (0.2.3) unstable; urgency=low
* Release the GIL during blocking PortAudio I/O calls.
* Fixed Python argument parsing to use a long for PaSampleFormat.
* pyaudio.PyAudio.is_format_supported() now throws a ValueError
exception if the specified format is not supported for any reason
(or returns True if the format is supported).
-- Hubert Pham <hubert@mit.edu> Thu, 30 Oct 2008 17:00:00 -0500
python-pyaudio (0.2.0) unstable; urgency=low
* Initial version
-- Justin Mazzola Paluska <jmp@mit.edu> Fri, 08 Feb 2008 13:47:27 -0500
|