Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/google-api-python-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.1
Choose a base ref
...
head repository: googleapis/google-api-python-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.2
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 4, 2021

  1. fix: Include discovery artifacts in published package (#1221)

    Fixes #1214  🦕
    
    I was able to re-create the issue by using the following steps.
    1) Create a clean `pyenv` environment
    2) Download google-api-python-client-2.0.1 from PyPi [here](https://files.pythonhosted.org/packages/dc/67/a228c05a28288fdfde6e8c1a27a62e10ee265664c0f1d59070e6e0dc6242/google-api-python-client-2.0.1.tar.gz) and unzip it
    3) Install it using `pip install <Unzipped Directory>`
    4) Confirm `discovery.build()` fails on any call
    
    To Verify the fix, repeat the steps above, but apply the update in this PR prior to installing the library.
    parthea authored Mar 4, 2021
    Configuration menu
    Copy the full SHA
    ad618d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9f1d0b View commit details
    Browse the repository at this point in the history
Loading