Bump google-cloud-pubsub to 2.9.0 (attempt #3)#63911
Merged
Conversation
Contributor
Author
|
I forgot to request that you wipe the existing armv7 wheel! (created on Jan 6th which was not built from source) argh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Third attempt of PR #63493, #63522 to kick off grpcio wheel build.
Once this runs, we'll watch the actions to ensure grpcio is built correctly.
Additional fixes from first attempt:
-Update builder to consider package constraints when skipping binaries (grpc fix) wheels#311 which updates the wheel builder --skip_binary logic to consider package constraints when checking for existing packages, added additional test coverage and was exercised manually
Related to issue #55883, #56669, #59516
Original PR description below:
The primary motivation is to kick off building wheels for grpcio, however there are also many pub/sub related bug fixes since 2.1.0 in September 2020.
googleapis/python-pubsub@v2.1.0...v2.9.0 where notable changes include Graceful streaming pull shutdown (desired by nest and should help with #63206) and flow control improvements.
This also implicitly pulls in GRPC, which has been behind since Aug 2020.
grpc/grpc@v1.31.0...v1.43.0
I've manually tested this with:
google_pubsubnest