15
0

- 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]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gspread?expand=0&rev=31
This commit is contained in:
2024-06-02 13:40:02 +00:00
committed by Git OBS Bridge
parent adb4760387
commit 5130cecbd6
4 changed files with 23 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-gspread
Version: 6.1.0
Version: 6.1.2
Release: 0
Summary: Google Spreadsheets Python API
License: MIT