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-auth-library-python-oauthlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.2
Choose a base ref
...
head repository: googleapis/google-auth-library-python-oauthlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.3
Choose a head ref
  • 14 commits
  • 23 files changed
  • 8 contributors

Commits on Jul 23, 2022

  1. chore: use latest post processor image (#214)

    * chore(python): drop python 3.6
    
    Source-Link: googleapis/synthtool@4f89b13
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:e7bb19d47c13839fe8c147e50e02e8b6cf5da8edd1af8b82208cd6f66cc2829c
    
    * revert
    
    * revert
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people authored Jul 23, 2022
    Configuration menu
    Copy the full SHA
    c09b287 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. chore(python): fix prerelease session [autoapprove] (#217)

    Source-Link: googleapis/synthtool@1b9ad76
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:9db98b055a7f8bd82351238ccaacfd3cda58cdf73012ab58b8da146368330021
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    8e8d73a View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. chore(deps): update actions/setup-python action to v4 [autoapprove] (#…

    …218)
    
    Source-Link: googleapis/synthtool@8e55b32
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:c6c965a4bf40c19011b11f87dbc801a66d3a23fbc6704102be064ef31c51f1c3
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    04294ce View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. chore: Add Auth team to code owners (#219)

    * chore: Add Auth team to code owners
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    sai-sunder-s and gcf-owl-bot[bot] authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    d15eeb2 View commit details
    Browse the repository at this point in the history
  2. chore: Add google-apis-auth-team as a codeowner. (#220)

    * chore: Add google-apis-auth-team as a codeowner.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    clundin25 and gcf-owl-bot[bot] authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    0ec54e6 View commit details
    Browse the repository at this point in the history
  3. local server bind address (#202)

    This PR adds the bind_addr parameter to run_local_server. When using localhost inside of a container this is needed to allow the redirect server to bind to an address to which response will return. In a container this address is not the same as the host address of localhost.
    
    - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-auth-library-python-oauthlib/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [x] Ensure the tests and linter pass
    - [x] Code coverage does not decrease (if any source code was changed)
    - [x] Appropriate docs were updated (if necessary)
    
    Fixes #201 🦕
    gilesknap authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    b081043 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. fix: Pass port range from get_user_credentials to find_open_port (#…

    …212)
    
    * Port range now passed in
    Viicos authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    479330a View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. chore: remove 'pip install' statements from python_library templates …

    …[autoapprove] (#223)
    
    Source-Link: googleapis/synthtool@1f37ce7
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:8e84e0e0d71a0d681668461bba02c9e1394c785f31a10ae3470660235b673086
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    b967c31 View commit details
    Browse the repository at this point in the history
  2. chore(python): exclude path in renovate.json [autoapprove] (#224)

    Source-Link: googleapis/synthtool@69fabae
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:562802bfac02e012a6ac34eda282f81d06e77326b82a32d7bbb1369ff552b387
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    c774b39 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. chore(python): exclude grpcio==1.49.0rc1 in tests (#227)

    Source-Link: googleapis/synthtool@c4dd595
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:ce3c1686bc81145c81dd269bd12c4025c6b275b22d14641358827334fddb1d72
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    0a12fd0 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. ci(python): fix path to requirements.txt in release script (#229)

    Source-Link: googleapis/synthtool@fdba3ed
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:1f0dbd02745fb7cf255563dab5968345989308544e52b7f460deadd5e78e63b0
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    5e58386 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. chore(python): update .kokoro/requirements.txt (#230)

    Source-Link: googleapis/synthtool@703554a
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:94961fdc5c9ca6d13530a6a414a49d2f607203168215d074cdb0a1df9ec31c0b
    gcf-owl-bot[bot] authored Sep 2, 2022
    Configuration menu
    Copy the full SHA
    997fb30 View commit details
    Browse the repository at this point in the history
  2. chore(python): exclude setup.py in renovate config (#231)

    Source-Link: googleapis/synthtool@56da63e
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:993a058718e84a82fda04c3177e58f0a43281a996c7c395e0a56ccc4d6d210d7
    gcf-owl-bot[bot] authored Sep 2, 2022
    Configuration menu
    Copy the full SHA
    d8a4a4c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Configuration menu
    Copy the full SHA
    f9fd441 View commit details
    Browse the repository at this point in the history
Loading