Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python312-pydata-google-auth-1.8.2-2.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python312-pydata-google-auth Distribution: openSUSE:Factory:zSystems
Version: 1.8.2 Vendor: openSUSE
Release: 2.1 Build date: Fri Mar 22 21:24:45 2024
Group: Development/Languages/Python Build host: reproducible
Size: 89034 Source RPM: python-pydata-google-auth-1.8.2-2.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/pydata/pydata-google-auth
Summary: PyData helpers for authenticating to Google APIs
PyData-Google-Auth is a package providing helpers for authenticating
to Google APIs.

Provides

Requires

License

BSD-3-Clause

Changelog

* Fri Mar 22 2024 Ben Greiner <code@bnavigator.de>
  - 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 <mcepl@cepl.eu>
  - Clean up the SPEC file
* Thu Oct 19 2023 Markéta Machová <mmachova@suse.com>
  - 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 <mcalabkova@suse.com>
  - 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 <tchvatal@suse.com>
  - Fix build without python2
* Mon Feb 10 2020 Todd R <toddrme2178@gmail.com>
  - Update to 0.3.0
    * Add python -m pydata_google_auth CLI for working with user credentials
* Thu Jan 30 2020 Todd R <toddrme2178@gmail.com>
  - 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 <toddrme2178@gmail.com>
  - Initial version

Files

/usr/lib/python3.12/site-packages/pydata_google_auth
/usr/lib/python3.12/site-packages/pydata_google_auth-1.8.2.dist-info
/usr/lib/python3.12/site-packages/pydata_google_auth-1.8.2.dist-info/AUTHORS.md
/usr/lib/python3.12/site-packages/pydata_google_auth-1.8.2.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/pydata_google_auth-1.8.2.dist-info/LICENSE.txt
/usr/lib/python3.12/site-packages/pydata_google_auth-1.8.2.dist-info/METADATA
/usr/lib/python3.12/site-packages/pydata_google_auth-1.8.2.dist-info/RECORD
/usr/lib/python3.12/site-packages/pydata_google_auth-1.8.2.dist-info/REQUESTED
/usr/lib/python3.12/site-packages/pydata_google_auth-1.8.2.dist-info/WHEEL
/usr/lib/python3.12/site-packages/pydata_google_auth-1.8.2.dist-info/top_level.txt
/usr/lib/python3.12/site-packages/pydata_google_auth/__init__.py
/usr/lib/python3.12/site-packages/pydata_google_auth/__main__.py
/usr/lib/python3.12/site-packages/pydata_google_auth/__pycache__
/usr/lib/python3.12/site-packages/pydata_google_auth/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pydata_google_auth/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/pydata_google_auth/__pycache__/__main__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pydata_google_auth/__pycache__/__main__.cpython-312.pyc
/usr/lib/python3.12/site-packages/pydata_google_auth/__pycache__/_version.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pydata_google_auth/__pycache__/_version.cpython-312.pyc
/usr/lib/python3.12/site-packages/pydata_google_auth/__pycache__/_webserver.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pydata_google_auth/__pycache__/_webserver.cpython-312.pyc
/usr/lib/python3.12/site-packages/pydata_google_auth/__pycache__/auth.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pydata_google_auth/__pycache__/auth.cpython-312.pyc
/usr/lib/python3.12/site-packages/pydata_google_auth/__pycache__/cache.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pydata_google_auth/__pycache__/cache.cpython-312.pyc
/usr/lib/python3.12/site-packages/pydata_google_auth/__pycache__/exceptions.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pydata_google_auth/__pycache__/exceptions.cpython-312.pyc
/usr/lib/python3.12/site-packages/pydata_google_auth/_version.py
/usr/lib/python3.12/site-packages/pydata_google_auth/_webserver.py
/usr/lib/python3.12/site-packages/pydata_google_auth/auth.py
/usr/lib/python3.12/site-packages/pydata_google_auth/cache.py
/usr/lib/python3.12/site-packages/pydata_google_auth/exceptions.py
/usr/share/doc/packages/python312-pydata-google-auth
/usr/share/doc/packages/python312-pydata-google-auth/README.rst
/usr/share/licenses/python312-pydata-google-auth
/usr/share/licenses/python312-pydata-google-auth/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Apr 29 23:40:03 2024