-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new: Merge branch 'master' into devel
* master: (25 commits) new: Check for version incompatibilities during setter, and slight refactor. fix: [display plugin] Handle internal exception types. Fixes #118 chg: Only warn about missing grako when the plugin is used. Fixes #115 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) pep8 !wip Update pytest from 3.2.2 to 3.2.3 (#98) Update tox from 2.9.0 to 2.9.1 (#97) Update tox from 2.8.2 to 2.9.0 (#96) Update pip-tools from 1.9.0 to 1.10.1 (#95) Update sphinx from 1.6.3 to 1.6.4 (#93) ...
- Loading branch information
Showing
21 changed files
with
308 additions
and
123 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
Sphinx==1.6.3 | ||
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://nicfit@bitbucket.org/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.9.0 | ||
pip-tools==1.10.1 | ||
pss==1.41 | ||
pyaml==17.10.0 | ||
sphinx-issues==0.3.1 | ||
sphinx_rtd_theme==0.2.4 | ||
sphinxcontrib-paverutils==1.16.0 | ||
tox==2.8.2 | ||
tox==2.9.1 | ||
twine==1.9.1 | ||
wheel==0.30.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
factory-boy==2.9.2 | ||
pytest==3.2.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
Oops, something went wrong.