Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Oct 22, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
decorator ==4.4.2 -> ==5.1.1 age adoption passing confidence

Release Notes

micheles/decorator (decorator)

v5.1.1

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.

v5.1.0

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.

v5.0.9

Compare Source

Fixed a test breaking PyPy. Restored support for Sphinx.

v5.0.8

Compare Source

Made the decorator module more robust when decorating builtin functions
lacking dunder attributes, like dict.__setitem__.

v5.0.7

Compare Source

The decorator module was not passing correctly the defaults inside the
*args tuple, thanks to Dan Shult for the fix. Also fixed some misspellings
in the documentation and integrated codespell in the CI, thanks to
Christian Clauss.

v5.0.6

Compare Source

The decorator module was not copying the module attribute anymore.
Thanks to Nikolay Markov for the notice.

v5.0.5

Compare Source

Dropped support for Python < 3.5 with a substantial simplification of
the code base (now building a decorator does not require calling "exec").
Added a way to mimic functools.wraps-generated decorators.
Ported the Continuous Integration from Travis to GitHub.


Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from billsioros as a code owner October 22, 2023 01:01
@renovate renovate bot added the 🎲 dependencies Working on dependencies label Oct 22, 2023
@stale
Copy link

stale bot commented Oct 29, 2023

This issue has been marked stale, as it had no activity in the last 7 days. If the issue remains stale for an additional 7 days (a total of two weeks with no activity), it will be automatically closed.

@stale stale bot added the 💀 stale This had no recent activity label Oct 29, 2023
@stale
Copy link

stale bot commented Nov 6, 2023

Closing the issue due to inactivity.

@stale stale bot closed this Nov 6, 2023
@renovate
Copy link
Author

renovate bot commented Nov 6, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x releases. But if you manually upgrade to 5.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/decorator-5.x branch November 6, 2023 05:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🎲 dependencies Working on dependencies 💀 stale This had no recent activity

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant