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.6 in /pyinstaller #336

Merged
merged 2 commits into from
Oct 31, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps gbulb from 0.6.4 to 0.6.6.

Release notes

Sourced from gbulb's releases.

v0.6.6

This will likely be the last release of Gbulb. With the release of PyGObject 3.50.0, PyGObject now has native support for asyncio integration, removing the need for an external asyncio integration.

Bugfixes

  • Unix socket handling was corrected to support changes in Python 3.13. (#176)
  • PyGObject support was pinned to an upper version less than 3.50.0. (#185)

Misc

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.6 (2024-09-13)

Bugfixes

  • Unix socket handling was corrected to support changes in Python 3.13. ([#176](https://github.com/beeware/gbulb/issues/176) <https://github.com/beeware/gbulb/issues/176>__)
  • PyGObject support was pinned to an upper version less than 3.50.0. ([#185](https://github.com/beeware/gbulb/issues/185) <https://github.com/beeware/gbulb/issues/185>__)

Misc

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/gbulb/issues/58>__)
  • Support for Python 3.12 was added. ([#76](https://github.com/beeware/gbulb/issues/76) <https://github.com/beeware/gbulb/issues/76>__)
  • Support for Python 3.13 was added. ([#76](https://github.com/beeware/gbulb/issues/76) <https://github.com/beeware/gbulb/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/gbulb/issues/78>__)

Backward Incompatible Changes

  • Support for Python 3.7 was removed. ([#137](https://github.com/beeware/gbulb/issues/137) <https://github.com/beeware/gbulb/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/gbulb/issues/136>__)

Misc

Commits
  • 6523c74 Add release notes for v0.6.6.
  • 025bfbe Add link to final PyPI release, and update trove classifier.
  • 527e59f Add README header about project archival.
  • 912908c Merge pull request #186 from beeware/pygobject-pin
  • 4a823f7 Add changenote.
  • bd925dc Add an upper pin to pygobject.
  • 6d89b66 Merge pull request #184 from beeware/dependabot/pip/tox-4.18.1
  • 2bc2ac9 Merge pull request #183 from beeware/autoupdates/config-files
  • 3672888 Add changenote. [dependabot skip]
  • 30a0486 Bump tox from 4.18.0 to 4.18.1
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [gbulb](https://github.com/beeware/gbulb) from 0.6.4 to 0.6.6.
- [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.6)

---
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 13, 2024
@jotelha jotelha merged commit 459a760 into master Oct 31, 2024
1 of 3 checks passed
@dependabot dependabot bot deleted the dependabot/pip/pyinstaller/gbulb-0.6.6 branch October 31, 2024 14:01
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.

1 participant