ublue-os / yafti

This application is responsible for installing Flatpaks on first boot after a user finishes installation. It is intended as a replacement for custom zenity dialogs.
Apache License 2.0
53 stars 14 forks source link

chore(deps): bump gbulb from 0.6.4 to 0.6.5 #233

Open dependabot[bot] opened 2 months ago

dependabot[bot] commented 2 months ago

Bumps gbulb from 0.6.4 to 0.6.5.

Release notes

Sourced from gbulb's releases.

v0.6.5

Features

  • Support for driving BufferedProtocol instances using sock_recv_into was added. (#58)
  • Support for Python 3.12 was added. (#76)
  • Support for Python 3.13 was added. (#76)

Bugfixes

  • Support for using a generator as a co-routine has been removed, in line with the change in behavior in Python 3.12. Python 3.11 and earlier will still support this usage, but it is no longer verified as part of GBulb. (#78)

Backward Incompatible Changes

  • Support for Python 3.7 was removed. (#137)

Documentation

  • The README badges were updated to display correctly on GitHub. (#136)

Misc

Changelog

Sourced from gbulb's changelog.

0.6.5 (2024-05-05)

Features

  • Support for driving BufferedProtocol instances using sock_recv_into was added. ([#58](https://github.com/beeware/gbulb/issues/58) <https://github.com/beeware/briefcase/issues/58>__)
  • Support for Python 3.12 was added. ([#76](https://github.com/beeware/gbulb/issues/76) <https://github.com/beeware/briefcase/issues/76>__)
  • Support for Python 3.13 was added. ([#76](https://github.com/beeware/gbulb/issues/76) <https://github.com/beeware/briefcase/issues/76>__)

Bugfixes

  • Support for using a generator as a co-routine has been removed, in line with the change in behavior in Python 3.12. Python 3.11 and earlier will still support this usage, but it is no longer verified as part of GBulb. ([#78](https://github.com/beeware/gbulb/issues/78) <https://github.com/beeware/briefcase/issues/78>__)

Backward Incompatible Changes

  • Support for Python 3.7 was removed. ([#137](https://github.com/beeware/gbulb/issues/137) <https://github.com/beeware/briefcase/issues/137>__)

Documentation

  • The README badges were updated to display correctly on GitHub. ([#136](https://github.com/beeware/gbulb/issues/136) <https://github.com/beeware/briefcase/issues/136>__)

Misc

Commits
  • cce40f6 Add release notes for v0.6.5
  • a2304bd Merge pull request #60 from ntninja/feat-buffered-protocols
  • 5f81bc2 Removed a Python 3.7 compatibility shim.
  • 5ce27ae Add protection against closed sockets.
  • ce7837e Modify the changenote to reference the underlying issue.
  • 0abb1d3 Merge branch 'main' into feat-buffered-protocols
  • c1e8dc3 Merge pull request #137 from beeware/py312-compat
  • 7e88beb Actually test on tox -e py
  • db64356 Add removal note on 3.7 support.
  • c45a4e1 Add changenotes.
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)