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

Bump makefun from 1.9.4 to 1.11.2 #51

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 18, 2021

Bumps makefun from 1.9.4 to 1.11.2.

Release notes

Sourced from makefun's releases.

1.11.2 - bugfix with chained @wraps

  • Fixed issue where @wraps does not remove the __wrapped__ attribute when it wraps an already-wrapped function, and modifies its signature. Fixes #66

See documentation page for details.

1.11.1 - bugfix

  • Fixed a bug happening when trying to generate a function where float('inf') is used as a default value. Fixes #63.

See documentation page for details.

1.11.0 - partial bugfixes and improvements + new wraps parameters

  • @wraps now has new arguments prepend_arg and append_arg to quickly prepend or append a new parameter to a function signature. Fixes #65

  • add_signature_parameters can now receive string parameter names in its first and last arguments.

  • Improved generated docstring for partial with better support for preset positional args.

  • partial's behaviour is now aligned with the one in functools.partial in terms of arguments order and kind. Fixes #64

  • Bug fix: passing preset positional arguments to partial does not wipe out the rest of the signature any more. Fixes #62

See documentation page for details.

1.10.2 - Github actions test

  • Technical release: validation of the new github actions workflow.

See documentation page for details.

1.10.1 - Github actions migration

  • Technical release: validation of the new github actions workflow for PyPi deployment.

See documentation page for details.

1.10.0 - Removing arguments easily in @wraps

  • @wraps now offers a remove_params argument allowing one to remove an argument from the exposed signature, typically to create and inject it in the wrapper. Fixes #60

See documentation page for details.

1.9.5 - Bugfix with partial when f has no args

  • partial can now be used to create a copy of a function with no args. Fixed ValueError: Cannot preset 0 positional args, function case_second has only 0 args.. Fixed #59

See documentation page for details.

Changelog

Sourced from makefun's changelog.

1.11.2 - bugfix with chained @wraps

  • Fixed issue where @wraps does not remove the __wrapped__ attribute when it wraps an already-wrapped function, and modifies its signature. Fixes #66

1.11.1 - bugfix

  • Fixed a bug happening when trying to generate a function where float('inf') is used as a default value. Fixes #63.

1.11.0 - partial bugfixes and improvements + new wraps parameters

  • @wraps now has new arguments prepend_arg and append_arg to quickly prepend or append a new parameter to a function signature. Fixes #65

  • add_signature_parameters can now receive string parameter names in its first and last arguments.

  • Improved generated docstring for partial with better support for preset positional args.

  • partial's behaviour is now aligned with the one in functools.partial in terms of arguments order and kind. Fixes #64

  • Bug fix: passing preset positional arguments to partial does not wipe out the rest of the signature any more. Fixes #62

1.10.2 - Github actions test

  • Technical release: validation of the new github actions workflow.

1.10.1 - Github actions migration

  • Technical release: validation of the new github actions workflow for PyPi deployment.

1.10.0 - Removing arguments easily in @wraps

  • @wraps now offers a remove_params argument allowing one to remove an argument from the exposed signature, typically to create and inject it in the wrapper. Fixes #60

1.9.5 - Bugfix with partial when f has no args

  • partial can now be used to create a copy of a function with no args. Fixed ValueError: Cannot preset 0 positional args, function case_second has only 0 args.. Fixed #59
Commits
  • c537e12 1.11.2 changelog
  • 95c63d0 Fixed issue where @wraps does not remove the __wrapped__ attribute when i...
  • 0479367 noxfile more generic now
  • 9ae6264 1.11.1 changelog
  • 96a3e8f Fixed a bug happening when trying to generate a function where float('inf')...
  • d90149d Edited documentation for @wraps
  • fe32cf4 Fixed syntax highlighting in generated documentation
  • ee9b6ba Readme updated + Minor noxfile edits
  • d3166dd Fixed python 2 test
  • ab1aba5 1.11.0 changelog
  • 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 @github
Copy link
Author

dependabot bot commented on behalf of github Mar 18, 2021

Dependabot tried to add @frankie567 as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/JeffreyThijs/fastapi-users/pulls/51/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the JeffreyThijs/fastapi-users repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 18, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 9, 2021

Superseded by #61.

@dependabot dependabot bot closed this Apr 9, 2021
@dependabot dependabot bot deleted the dependabot/pip/makefun-1.11.2 branch April 9, 2021 04:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
0 participants