-
Notifications
You must be signed in to change notification settings - Fork 83
Comparing changes
Open a pull request
base repository: googleapis/google-auth-library-python-oauthlib
base: v1.2.1
head repository: googleapis/google-auth-library-python-oauthlib
compare: v1.2.2
- 15 commits
- 30 files changed
- 11 contributors
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>
Configuration menu - View commit details
-
Copy full SHA for 78940df - Browse repository at this point
Copy the full SHA 78940dfView commit details -
chore(python): use python 3.10 for docs build (#366)
Source-Link: googleapis/synthtool@9ae0785 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:52210e0e0559f5ea8c52be148b33504022e1faef4e95fbe4b32d68022af2fa7e Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: arithmetic1728 <58957152+arithmetic1728@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 46391a4 - Browse repository at this point
Copy the full SHA 46391a4View commit details
Commits on Aug 26, 2024
-
chore(python): fix docs build (#369)
Source-Link: googleapis/synthtool@bef813d Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:94bb690db96e6242b2567a4860a94d48fa48696d092e51b0884a1a2c0a79a407 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 96472b6 - Browse repository at this point
Copy the full SHA 96472b6View commit details
Commits on Sep 17, 2024
-
build(python): release script update (#373)
* build(python): release script update Source-Link: googleapis/synthtool@71a7297 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:e8dcfd7cbfd8beac3a3ff8d3f3185287ea0625d859168cc80faccfc9a7a00455 * See googleapis/synthtool#2008 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Configuration menu - View commit details
-
Copy full SHA for e4e6768 - Browse repository at this point
Copy the full SHA e4e6768View commit details
Commits on Oct 29, 2024
-
chore: update templated files (#376)
* Update .OwlBot.lock.yaml * 🦉 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>
Configuration menu - View commit details
-
Copy full SHA for f0ea4c3 - Browse repository at this point
Copy the full SHA f0ea4c3View commit details
Commits on Nov 14, 2024
-
chore(python): update dependencies in .kokoro/docker/docs (#380)
Source-Link: googleapis/synthtool@59171c8 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:2ed982f884312e4883e01b5ab8af8b6935f0216a5a2d82928d273081fc3be562 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c220b45 - Browse repository at this point
Copy the full SHA c220b45View commit details
Commits on Nov 15, 2024
-
chore(deps): update all dependencies (#382)
* chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * revert * See googleapis/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>
Configuration menu - View commit details
-
Copy full SHA for 2a561a6 - Browse repository at this point
Copy the full SHA 2a561a6View commit details
Commits on Jan 3, 2025
-
chore(python): Update the python version in docs presubmit to use 3.10 (
#387) Source-Link: googleapis/synthtool@de3def6 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:a1c5112b81d645f5bbc4d4bbc99d7dcb5089a52216c0e3fb1203a0eeabadd7d5 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 780f6a6 - Browse repository at this point
Copy the full SHA 780f6a6View commit details
Commits on Jan 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9c38610 - Browse repository at this point
Copy the full SHA 9c38610View commit details
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
Configuration menu - View commit details
-
Copy full SHA for 9a1dfab - Browse repository at this point
Copy the full SHA 9a1dfabView commit details
Commits on Mar 3, 2025
-
chore(python): conditionally load credentials in .kokoro/build.sh (#398)
Source-Link: googleapis/synthtool@aa69fb7 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f016446d6e520e5fb552c45b110cba3f217bffdd3d06bdddd076e9e6d13266cf Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 63442e9 - Browse repository at this point
Copy the full SHA 63442e9View commit details
Commits on Mar 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for dedc58a - Browse repository at this point
Copy the full SHA dedc58aView commit details
Commits on Mar 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0b962ed - Browse repository at this point
Copy the full SHA 0b962edView commit details
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 new server at the specified host:port. New server creation occasionally results in 'address already in use' because the socket will be unavailable for a period of time after the socket is closed, resulting in flaky test failures. Work around this in the tests by letting the OS pick an available port each time. Fixes #381
Configuration menu - View commit details
-
Copy full SHA for 6060d65 - Browse repository at this point
Copy the full SHA 6060d65View commit details
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>
Configuration menu - View commit details
-
Copy full SHA for cc29cc3 - Browse repository at this point
Copy the full SHA cc29cc3View commit details
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