Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 14, 2020

Bumps pyapp from 4.3.0 to 4.4.0.

Release notes

Sourced from pyapp's releases.

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 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.

Release 4.4.0b3

Changelog

Sourced from pyapp's changelog.

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 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.

Commits
  • 5303ee7 Merge branch 'release/4.4'
  • 075fb78 Fix pylint issues
  • 7e3c25e Bump version to 4.4.0
  • 3cf9b6d Merge branch 'development' into release/4.4
  • 65453cb Merge pull request #66 from pyapp-org/dependabot/pip/pytest-cov-2.10.1
  • fc35b53 Merge pull request #69 from pyapp-org/bugfix/events-callbacks_do_not_work_wit...
  • 5c9b246 Lock updates
  • a4469e7 Add check to check if slots is defined.
  • a61617a Bump pytest-cov from 2.10.0 to 2.10.1
  • b79b9a1 Merge branch 'release/4.4' into development
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Sep 14, 2020
@codecov
Copy link

codecov bot commented Sep 14, 2020

Codecov Report

Merging #7 into development will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##           development        #7   +/-   ##
=============================================
  Coverage       100.00%   100.00%           
=============================================
  Files                4         4           
  Lines               34        34           
=============================================
  Hits                34        34           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6d16c90...accccce. Read the comment docs.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 30, 2021

Superseded by #35.

@dependabot dependabot bot closed this Aug 30, 2021
@dependabot dependabot bot deleted the dependabot/pip/pyapp-4.4.0 branch August 30, 2021 09: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.

2 participants