Skip to content

build(deps): bump gdbgui from 0.14.0.2 to 0.15.1.0 #87

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 Jun 23, 2022

Bumps gdbgui from 0.14.0.2 to 0.15.1.0.

Release notes

Sourced from gdbgui's releases.

0.15.1.0

What's Changed

New Contributors

Full Changelog: cs01/gdbgui@v0.15.0.1...v0.15.1.0

v0.15.0.1

This release has no changes to features or usability. The only change is to include a file used by other package maintainers.

  • Include all files needed to rebuild from source (#403)

v0.15.0.0

This release is focused mostly on Python 3.9 compatibility and updating dependencies

  • Support only Python 3.9 (though other Python versions may still work)
  • Build gdbgui as a pex executable.
    • These are executable Python environments that are self-contained with the exception of requiring a specific Python version installed in the environment running the executable. The pex executables should have better compatibility than PyInstaller executables, which sometimes have missing shared libraries depending on the operating system.
  • Use only the threading async model for flask-socketio. No longer support gevent or eventlet.
  • [bugfix] Catch exception if gdb used in tty window crashes instead of gdbgui crashing along with it
  • Disable pagination in gdb tty by default. It can be turned back on with set pagination on.
  • Upgrade various dependencies for both the backend and frontend (Python and JavaScript)
  • Display gdbgui version in "about" and "session information"
Changelog

Sourced from gdbgui's changelog.

0.15.1.0

  • Compatibility with Werkzeug 2.1. Use the eventlet server instead of the Werkzeug development server.
  • Use pinned requirements instead of abstract requirements to ensure reproducability of pip installs

0.15.0.1

This release has no changes to features or usability. The only change is to include a file used by other package maintainers.

  • Include all files needed to rebuild from source (#403)

0.15.0.0

This release is focused mostly on Python 3.9 compatibility and updating dependencies

  • Support only Python 3.9 (though other Python versions may still work)
  • Build gdbgui as a pex executable.
    • These are executable Python environments that are self-contained with the exception of requiring a specific Python version installed in the environment running the executable. The pex executables should have better compatibility than PyInstaller executables, which sometimes have missing shared libraries depending on the operating system.
  • Use only the threading async model for flask-socketio. No longer support gevent or eventlet.
  • [bugfix] Catch exception if gdb used in tty window crashes instead of gdbgui crashing along with it
  • Disable pagination in gdb tty by default. It can be turned back on with set pagination off.
  • Upgrade various dependencies for both the backend and frontend (Python and JavaScript)
  • Display gdbgui version in "about" and "session information"
Commits

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 [gdbgui](https://github.com/cs01/gdbgui) from 0.14.0.2 to 0.15.1.0.
- [Release notes](https://github.com/cs01/gdbgui/releases)
- [Changelog](https://github.com/cs01/gdbgui/blob/master/CHANGELOG.md)
- [Commits](cs01/gdbgui@v0.14.0.2...v0.15.1.0)

---
updated-dependencies:
- dependency-name: gdbgui
  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 Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants