Skip to content
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

Bump gbulb from 0.6.4 to 0.6.5 in /pyinstaller #329

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 6, 2024

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 <dependency name> 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](https://github.com/beeware/gbulb) from 0.6.4 to 0.6.5.
- [Release notes](https://github.com/beeware/gbulb/releases)
- [Changelog](https://github.com/beeware/gbulb/blob/main/CHANGELOG.rst)
- [Commits](beeware/gbulb@v0.6.4...v0.6.5)

---
updated-dependencies:
- dependency-name: gbulb
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 6, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 13, 2024

Superseded by #336.

@dependabot dependabot bot closed this Sep 13, 2024
@dependabot dependabot bot deleted the dependabot/pip/pyinstaller/gbulb-0.6.5 branch September 13, 2024 14:15
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants