stashy icon indicating copy to clipboard operation
stashy copied to clipboard

Bump decorator from 5.0.9 to 5.1.1

Open dependabot[bot] opened this issue 3 years ago • 0 comments

Bumps decorator from 5.0.9 to 5.1.1.

Changelog

Sourced from decorator's changelog.

5.1.1 (2022-01-07)

Sangwoo Shim contributed a fix so that cythonized functions can be decorated. Brian McFee pointed out an issue in the decorator_apply example and Wim Glenn pointed out that the "fix" in version 5.1 broke decorator.contextmanager even more. Both issues are now solved.

5.1.0 (2021-09-11)

Added a function decoratorx using the FunctionMaker and thus preserving the signature of __code__ objects. Then fixed three small bugs:

  • Sphinx was printing a few warnings when building the documentation, as signaled by Tomasz Kłoczko
  • functions decorated with decorator.contextmanager were one-shot, as discovered by Alex Pizarro.
  • decorator.decorator was not passing the kwsyntax argument.
Commits
  • ad013a2 Updated changelog and bumped version to 5.1.1
  • 5a20232 Fixed implementation of decorator_apply
  • 9cf8151 Merge pull request #137 from borishim/master
  • 5478aa3 Check with inspect.routine()
  • d5d65ad Merge branch 'master' of github.com:micheles/decorator
  • baf1297 Fixed the ContextManager
  • f3daf42 Merge pull request #135 from arthurzam/master
  • a3a8c1d setup.cfg: Replace dashes with underscores
  • d37eebc Merge pull request #134 from hugovk/master
  • 7002507 Add support for Python 3.10
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Jan 07 '22 13:01 dependabot[bot]