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)
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>__)
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)
Bumps gbulb from 0.6.4 to 0.6.5.
Release notes
Sourced from gbulb's releases.
Changelog
Sourced from gbulb's changelog.
Commits
cce40f6
Add release notes for v0.6.5a2304bd
Merge pull request #60 from ntninja/feat-buffered-protocols5f81bc2
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-protocolsc1e8dc3
Merge pull request #137 from beeware/py312-compat7e88beb
Actually test on tox -e pydb64356
Add removal note on 3.7 support.c45a4e1
Add changenotes.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