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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update decorator to 4.2.0 #196

Closed
wants to merge 1 commit into from

Conversation

pyup-bot
Copy link
Collaborator

There's a new version of decorator available.
You are currently using 4.0.10. I have updated it to 4.2.0

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

Changelog

4.2.0

Added a facility to define families of decorators (aka decorators with
arguments) as requested by several users. Accepted a pylint patch by
David Allouche.

4.1.2

Made it possible to define decorators converting coroutines into regular
functions, as requested by Itaï Ben Yaacov.

4.1.1

Changed the documentation build system to sphinx and uploaded the docs
on readthedocs.org.

4.1.0

Support for Python 3.5 coroutines defined with async def, thanks to
Victor-Nicolae Savu who raised the issue of iscoroutinefunction not
giving the right answer for coroutines decorated with the decorator module.

4.0.11

Small improvements to the documentation and tested with Python 3.6

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

Happy merging! 🤖

@pyup-bot
Copy link
Collaborator Author

Closing this in favor of #197

@pyup-bot pyup-bot closed this Jan 14, 2018
@eranrund eranrund deleted the pyup-update-decorator-4.0.10-to-4.2.0 branch January 14, 2018 11:07
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.

1 participant