8000 Merge pull request #527 from mgeier/sounddevice-description · winpython/winpython@0bdd508 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0bdd508

Browse files
authored
Merge pull request #527 from mgeier/sounddevice-description
Use the correct description for the "sounddevice" module
2 parents 5070ab7 + b37925e commit 0bdd508

14 files changed

+21
-21
lines changed

changelogs/WinPythonQt5-3.4.4.6.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Name | Version | Description
218218
[snowballstemmer](http://pypi.python.org/pypi/snowballstemmer) | 1.2.1 | This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.
219219
[sortedcollections](http://pypi.python.org/pypi/sortedcollections) | 0.4.2 | Python Sorted Collections
220220
[sortedcontainers](http://pypi.python.org/pypi/sortedcontainers) | 1.5.7 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet
221-
[sounddevice](http://pypi.python.org/pypi/sounddevice) | 0.3.6 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet
221+
[sounddevice](http://pypi.python.org/pypi/sounddevice) | 0.3.6 | Play and Record Sound with Python
222222
[sphinx](http://pypi.python.org/pypi/sphinx) | 1.5.1 | Tool for generating documentation which uses reStructuredText as its markup language
223223
[sphinx_rtd_theme](http://pypi.python.org/pypi/sphinx_rtd_theme) | 0.1.9 | ReadTheDocs.org theme for Sphinx, 2013 version.
224224
[spyder](http://pypi.python.org/pypi/spyder) | 3.1.2 | Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface
@@ -251,4 +251,4 @@ Name | Version | Description
251251
[xlrd](http://pypi.python.org/pypi/xlrd) | 1.0.0 | Extract data from Microsoft Excel spreadsheet files
252252
[xlsxwriter](http://pypi.python.org/pypi/xlsxwriter) | 0.9.5 | A Python module for creating Excel XLSX files.
253253
[zarr](http://pypi.python.org/pypi/zarr) | 2.1.4 | A minimal implementation of chunked, compressed, N-dimensional arrays for Python.
254-
[zict](http://pypi.python.org/pypi/zict) | 0.1.1 | Mutable mapping tools
254+
[zict](http://pypi.python.org/pypi/zict) | 0.1.1 | Mutable mapping tools

changelogs/WinPythonQt5-3.4.4.6_History.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ New packages:
2323
* [snakeviz](http://pypi.python.org/pypi/snakeviz) 0.4.1 (An in-browser Python profile viewer)
2424
* [sortedcollections](http://pypi.python.org/pypi/sortedcollections) 0.4.2 (Python Sorted Collections)
2525 8000
* [sortedcontainers](http://pypi.python.org/pypi/sortedcontainers) 1.5.7 (Python Sorted Container Types: SortedList, SortedDict, and SortedSet)
26-
* [sounddevice](http://pypi.python.org/pypi/sounddevice) 0.3.6 (Python Sorted Container Types: SortedList, SortedDict, and SortedSet)
26+
* [sounddevice](http://pypi.python.org/pypi/sounddevice) 0.3.6 (Play and Record Sound with Python)
2727
* [testpath](http://pypi.python.org/pypi/testpath) 0.3 (Test utilities for code working with files and commands)
2828
2929
Upgraded packages:

changelogs/WinPythonQt5-3.5.3.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Name | Version | Description
219219
[snowballstemmer](http://pypi.python.org/pypi/snowballstemmer) | 1.2.1 | This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.
220220
[sortedcollections](http://pypi.python.org/pypi/sortedcollections) | 0.4.2 | Python Sorted Collections
221221
[sortedcontainers](http://pypi.python.org/pypi/sortedcontainers) | 1.5.7 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet
222-
[sounddevice](http://pypi.python.org/pypi/sounddevice) | 0.3.6 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet
222+
[sounddevice](http://pypi.python.org/pypi/sounddevice) | 0.3.6 | Play and Record Sound with Python
223223
[sphinx](http://pypi.python.org/pypi/sphinx) | 1.5.1 | Tool for generating documentation which uses reStructuredText as its markup language
224224
[sphinx_rtd_theme](http://pypi.python.org/pypi/sphinx_rtd_theme) | 0.1.9 | ReadTheDocs.org theme for Sphinx, 2013 version.
225225
[spyder](http://pypi.python.org/pypi/spyder) | 3.1.2 | Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface
@@ -252,4 +252,4 @@ Name | Version | Description
252252
[xlrd](http://pypi.python.org/pypi/xlrd) | 1.0.0 | Extract data from Microsoft Excel spreadsheet files
253253
[xlsxwriter](http://pypi.python.org/pypi/xlsxwriter) | 0.9.5 | A Python module for creating Excel XLSX files.
254254
[zarr](http://pypi.python.org/pypi/zarr) | 2.1.4 | A minimal implementation of chunked, compressed, N-dimensional arrays for Python.
255-
[zict](http://pypi.python.org/pypi/zict) | 0.1.1 | Mutable mapping tools
255+
[zict](http://pypi.python.org/pypi/zict) | 0.1.1 | Mutable mapping tools

changelogs/WinPythonQt5-3.5.3.0_History.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The following changes were made to WinPython distribution since version 3.5.2.3Q
66
77
New packages:
88
9-
* [bleach](http://pypi.python.org/pypi/bleach) 1.5.0 (An easy whitelist-based HTML-sanitizing tool) * [chardet](http://pypi.python.org/pypi/chardet) 2.3.0 (Universal encoding detector for Python 2 and 3) * [fuzzywuzzy](http://pypi.python.org/pypi/fuzzywuzzy) 0.14.0 (Fuzzy string matching in python) * [imageio](http://pypi.python.org/pypi/imageio) 2.1.1 (Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.) * [metakernel](http://pypi.python.org/pypi/metakernel) 0.18.2 (Metakernel for Jupyter) * [nbdime](http://pypi.python.org/pypi/nbdime) 0.1.2 (Tools for diffing and merging of Jupyter notebooks) * [octave_kernel](http://pypi.python.org/pypi/octave_kernel) 0.23.2 (A Jupyter kernel for Octave.) * [olefile](http://pypi.python.org/pypi/olefile) 0.44 (Python package to parse, read and write Microsoft OLE2 files) * [pandocfilters](http://pypi.python.org/pypi/pandocfilters) 1.4.1 (Utilities for writing pandoc filters in python) * [pexpect](http://pypi.python.org/pypi/pexpect) 4.2.1 (Pexpect allows easy control of interactive console applications.) * [ptyprocess](http://pypi.python.org/pypi/ptyprocess) 0.5.1 (Run a subprocess in a pseudo terminal) * [python_levenshtein](http://pypi.python.org/pypi/python_levenshtein) 0.12.0 (Python extension for computing string edit distances and similarities) * [requests_ftp](http://pypi.python.org/pypi/requests_ftp) 0.3.1 (FTP Transport Adapter for Requests.) * [s3transfer](http://pypi.python.org/pypi/s3transfer) 0.1.10 (An Amazon S3 Transfer Manager) * [scikit_fuzzy](http://pypi.python.org/pypi/scikit_fuzzy) 0.3.dev0 (Fuzzy logic toolkit for SciPy) * [snakeviz](http://pypi.python.org/pypi/snakeviz) 0.4.1 (An in-browser A3E2 Python profile viewer) * [sortedcollections](http://pypi.python.org/pypi/sortedcollections) 0.4.2 (Python Sorted Collections) * [sortedcontainers](http://pypi.python.org/pypi/sortedcontainers) 1.5.7 (Python Sorted Container Types: SortedList, SortedDict, and SortedSet) * [sounddevice](http://pypi.python.org/pypi/sounddevice) 0.3.6 (Python Sorted Container Types: SortedList, SortedDict, and SortedSet) * [testpath](http://pypi.python.org/pypi/testpath) 0.3 (Test utilities for code working with files and commands)
9+
* [bleach](http://pypi.python.org/pypi/bleach) 1.5.0 (An easy whitelist-based HTML-sanitizing tool) * [chardet](http://pypi.python.org/pypi/chardet) 2.3.0 (Universal encoding detector for Python 2 and 3) * [fuzzywuzzy](http://pypi.python.org/pypi/fuzzywuzzy) 0.14.0 (Fuzzy string matching in python) * [imageio](http://pypi.python.org/pypi/imageio) 2.1.1 (Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.) * [metakernel](http://pypi.python.org/pypi/metakernel) 0.18.2 (Metakernel for Jupyter) * [nbdime](http://pypi.python.org/pypi/nbdime) 0.1.2 (Tools for diffing and merging of Jupyter notebooks) * [octave_kernel](http://pypi.python.org/pypi/octave_kernel) 0.23.2 (A Jupyter kernel for Octave.) * [olefile](http://pypi.python.org/pypi/olefile) 0.44 (Python package to parse, read and write Microsoft OLE2 files) * [pandocfilters](http://pypi.python.org/pypi/pandocfilters) 1.4.1 (Utilities for writing pandoc filters in python) * [pexpect](http://pypi.python.org/pypi/pexpect) 4.2.1 (Pexpect allows easy control of interactive console applications.) * [ptyprocess](http://pypi.python.org/pypi/ptyprocess) 0.5.1 (Run a subprocess in a pseudo terminal) * [python_levenshtein](http://pypi.python.org/pypi/python_levenshtein) 0.12.0 (Python extension for computing string edit distances and similarities) * [requests_ftp](http://pypi.python.org/pypi/requests_ftp) 0.3.1 (FTP Transport Adapter for Requests.) * [s3transfer](http://pypi.python.org/pypi/s3transfer) 0.1.10 (An Amazon S3 Transfer Manager) * [scikit_fuzzy](http://pypi.python.org/pypi/scikit_fuzzy) 0.3.dev0 (Fuzzy logic toolkit for SciPy) * [snakeviz](http://pypi.python.org/pypi/snakeviz) 0.4.1 (An in-browser Python profile viewer) * [sortedcollections](http://pypi.python.org/pypi/sortedcollections) 0.4.2 (Python Sorted Collections) * [sortedcontainers](http://pypi.python.org/pypi/sortedcontainers) 1.5.7 (Python Sorted Container Types: SortedList, SortedDict, and SortedSet) * [sounddevice](http://pypi.python.org/pypi/sounddevice) 0.3.6 (Play and Record Sound with Python) * [testpath](http://pypi.python.org/pypi/testpath) 0.3 (Test utilities for code working with files and commands)
1010
1111
Upgraded packages:
1212

changelogs/WinPythonQt5-3.6.0.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Name | Version | Description
218218
[snowballstemmer](http://pypi.python.org/pypi/snowballstemmer) | 1.2.1 | This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.
219219
[sortedcollections](http://pypi.python.org/pypi/sortedcollections) | 0.4.2 | Python Sorted Collections
220220
[sortedcontainers](http://pypi.python.org/pypi/sortedcontainers) | 1.5.7 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet
221-
[sounddevice](http://pypi.python.org/pypi/sounddevice) | 0.3.6 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet
221+
[sounddevice](http://pypi.python.org/pypi/sounddevice) | 0.3.6 | Play and Record Sound with Python
222222
[sphinx](http://pypi.python.org/pypi/sphinx) | 1.5.1 | Tool for generating documentation which uses reStructuredText as its markup language
223223
[sphinx_rtd_theme](http://pypi.python.org/pypi/sphinx_rtd_theme) | 0.1.9 | ReadTheDocs.org theme for Sphinx, 2013 version.
224224
[spyder](http://pypi.python.org/pypi/spyder) | 3.1.2 | Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface
@@ -251,4 +251,4 @@ Name | Version | Description
251251
[xlrd](http://pypi.python.org/pypi/xlrd) | 1.0.0 | Extract data from Microsoft Excel spreadsheet files
252252
[xlsxwriter](http://pypi.python.org/pypi/xlsxwriter) | 0.9.5 | A Python module for creating Excel XLSX files.
253253
[zarr](http://pypi.python.org/pypi/zarr) | 2.1.4 | A minimal implementation of chunked, compressed, N-dimensional arrays for Python.
254-
[zict](http://pypi.python.org/pypi/zict) | 0.1.1 | Mutable mapping tools
254+
[zict](http://pypi.python.org/pypi/zict) | 0.1.1 | Mutable mapping tools

changelogs/WinPythonQt5-32bit-3.5.3.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Name | Version | Description
223223
[snowballstemmer](https://pypi.python.org/pypi/snowballstemmer) | 1.2.1 | This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.
224224
[sortedcollections](https://pypi.python.org/pypi/sortedcollections) | 0.4.2 | Python Sorted Collections
225225
[sortedcontainers](https://pypi.python.org/pypi/sortedcontainers) | 1.5.7 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet
226-
[sounddevice](https://pypi.python.org/pypi/sounddevice) | 0.3.7 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet
226+
[sounddevice](https://pypi.python.org/pypi/sounddevice) | 0.3.7 | Play and Record Sound with Python
227227
[sphinx](https://pypi.python.org/pypi/sphinx) | 1.5.2 | Tool for generating documentation which uses reStructuredText as its markup language
228228
[sphinx_rtd_theme](https://pypi.python.org/pypi/sphinx_rtd_theme) | 0.2.4 | ReadTheDocs.org theme for Sphinx, 2013 version.
229229
[spyder](https://pypi.python.org/pypi/spyder) | 3.1.4.dev0 | Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface
@@ -258,4 +258,4 @@ Name | Version | Description
258258
[xlsxwriter](https://pypi.python.org/pypi/xlsxwriter) | 0.9.5 | A Python module for creating Excel XLSX files.
259259
[xlwings](https://pypi.python.org/pypi/xlwings) | 0.10.4 | Interact with Excel from Python and vice versa
260260
[zarr](https://pypi.python.org/pypi/zarr) | 2.1.4 | A minimal implementation of chunked, compressed, N-dimensional arrays for Python.
261-
[zict](https://pypi.python.org/pypi/zict) | 0.1.1 | Mutable mapping tools
261+
[zict](https://pypi.python.org/pypi/zict) | 0.1.1 | Mutable mapping tools

changelogs/WinPythonQt5-32bit-3.5.3.1_History.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Upgraded packages:
8888
* [scipy](http://www.scipy.org) 0.18.1 → 0.19.0 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
8989
* [setuptools](https://pypi.python.org/pypi/setuptools) 33.1.1 → 34.3.2 (Download, build, install, upgrade, and uninstall Python packages - easily)
9090
* [sip](https://pypi.python.org/pypi/sip) 4.19 → 4.19.1 (Python extension module generator for C and C++ libraries)
91-
* [sounddevice](https://pypi.python.org/pypi/sounddevice) 0.3.6 → 0.3.7 (Python Sorted Container Types: SortedList, SortedDict, and SortedSet)
91+
* [sounddevice](https://pypi.python.org/pypi/sounddevice) 0.3.6 → 0.3.7 (Play and Record Sound with Python)
9292
* [sphinx](https://pypi.python.org/pypi/sphinx) 1.5.1 → 1.5.2 (Tool for generating documentation which uses reStructuredText as its markup language)
9393
* [sphinx_rtd_theme](https://pypi.python.org/pypi/sphinx_rtd_theme) 0.1.9 → 0.2.4 (ReadTheDocs.org theme for Sphinx, 2013 version.)
9494
* [spyder](https://pypi.python.org/pypi/spyder) 3.1.2 → 3.1.4.dev0 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface)

changelogs/WinPythonQt5-32bit-3.6.1.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Name | Version | Description
222222
[snowballstemmer](https://pypi.python.org/pypi/snowballstemmer) | 1.2.1 | This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.
223223
[sortedcollections](https://pypi.python.org/pypi/sortedcollections) | 0.4.2 | Python Sorted Collections
224224
[sortedcontainers](https://pypi.python.org/pypi/sortedcontainers) | 1.5.7 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet
225-
[sounddevice](https://pypi.python.org/pypi/sounddevice) | 0.3.7 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet
225+
[sounddevice](https://pypi.python.org/pypi/sounddevice) | 0.3.7 | Play and Record Sound with Python
226226
[sphinx](https://pypi.python.org/pypi/sphinx) | 1.5.2 | Tool for generating documentation which uses reStructuredText as its markup language
227227
[sphinx_rtd_theme](https://pypi.python.org/pypi/sphinx_rtd_theme) | 0.2.4 | ReadTheDocs.org theme for Sphinx, 2013 version.
228228
[spyder](https://pypi.python.org/pypi/spyder) | 3.1.4.dev0 | Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface
@@ -256,4 +256,4 @@ Name | Version | Description
256256
[xlsxwriter](https://pypi.python.org/pypi/xlsxwriter) | 0.9.5 | A Python module for creating Excel XLSX files.
257257
[xlwings](https://pypi.python.org/pypi/xlwings) | 0.10.4 | Interact with Excel from Python and vice versa
258258
[zarr](https://pypi.python.org/pypi/zarr) | 2.1.4 | A minimal implementation of chunked, compressed, N-dimensional arrays for Python.
259-
[zict](https://pypi.python.org/pypi/zict) | 0.1.1 | Mutable mapping tools
259+
[zict](https://pypi.python.org/pypi/zict) | 0.1.1 | Mutable mapping tools

changelogs/WinPythonQt5-32bit-3.6.1.0_History.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Upgraded packages:
8989
* [scipy](http://www.scipy.org) 0.18.1 → 0.19.0 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
9090
* [setuptools](https://pypi.python.org/pypi/setuptools) 33.1.1 → 34.3.2 (Download, build, install, upgrade, and uninstall Python packages - easily)
9191
* [sip](https://pypi.python.org/pypi/sip) 4.19 → 4.19.1 (Python extension module generator for C and C++ libraries)
92-
* [sounddevice](https://pypi.python.org/pypi/sounddevice) 0.3.6 → 0.3.7 (Python Sorted Container Types: SortedList, SortedDict, and SortedSet)
92+
* [sounddevice](https://pypi.python.org/pypi/sounddevice) 0.3.6 → 0.3.7 (Play and Record Sound with Python)
9393
* [sphinx](https://pypi.python.org/pypi/sphinx) 1.5.1 → 1.5.2 (Tool for generating documentation which uses reStructuredText as its markup language)
9494
* [sphinx_rtd_theme](https://pypi.python.org/pypi/sphinx_rtd_theme) 0.1.9 → 0.2.4 (ReadTheDocs.org theme for Sphinx, 2013 version.)
9595
* [spyder](https://pypi.python.org/pypi/spyder) 3.1.2 → 3.1.4.dev0 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface)

changelogs/WinPythonQt5-64bit-3.5.3.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Name | Version | Description
227227
[snowballstemmer](https://pypi.python.org/pypi/snowballstemmer) | 1.2.1 | This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.
228228
[sortedcollections](https://pypi.python.org/pypi/sortedcollections) | 0.4.2 | Python Sorted Collections
229229
[sortedcontainers](https://pypi.python.org/pypi/sortedcontainers) | 1.5.7 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet
230-
[sounddevice](https://pypi.python.org/pypi/sounddevice) | 0.3.7 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet
230+
[sounddevice](https://pypi.python.org/pypi/sounddevice) | 0.3.7 | Play and Record Sound with Python
231231
[sphinx](https://pypi.python.org/pypi/sphinx) | 1.5.2 | Tool for generating documentation which uses reStructuredText as its markup language
232232
[sphinx_rtd_theme](https://pypi.python.org/pypi/sphinx_rtd_theme) | 0.2.4 | ReadTheDocs.org theme for Sphinx, 2013 version.
233233
[spyder](https://pypi.python.org/pypi/spyder) | 3.1.4.dev0 | Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface
@@ -263,4 +263,4 @@ Name | Version | Description
263263
[xlsxwriter](https://pypi.python.org/pypi/xlsxwriter) | 0.9.5 | A Python module for creating Excel XLSX files.
264264
[xlwings](https://pypi.python.org/pypi/xlwings) | 0.10.4 | Interact with Excel from Python and vice versa
265265
[zarr](https://pypi.python.org/pypi/zarr) | 2.1.4 | A minimal implementation of chunked, compressed, N-dimensional arrays for Python.
266-
[zict](https://pypi.python.org/pypi/zict) | 0.1.1 | Mutable mapping tools
266+
[zict](https://pypi.python.org/pypi/zict) | 0.1.1 | Mutable mapping tools

changelogs/WinPythonQt5-64bit-3.5.3.1_History.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Upgraded packages:
9292
* [scipy](http://www.scipy.org) 0.18.1 → 0.19.0 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
9393
* [setuptools](https://pypi.python.org/pypi/setuptools) 33.1.1 → 34.3.2 (Download, build, install, upgrade, and uninstall Python packages - easily)
9494
* [sip](https://pypi.python.org/pypi/sip) 4.19 → 4.19.1 (Python extension module generator for C and C++ libraries)
95-
* [sounddevice](https://pypi.python.org/pypi/sounddevice) 0.3.6 → 0.3.7 (Python Sorted Container Types: SortedList, SortedDict, and SortedSet)
95+
* [sounddevice](https://pypi.python.org/pypi/sounddevice) 0.3.6 → 0.3.7 (Play and Record Sound with Python)
9696
* [sphinx](https://pypi.python.org/pypi/sphinx) 1.5.1 → 1.5.2 (Tool for generating documentation which uses reStructuredText as its markup language)
9797
* [sphinx_rtd_theme](https://pypi.python.org/pypi/sphinx_rtd_theme) 0.1.9 → 0.2.4 (ReadTheDocs.org theme for Sphinx, 2013 version.)
9898
* [spyder](https://pypi.python.org/pypi/spyder) 3.1.2 → 3.1.4.dev0 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface)

0 commit comments

Comments
 (0)
0