Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nicfit.py to 0.6.3 #65

Merged
merged 3 commits into from
Sep 3, 2017
Merged

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Sep 3, 2017

There's a new version of nicfit.py available.
You are currently using 0.6.2. I have updated it to 0.6.3

These links might come in handy: PyPI | Changelog | Repo

Changelog

0.6.3


New

- :class:`nicfit.Config` has two new keyword args. ``touch=True`` to create
 default configs that do not exist and ``mode=int`` to set the file's perms.
- :class:`nicfit.ConfigOpts` has two new member ``extra_config_opts`` to enable
 passing additional kwargs when constructiong the ConfigClass.
 default configs that do not exist and ``mode=int`` to set the file's perms.
- :meth:`nicfit.Config.getlist` - Returns a list splitting on '\n' and ','
- New :class:`nicfit.logger.FileConfig` and :class:`nicfit.logger.DictConfig`
 classes for create default logging configs for root and package loggers.
- :class:`nicfit.Command` will create its own ArgumentParser if not
 provided a subparser. This makes the API usable for top-level commands.
- [cookiecutter] pytest-asyncio package is added as a dependency when the
 app type is asyncio.
- [cookiecutter] PyPy and PyPy3 cookiecutter options.
- [cookiecutter] Added ``pss`` and ``pyaml`` to dev requirements.

Fix

- Clean up cookiecutter temp dir.

Deprecation

- :func:`nicfit.logger.LOGGING_CONFIG` deprecated in favor of
 :class:`nicfit.logger.FileConfig`

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 馃

@coveralls
Copy link

coveralls commented Sep 3, 2017

Coverage Status

Coverage remained the same at 15.196% when pulling 772c570 on pyup-update-nicfit.py-0.6.2-to-0.6.3 into 74e5bb7 on master.

@nicfit nicfit merged commit 043cd81 into master Sep 3, 2017
@nicfit nicfit deleted the pyup-update-nicfit.py-0.6.2-to-0.6.3 branch September 3, 2017 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants