-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:nicfit/eyeD3
* 'master' of github.com:nicfit/eyeD3: fix: IOError (nor OSError) have a message attr. Fix bad frames detection in stats plugin for python3 (#113) script exits with 0 status when called with --version/--help (#109) Update pytest-runner from 2.12.1 to 3.0 (#108) Update sphinx from 1.6.4 to 1.6.5 (#106) Update flake8 from 3.4.1 to 3.5.0 (#107) Release prep. !wip fix: Reload and process after tag removals, fixes #102. (PR #103) pep doc strings. !wip Update nicfit.py from 0.6.5 to 0.6.6 (#100) Update pyaml from 17.8.0 to 17.10.0 (#99)
- Loading branch information
Showing
13 changed files
with
202 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ Authors | |
------- | ||
|
||
eyeD3 is written and maintained by: | ||
|
||
* Travis Shirk <[email protected]> | ||
* nicfit <[email protected]> | ||
|
||
|
@@ -34,3 +34,4 @@ and has been contributed to by (ordered by date of first contribution): | |
* grun <[email protected]> | ||
* pyup.io bot <[email protected]> | ||
* pyup-bot <[email protected]> | ||
* Chris Newton <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,20 @@ Release History | |
|
||
.. :changelog: | ||
v0.8.3 (2017-10-22) : So Alone | ||
------------------------------- | ||
|
||
Fix | ||
~~~ | ||
- Reload and process after tag removals, fixes #102. (PR #103) | ||
- Display incorrectly encoded strings (usually filenames) | ||
|
||
Other | ||
~~~~~ | ||
- Make the classic output span the actual width of the tty so you can | ||
see the actual path with a long file name. (#92) <[email protected]> | ||
|
||
|
||
v0.8.2 (2017-09-23) : Standing At the Station | ||
---------------------------------------------- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
Sphinx==1.6.4 | ||
Sphinx==1.6.5 | ||
check-manifest==0.35 | ||
cogapp==2.5.1 | ||
flake8==3.4.1 | ||
flake8==3.5.0 | ||
git+https://github.com/nicfit/gitchangelog.git | ||
hg+https://[email protected]/nicfit/sphinxcontrib-bitbucket | ||
ipdb==0.10.3 | ||
nicfit.py[cookiecutter]==0.6.5 | ||
nicfit.py[cookiecutter]==0.6.6 | ||
paver==1.2.4 | ||
pip-tools==1.10.1 | ||
pss==1.41 | ||
pyaml==17.8.0 | ||
pyaml==17.10.0 | ||
sphinx-issues==0.3.1 | ||
sphinx_rtd_theme==0.2.4 | ||
sphinxcontrib-paverutils==1.16.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
factory-boy==2.9.2 | ||
pytest==3.2.3 | ||
pytest-cov==2.5.1 | ||
pytest-runner==2.12.1 | ||
pytest-runner==3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.