File: changelog

package info (click to toggle)
python-pyaudio 0.2.11-1.3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 340 kB
  • sloc: ansic: 1,861; python: 1,361; makefile: 47
file content (136 lines) | stat: -rw-r--r-- 4,308 bytes parent folder | download
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
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