Skip to content

Bump pyapp from 4.3.0 to 4.7.0 #29

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 20, 2022

Bumps pyapp from 4.3.0 to 4.7.0.

Release notes

Sourced from pyapp's releases.

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.

Release 4.4.0b4

Enhancements for the 4.4 release. This includes a feature request regarding how logging is enabled and configured, this also allows for coloured logging to be properly applied.

  • 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

... (truncated)

Changelog

Sourced from pyapp's changelog.

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

Features

  • Add TOML support for remote configuration.

Security Updates

  • By default require TLS 1.2 for HTTPS connections to fetch remote configuration.

4.4.0

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

... (truncated)

Commits
  • 52145e1 Merge pull request #154 from pyapp-org/release/4.7.0
  • af52361 Merge pull request #157 from pyapp-org/development
  • a5ceac2 Merge pull request #156 from pyapp-org/dependabot/pip/babel-2.9.1
  • 5cf482d Merge pull request #155 from pyapp-org/dependabot/pip/urllib3-1.26.5
  • 0044237 Bump babel from 2.9.0 to 2.9.1
  • e7d9109 Bump urllib3 from 1.26.4 to 1.26.5
  • dcdcbe4 Merge pull request #153 from pyapp-org/feature/reset-settings
  • 211637d Update docs for testing a CLI
  • 3de8664 Update version number and history
  • af7b18a Update report to use new settings.keys
  • 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.0.
- [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.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 20, 2022
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 21, 2022

Superseded by #30.

@dependabot dependabot bot closed this Apr 21, 2022
@dependabot dependabot bot deleted the dependabot/pip/pyapp-4.7.0 branch April 21, 2022 00:02
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.

1 participant