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