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

py3-grpcio-gcp: Add python multiversion support #34721

Merged
merged 3 commits into from
Nov 25, 2024

Commits on Nov 25, 2024

  1. pip-build-install pipeline: Introduce "source" input variable

    Python modules may be provided in subdirectories of the upstream
    source.
    
    Signed-off-by: dann frazier <[email protected]>
    dannf committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    d01e563 View commit details
    Browse the repository at this point in the history
  2. py3-grpcio-gcp: Build from github repository using py/pip-build-install

    Building from the tarball results in an unusable package because
    the included grpc_gcp_pb2.py is generated from an old protobuf.
    The tarball includes the .proto file we need to generate a new
    one.
    
    Signed-off-by: dann frazier <[email protected]>
    dannf committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    b5298ad View commit details
    Browse the repository at this point in the history
  3. py3-grpcio-gcp: Add python multiversion support

    Signed-off-by: dann frazier <[email protected]>
    dannf committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    be8c0d3 View commit details
    Browse the repository at this point in the history