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 pyapp from 4.3.0 to 4.7.2 #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 10, 2022

Bumps pyapp from 4.3.0 to 4.7.2.

Release notes

Sourced from pyapp's releases.

Release 4.7.2

No release notes provided.

Release 4.7.1

No release notes provided.

Release 4.7.0

No release notes provided.

Release 4.6.0

No release notes provided.

Release 4.4.0

This release covers a lot of new ground with features to simplify CLI development and bring pyApp to scripts both large and small.

Features

  • Delayed logging on startup, initial log messages are stored (critical messages are still displayed) to allow for logging to be configured before the stored messages are replayed for the now active logger. This also opens up the option of file only based logging.

  • Command signature can now accept the Optional values for both positional are optional arguments, this allows for optional positional arguments.

  • Argument grouping support enable, with builtin CLI commands grouped.

  • Single file scripts. A single script can now be used with pyApp, allowing even quick scripts to take advantage of pyApp features and extensions.

  • Command signature generation. CLI arguments are generated from the arguments signature of the command function.

  • Improvements to checks to handle unexpected exceptions. Rather than checks outright failing errors are caught and reported along with a stack trace.

  • Switch to using poetry

Bug fixes

  • Custom logging configuration was not being applied for logging defined in settings

  • Using an _ in a positional argument signature caused an exception in argparse

  • Positional arguments caused an exception in argparse, a entire new suit of tests was added to address this issue.

... (truncated)

Changelog

Sourced from pyapp's changelog.

4.7.2

Changes

  • Fix feature_flags.if_enabled to ensure doc string and function name are passed to the decorator wrapper.

4.7.1

Changes

  • Improve the settings reset to properly apply the base-settings after reset. These are the basic settings required for the application to operate correctly.

4.7.0

Features

  • Add reset option to settings modify context to allow settings to be completely cleared during testing. This is particularly useful for testing CLI methods.

4.6.0

Features

  • Builtin feature flags support for enabling functionality at runtime

Changes

  • Change to initial logger so early log commands are replayed to the entire logging framework after logging has been configured. This could cause initial log messages to be displayed subtly different however log messages will follow the rules defined in your logging configuration.

4.5.0

... (truncated)

Commits
  • ae99faf Merge pull request #162 from pyapp-org/development
  • 4db5ebd Correct an odd quirk in parser behaviour
  • c9c25c6 Add python 3.10 to build tests correct pre-commit checks
  • 56b40a7 Merge pull request #161 from pyapp-org/bugfix/feture-flag-wrapped
  • 4568566 Bump version and re-lock
  • 83265d8 Ensure wrapper is setup correctly
  • 17d103a Merge pull request #159 from pyapp-org/development
  • 0fda360 Merge pull request #158 from pyapp-org/feature/better-handle-base-settings
  • 6ec3fd4 Update version and history
  • 46ec4a9 Improve reset settings to better restore and to properly re-initialise settin...
  • 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)

Bumps [pyapp](https://github.com/pyapp-org/pyapp) from 4.3.0 to 4.7.2.
- [Release notes](https://github.com/pyapp-org/pyapp/releases)
- [Changelog](https://github.com/pyapp-org/pyapp/blob/development/HISTORY)
- [Commits](pyapp-org/pyapp@4.3.0...4.7.2)

---
updated-dependencies:
- dependency-name: pyapp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 10, 2022
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
Development

Successfully merging this pull request may close these issues.

None yet

1 participant