-
Notifications
You must be signed in to change notification settings - Fork 2
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/nicfit.py into devel
* 'master' of github.com:nicfit/nicfit.py: Update tox from 2.8.2 to 2.9.0 (#152) Update pip-tools from 1.9.0 to 1.10.1 (#151) Update sphinx from 1.6.3 to 1.6.4 (#149) new: :class:`nicfit.logger.FileConfig` supports instance creation and better utilities for updating config. new: The companion to ``getlist`` :meth:`Config.setlist` chg: pdb_opt (i.e. --pdb)a addded by default. chg: Python versin defaults and Trav-CI job ordering Update pytest-asyncio from 0.7.0 to 0.8.0 (#148) pep8. !wip Release prep. !wip fix: typo for nicfiut CC. chg: :meth:`nicfit.util.debugger` or set_trace/post_mortem {ipdb|pdb} Pin sphinx_rtd_theme to latest version 0.2.4 (#147) Release prep. !wip chg: Added README to dock title. new: sphinx_rtd_theme Update babel to 2.5.1 (#144)
- Loading branch information
Showing
18 changed files
with
157 additions
and
53 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 |
---|---|---|
|
@@ -4,6 +4,7 @@ python: | |
- "3.5" | ||
- "3.6" | ||
- "3.7-dev" | ||
- "pypy3" | ||
|
||
cache: | ||
pip: true | ||
|
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,45 @@ Release History | |
|
||
.. :changelog: | ||
v0.6.5 (2017-09-21) | ||
------------------------ | ||
|
||
Fix | ||
~~~ | ||
- Typo for nicfit.py[cookiecutter] dev.txt requirement. | ||
|
||
|
||
|
||
v0.6.4 (2017-09-18) | ||
------------------- | ||
|
||
New | ||
~~~ | ||
- Added :func:`nicfit.command.register` decorator as class member to | ||
:class:`nicfit.command.Command`; less to import for convenience. | ||
- Added ``nicfit[cookiecutter]`` to dev requirements. | ||
- Docs use Sphinx_rtd_theme. | ||
|
||
Changes | ||
~~~~~~~ | ||
- Added README to dock title. | ||
- Removed servedocs Makefile target. | ||
- Use nicfit.py's ArgumentParser for subparsers and commands. | ||
- Use ``print`` instead of logging for uncaught exceptions. | ||
|
||
Other | ||
~~~~~ | ||
- Update babel to 2.5.1 (#144) <[email protected]> | ||
- Update tox from 2.8.1 to 2.8.2 (#141) <[email protected]> | ||
- Update pytest-asyncio from 0.6.0 to 0.7.0 (#140) <[email protected]> | ||
- Update wheel from 0.29.0 to 0.30.0 (#142) <[email protected]> | ||
- Update pytest-runner from 2.12 to 2.12.1 (#138) <[email protected]> | ||
- Update pytest from 3.2.1 to 3.2.2 (#139) <[email protected]> | ||
- Update tox from 2.8.0 to 2.8.1 (#137) <[email protected]> | ||
- Pin deprecation to latest version 1.0.1 (#136) <[email protected]> | ||
- Pin pss to latest version 1.41 (#135) <[email protected]> | ||
|
||
|
||
v0.6.3 (2017-09-03) | ||
-------------------- | ||
|
||
|
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
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
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,12 +1,13 @@ | ||
Sphinx==1.6.3 | ||
babel==2.5.0 | ||
Sphinx==1.6.4 | ||
babel==2.5.1 | ||
check-manifest==0.35 | ||
flake8==3.4.1 | ||
git+https://github.com/nicfit/gitchangelog.git | ||
ipdb==0.10.3 | ||
pip-tools==1.9.0 | ||
pip-tools==1.10.1 | ||
pss==1.41 | ||
pyaml==17.8.0 | ||
tox==2.8.2 | ||
sphinx_rtd_theme==0.2.4 | ||
tox==2.9.0 | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ test: | |
|
||
dev: | ||
- Sphinx | ||
- sphinx_rtd_theme | ||
- babel | ||
- check-manifest | ||
- flake8 | ||
|
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,6 +1,6 @@ | ||
babel==2.5.0 | ||
babel==2.5.1 | ||
pytest==3.2.2 | ||
pytest-asyncio==0.7.0 | ||
pytest-asyncio==0.8.0 | ||
pytest-cov==2.5.1 | ||
pytest-curio==0.1.0 | ||
pytest-runner==2.12.1 |
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