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

python313-gspread-6.2.1-1.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python313-gspread Distribution: openSUSE Tumbleweed
Version: 6.2.1 Vendor: openSUSE
Release: 1.2 Build date: Mon Sep 29 12:46:20 2025
Group: Unspecified Build host: reproducible
Size: 532375 Source RPM: python-gspread-6.2.1-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/burnash/gspread
Summary: Google Spreadsheets Python API
A Python module to access Google Spreadsheets.

Features
--------

* Google Sheets API v4.
* Open a spreadsheet by its *title*, *url* or *key*.
* Select cells by labels, e.g. 'A1'.
* Extract range, entire row or column values.
* Python 3 support.

Provides

Requires

License

MIT

Changelog

* Mon Sep 29 2025 Dirk Müller <dmueller@suse.com>
  - update to 6.2.1:
    * Fix public API auth snippet
    * Clarify the first step: authentication
    * Fix typo in community.rst
    * rearrange flow to remove reference to creds
    * switch safety for pip-audit
    * Include the duplicate column names in error message
    * Add property expiry in gspread client
    * Bump typing-extensions from 4.11.0 to 4.12.0
    * Fix code block formatting typo in README
    * Type part of test suite utils
    * Remove passing exception as args to super in APIError
    * Fix docstring about BackOffHTTPClient
    * Fix comment to reflect correct google-auth package version
      requirement
    * Doc/community addons orm package
    * fix: fix type annotation for default_blank
    * Bump mypy from 1.11.1 to 1.11.2
    * better handler API error parsing.
    * Add test on receiving an invalid JSON in the APIError
      exception handler.
    * [feature] Add 'expand_table' feature
    * Created a batch_merge function [Issue #1473]
    * Added a range option to Worksheet.get_notes [Issue #1482]
    * Documentation update for
      gspread.worksheet.Worksheet.get_all_records
    * add example for batch_merge
    * explicitly list exported package symbols
* Mon Sep 29 2025 Dirk Müller <dmueller@suse.com>
  - update to 6.2.1:
    * Fix public API auth snippet by @Jayy001 in
      https://github.com/burnash/gspread/pull/1545
    * Clarify the first step: authentication by @hraftery in
      https://github.com/burnash/gspread/pull/1546
    * Fix typo in community.rst by @s2t2 in
      https://github.com/burnash/gspread/pull/1547
    * rearrange flow to remove reference to creds by @alifeee in
      https://github.com/burnash/gspread/pull/1525
    * switch safety for pip-audit by @alifeee in
      https://github.com/burnash/gspread/pull/1551
    * Include the duplicate column names in error message by
      @NickCrews in https://github.com/burnash/gspread/pull/1548
    * Add property expiry in gspread client by @lavigne958 in
      https://github.com/burnash/gspread/pull/1453
    * Bump typing-extensions from 4.11.0 to 4.12.0 by @dependabot
      in https://github.com/burnash/gspread/pull/1471
    * Fix code block formatting typo in README by @agrvz in
      https://github.com/burnash/gspread/pull/1474
    * ignore jinja CVE by @lavigne958 in
      https://github.com/burnash/gspread/pull/1481
    * Type part of test suite utils by @lavigne958 in
      https://github.com/burnash/gspread/pull/1483
    * Remove passing exception as args to super in APIError by
      @mike-flowers-airbnb in
      https://github.com/burnash/gspread/pull/1477
    * Bump mypy from 1.10.0 to 1.10.1 by @dependabot in
      https://github.com/burnash/gspread/pull/1488
    * Update advanced.rst by @yatender-rjliving in
      https://github.com/burnash/gspread/pull/1492
    * Bump bandit from 1.7.8 to 1.7.9 by @dependabot in
      https://github.com/burnash/gspread/pull/1485
    * Bump flake8 from 7.0.0 to 7.1.0 by @dependabot in
      https://github.com/burnash/gspread/pull/1486
    * Bump typing-extensions from 4.12.0 to 4.12.2 by @dependabot
      in https://github.com/burnash/gspread/pull/1480
    * Bump mypy from 1.10.1 to 1.11.1 by @dependabot in
      https://github.com/burnash/gspread/pull/1497
    * Bump black from 24.4.2 to 24.8.0 by @dependabot in
      https://github.com/burnash/gspread/pull/1499
    * Bump flake8 from 7.1.0 to 7.1.1 by @dependabot in
      https://github.com/burnash/gspread/pull/1501
    * Fix docstring about BackOffHTTPClient by @pataiji in
      https://github.com/burnash/gspread/pull/1502
    * Fix comment to reflect correct google-auth package version
      requirement by @ikmals in
      https://github.com/burnash/gspread/pull/1503
    * Doc/community addons orm package by @lavigne958 in
      https://github.com/burnash/gspread/pull/1506
    * fix: fix type annotation for default_blank by @hiro-o918 in
      https://github.com/burnash/gspread/pull/1505
    * Bump mypy from 1.11.1 to 1.11.2 by @dependabot in
      https://github.com/burnash/gspread/pull/1508
    * better handler API error parsing. by @lavigne958 in
      https://github.com/burnash/gspread/pull/1510
    * Add test on receiving an invalid JSON in the APIError
      exception handler. by @lavigne958 in
      https://github.com/burnash/gspread/pull/1512
    * [feature] Add 'expand_table' feature by @lavigne958 in
      https://github.com/burnash/gspread/pull/1475
    * Bump bandit from 1.7.9 to 1.7.10 by @dependabot in
      https://github.com/burnash/gspread/pull/1514
    * Created a batch_merge function [Issue #1473] by @muddi900 in
      https://github.com/burnash/gspread/pull/1498
    * Added a range option to Worksheet.get_notes [Issue #1482] by
      @muddi900 in https://github.com/burnash/gspread/pull/1487
    * Documentation update for
      gspread.worksheet.Worksheet.get_all_records by @levon003 in
      https://github.com/burnash/gspread/pull/1529
    * add example for batch_merge by @alifeee in
      https://github.com/burnash/gspread/pull/1542
    * explicitly list exported package symbols by @alinsavix in
      https://github.com/burnash/gspread/pull/1531
* Tue Oct 29 2024 Dirk Müller <dmueller@suse.com>
  - update to 6.1.4:
    * remove dependency on requests-2.27.0
    * ignore jinja CVE by @lavigne958 in
      https://github.com/burnash/gspread/pull/1481
    * Remove passing exception as args to super in APIError by
      @mike-flowers-airbnb in
      https://github.com/burnash/gspread/pull/1477
    * better handler API error parsing. by @lavigne958 in
      https://github.com/burnash/gspread/pull/1510
    * Add test on receiving an invalid JSON in the APIError
      exception handler. by @lavigne958 in
      https://github.com/burnash/gspread/pull/1512
* Sun Jun 02 2024 Dirk Müller <dmueller@suse.com>
  - update to 6.1.2:
    * add note about runnings tests to contrib guide
    * Some updates on get_notes
    * Add some missing typing in code
    * More fixes for Worksheet.update argument ordering & single
      cell updating (i.e. now Worksheet.update_acell)
    * Added 'add_data_validation` to Workhsheet [Issue #1420]
    * Fix incorrect version number in HISTORY.rst from 6.0.1 to
      6.1.0
    * add get_notes
    * Bump mypy from 1.9.0 to 1.10.0
    * bugfix: handle domain name in spreadsheet copy permissions
    * Fix/api key auth version
    * Ignore pip vulnerabilities in CI.
    * Remove StrEnum dependency and added custom class[issue #1462]
* Sun Apr 14 2024 Dirk Müller <dmueller@suse.com>
  - update to 6.1.0:
    * types can be obtained using mypy to type code using gspread
    * Add a new method to authenticate using API key for public
      spreadsheets
    * Add py.typed marker
    * Improve back-off client
    * Add new auth method API key
    * Bugfix/add set timeout
    * Fix wrapper `cast_to_a1_notation`
    * fix error message readability
    * Add missing method `import_csv()`
    * Add user friendly message when we can't override a test
      cassette
    * Allow "warning" type protected ranges
    * Improce README and documentation with value render options
* Wed Feb 07 2024 Dirk Müller <dmueller@suse.com>
  - update to 6.0.1:
    * Allow client to use external Session object
    * Remove-py-3.7-support
    * bugfix/client export
    * Fix oauth flow typo
    * check oauth creds type using isinstance
    * Fix type hints at find method in worksheet.py
    * Fixup get empty cell value is None
    * Fix missing attribute spreadsheet in Worksheet.
    * update migration guide
* Tue Jan 30 2024 Dirk Müller <dmueller@suse.com>
  - update to 6.0.0:
    * Remove deprecated method delete_row
    * Initial typing in client.py
    * Split client http client
    * Spelling fix & update docs with date_time_render_option
      behaviour
    * #966  Add sketch typing for utils.py
    * Remove accepted_kwargs decorator
    * Remplace named tuples with enums
    * Feature/add type hints worksheets
    * Implement hex color conversion
    * remove lastUpdateTime
    * Merge master into feature/release_6_0_0
    * Add type checking to lint
    * Warning/update swapped args
    * Improve Worksheet.sort() signature
    * Make get_values and alias of get
    * fix type issue (remove .first() function)
    * Remove/get records   use index
    * increase warning stacklevel from 1 to 2
    * Feature/merge master
    * feature/merge master
    * Simplify get records
    * Add util function to_records to build records
      in https://github.com/burnash/gspread/pull/1377
    * feature/add utils get records
    * Add migration guide for get_all_records
    * feature/merge master into release 6 0 0
    * Feature/release 6 0 0
* Sat Jan 13 2024 Dirk Müller <dmueller@suse.com>
  - update to 5.12.4:
    * Fixed default value of merge_type parameter in merge_cells
      function docstring.
    * 1363 get all records retrieves a large number of empty rows
      after the end of the data
    * Many fixes for get_records
    * change worksheet.update migration guide
    * feature/readme migration v6
    * add deprecation warnings for lastUpdateTime...
    * remove use_index and references to it in get_records
    * make deprecation warning dependent on if kwarg is used for
      client_factory
    * fix 1352 expected headers broken
    * fix combine_merged_cells when using from a range that doesn't
      start at A1
    * feature -- adding worksheet.get_records to get specific row
      ranges
    * Fix list_spreadsheet_files return value
    * Fix warning message for worksheet.update method
    * change lambda function to dict (fix pyupgrade issue)
    * allows users to silence deprecation warnings
    * Add maintain_size to keep asked for size in get, get_values
    * Fix list_spreadsheet_files return value by @mephinet in
    * Fix merge_combined_cells in get_values (AND 5.11.2 RELEASE)
    * remove Drive API access on Spreadsheet init (FIX - VERSION
      5.11.1)
    * add docs/build to .gitignore
    * add release process to CONTRIBUTING.md
    * add test_fill_gaps and docstring for fill_gaps
    * Remove API calls from creationTime/lastUpdateTime
    * Fix Worksheet ID Type Inconsistencies
    * Add column_count prop as well as col_count
    * Add required kwargs with no default value
    * Add deprecation warnings for colors
    * Add better Exceptions on opening spreadsheets
    * Fix rows_auto_resize in worksheet.py by removing redundant
      self
    * Add deprecation warning for future release 6.0.x
    * FEATURE: show/hide gridlines (#1197)
    * CLEANUP: cleanup tox.ini, and ignore ./env
    * Refactor/update-contributing-guide
    * Spelling fix (with legacy option)
    * 457-fetch-without-hidden-worksheets
    * Add_deprecated_warning_sort_method
    * Update (and test for) internal properties on change
    * Feature: Add "Remove tab colour" method
    * Refresh-test-cassettes
    * update self._properties after batch_update
    * 700-fill-merged-cells
    * Fix/update-internal-properties
    * Add breaking change warning in Worksheet.update()
    * remove deprecated methods from tests
    * Bugfix/fix get last update time
    * Add batch notes insert/update/clear
    * #1104: added a delete by worksheet id method
* Wed Dec 07 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - Update to version 5.7.2
    * Fix: hidden property might not be set from the API by @lavigne958 in #1151
* Sat Dec 03 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - Update to version 5.7.1
    * Fix dependencies required version by @lavigne958 in #1147
  - Update to version 5.7.0
    * chore: Update outdated LICENSE year by @bluzir in #1124
    * add dependabot to maintain dependencies by @lavigne958 in #1126
    * improve trigger on CI by @lavigne958 in #1134
    * Bump bandit from 1.7.0 to 1.7.4 by @dependabot in #1133
    * cancel previous run on same ref by @lavigne958 in #1135
    * Bump actions/setup-python from 2 to 4 by @dependabot in #1127
    * Bump actions/checkout from 2 to 3 by @dependabot in #1128
    * Bump black from 22.3.0 to 22.10.0 by @dependabot in #1132
    * Bump isort from 5.9.3 to 5.10.1 by @dependabot in #1131
    * Bump codespell from 2.1.0 to 2.2.2 by @dependabot in #1130
    * add named tuple for DateTimeRenderOption by @lavigne958 in #1136
    * Feature/copy cut paste by @lavigne958 in #1138
    * isSheetHidden method added to worksheet.py by @SazidAF in #1140

Files

/usr/lib/python3.13/site-packages/gspread
/usr/lib/python3.13/site-packages/gspread-6.2.1.dist-info
/usr/lib/python3.13/site-packages/gspread-6.2.1.dist-info/INSTALLER
/usr/lib/python3.13/site-packages/gspread-6.2.1.dist-info/METADATA
/usr/lib/python3.13/site-packages/gspread-6.2.1.dist-info/RECORD
/usr/lib/python3.13/site-packages/gspread-6.2.1.dist-info/REQUESTED
/usr/lib/python3.13/site-packages/gspread-6.2.1.dist-info/WHEEL
/usr/lib/python3.13/site-packages/gspread-6.2.1.dist-info/licenses
/usr/lib/python3.13/site-packages/gspread-6.2.1.dist-info/licenses/LICENSE.txt
/usr/lib/python3.13/site-packages/gspread/__init__.py
/usr/lib/python3.13/site-packages/gspread/__pycache__
/usr/lib/python3.13/site-packages/gspread/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/gspread/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/gspread/__pycache__/auth.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/gspread/__pycache__/auth.cpython-313.pyc
/usr/lib/python3.13/site-packages/gspread/__pycache__/cell.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/gspread/__pycache__/cell.cpython-313.pyc
/usr/lib/python3.13/site-packages/gspread/__pycache__/client.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/gspread/__pycache__/client.cpython-313.pyc
/usr/lib/python3.13/site-packages/gspread/__pycache__/exceptions.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/gspread/__pycache__/exceptions.cpython-313.pyc
/usr/lib/python3.13/site-packages/gspread/__pycache__/http_client.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/gspread/__pycache__/http_client.cpython-313.pyc
/usr/lib/python3.13/site-packages/gspread/__pycache__/spreadsheet.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/gspread/__pycache__/spreadsheet.cpython-313.pyc
/usr/lib/python3.13/site-packages/gspread/__pycache__/urls.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/gspread/__pycache__/urls.cpython-313.pyc
/usr/lib/python3.13/site-packages/gspread/__pycache__/utils.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/gspread/__pycache__/utils.cpython-313.pyc
/usr/lib/python3.13/site-packages/gspread/__pycache__/worksheet.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/gspread/__pycache__/worksheet.cpython-313.pyc
/usr/lib/python3.13/site-packages/gspread/auth.py
/usr/lib/python3.13/site-packages/gspread/cell.py
/usr/lib/python3.13/site-packages/gspread/client.py
/usr/lib/python3.13/site-packages/gspread/exceptions.py
/usr/lib/python3.13/site-packages/gspread/http_client.py
/usr/lib/python3.13/site-packages/gspread/py.typed
/usr/lib/python3.13/site-packages/gspread/spreadsheet.py
/usr/lib/python3.13/site-packages/gspread/urls.py
/usr/lib/python3.13/site-packages/gspread/utils.py
/usr/lib/python3.13/site-packages/gspread/worksheet.py
/usr/share/doc/packages/python313-gspread
/usr/share/doc/packages/python313-gspread/README.md
/usr/share/licenses/python313-gspread
/usr/share/licenses/python313-gspread/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Mar 4 22:25:36 2026