Changelog for
python311-pydata-google-auth-1.8.2-2.4.noarch.rpm :
* Fri Mar 22 2024 Ben Greiner
- Remove ancient versioneer.py and use system one for Python 3.12 compatibility -- gh#pydata/pydata-google-auth#74
* Thu Oct 19 2023 Matej Cepl - Clean up the SPEC file
* Thu Oct 19 2023 Markéta Machová - Update to 1.8.2
* Adds pydata_google_auth.load_service_account_credentials() function to get service account credentials from the specified JSON path.
* Adds support for Python 3.10.
* Default use_local_webserver to True.
* Adds ability to provide redirect uri.
* Adds decision logic to handle use cases where a user may not have the ability to log in via an Out of Band authentication flow.
* Add optional colab specific ADC- Add no-six.patch to get rid of six dependency
* with backwards compatibility for the upstream
* Mon Jul 13 2020 Marketa Calabkova - Update to 1.1.0
* Try a range of ports between 8080 and 8090 when ``use_local_webserver`` is ``True``. (:issue:`35`)
* Mark package as 1.0, generally available.
* Update introduction with link to instructions on creating a Google Cloud project. (:issue:`18`)
* Mon Apr 20 2020 Tomáš Chvátal - Fix build without python2
* Mon Feb 10 2020 Todd R - Update to 0.3.0
* Add python -m pydata_google_auth CLI for working with user credentials
* Thu Jan 30 2020 Todd R - Update to 0.2.1
* Re-enable ``auth_local_webserver`` in ``default`` method. Show warning, rather than fallback to console.- Update to 0.2.0 + Deprecations
*
*
*Deprecate
*
* ``auth_local_webserver`` argument in favor of ``use_local_webserver`` argument + New Features
* Adds :func:`pydata_google_auth.save_user_credentials` function to get user credentials and then save them to a specified JSON path. + Bug Fixes
* Update OAuth2 token endpoint to latest URI from Google.
* Don\'t raise error when the ``APPDATA`` environment variable isn\'t set on Windows.
* Mon Jul 22 2019 Todd R - Initial version