- Notifications
You must be signed in to change notification settings - Fork85
Comparing changes
Open a pull request
base repository:googleapis/google-auth-library-python-oauthlib
Uh oh!
There was an error while loading.Please reload this page.
base:v1.2.1
head repository:googleapis/google-auth-library-python-oauthlib
Uh oh!
There was an error while loading.Please reload this page.
compare:v1.2.2
- 15commits
- 30files changed
- 11contributors
Commits on Jul 9, 2024
fix: do not include docs/conf.py & scripts in wheel (#328)
Co-authored-by: Carl Lundin <108372512+clundin25@users.noreply.github.com>Co-authored-by: arithmetic1728 <58957152+arithmetic1728@users.noreply.github.com>
chore(python): use python 3.10 for docs build (#366)
Source-Link:googleapis/synthtool@9ae0785Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:52210e0e0559f5ea8c52be148b33504022e1faef4e95fbe4b32d68022af2fa7eCo-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>Co-authored-by: arithmetic1728 <58957152+arithmetic1728@users.noreply.github.com>
Commits on Aug 26, 2024
chore(python): fix docs build (#369)
Source-Link:googleapis/synthtool@bef813dPost-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:94bb690db96e6242b2567a4860a94d48fa48696d092e51b0884a1a2c0a79a407Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Commits on Sep 17, 2024
build(python): release script update (#373)
* build(python): release script updateSource-Link:googleapis/synthtool@71a7297Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:e8dcfd7cbfd8beac3a3ff8d3f3185287ea0625d859168cc80faccfc9a7a00455* Seegoogleapis/synthtool#2008---------Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Commits on Oct 29, 2024
chore: update templated files (#376)
* Update .OwlBot.lock.yaml* 🦉 Updates from OwlBot post-processorSeehttps://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>
Commits on Nov 14, 2024
chore(python): update dependencies in .kokoro/docker/docs (#380)
Source-Link:googleapis/synthtool@59171c8Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:2ed982f884312e4883e01b5ab8af8b6935f0216a5a2d82928d273081fc3be562Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Commits on Nov 15, 2024
chore(deps): update all dependencies (#382)
* chore(deps): update all dependencies* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* revert* Seegoogleapis/synthtool#1910* fix syntax---------Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Commits on Jan 3, 2025
chore(python): Update the python version in docs presubmit to use 3.10 (
#387)Source-Link:googleapis/synthtool@de3def6Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:a1c5112b81d645f5bbc4d4bbc99d7dcb5089a52216c0e3fb1203a0eeabadd7d5Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Commits on Feb 11, 2025
chore: check if port is in use before returning the port to start a n…
…ew server. (#394)* fix flaky tests* fix formatting changes
Commits on Mar 3, 2025
chore(python): conditionally load credentials in .kokoro/build.sh (#398)
Source-Link:googleapis/synthtool@aa69fb7Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f016446d6e520e5fb552c45b110cba3f217bffdd3d06bdddd076e9e6d13266cfCo-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Commits on Mar 20, 2025
Commits on Apr 1, 2025
fix: Let OS select an available port when running TestInstalledAppFlow (
#407)tests.unit.test_flow.TestInstalledAppFlow attempts to create a newserver at the specified host:port. New server creation occasionallyresults in 'address already in use' because the socket will beunavailable for a period of time after the socket is closed, resultingin flaky test failures.Work around this in the tests by letting the OS pick an available port each time.Fixes#381
Commits on Apr 22, 2025
chore(main): release 1.2.2 (#368)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v1.2.1...v1.2.2
Uh oh!
There was an error while loading.Please reload this page.