forked from pool/python-gspread
Accepting request 1006789 from home:yarunachalam:branches:devel:languages:python
- 5.5.0 (2022-08-31) Use pathlib by @lavigne958 in #1057 Migrate to drive API V3 by @lavigne958 in #1060 Implement __eq__ method for Cell by @chisvi in #1063 Add missing documentation on set_timeout by @lavigne958 in #1070 Add method to transfer / accept ownership of a spreadsheet by @lavigne958 in #1068 Add client_factory param to auth methods by @jlumbroso in #1075 Fix list_protected_ranges by @lavigne958 in #1076 Add function to convert column letter to column index by @lavigne958 in #1077 Fix docstring name of named_range() param by @dgilman in #1081 Fix grammar in docstring for client.export by @dgilman in #1080 Many typo fixes to worksheet docstrings by @dgilman in #1083 Fix function numericise_all by @lavigne958 in #1082 Fix documentation about oauth_from_dict by @lavigne958 in #1088 inherit_from_before option for insert_row/insert_rows by @yongrenjie in #1092 add method to change the color of a tab by @lavigne958 in #1095 docs: Fix a few typos by @timgates42 in #1094 Fix typo in Worksheet.batch_format method by @lavigne958 in #1101 ## New Contributors * @chisvi made their first contribution in #1063 * @jlumbroso made their first contribution in #1075 * @yongrenjie made their first contribution in #1092 - 5.4.0 (2022-06-01) fix typo by @joswlv in #1031 Fix error message in get_all_records by @lavigne958 in #1028 Added feature request #1022. Auto resizing is now available for rows … by @mketer1 in #1033 add new method to hide/show a worksheet by @lavigne958 in #1030 feat: Download PDF from Spreadsheet #1035 by @100paperkite in #1036 Add test on auto_resize_columns by @lavigne958 in #1039 Add method to unmerge cells by @lavigne958 in #1040 Add method to delete a protected range by @lavigne958 in #1042 Feature/clean organize documentation by @lavigne958 in #1043 Add warning about deprecated oauth flow by @lavigne958 in #1047 OBS-URL: https://build.opensuse.org/request/show/1006789 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gspread?expand=0&rev=15
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-gspread
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-gspread
|
||||
Version: 3.7.0
|
||||
Version: 5.5.0
|
||||
Release: 0
|
||||
Summary: Google Spreadsheets Python API
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user