Accepting request 1178157 from devel:languages:python
- 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/request/show/1178157 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gspread?expand=0&rev=16
This commit is contained in:
commit
f0d68cde37
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 2 10:36:55 UTC 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 07:36:26 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1b805ae7e9b1b68ec9e712472135b0ff6635ab716b8f9a38f612b4402f1910e
|
||||
size 334339
|
3
v6.1.2.tar.gz
Normal file
3
v6.1.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b297f6d6dcc0cc2e732c0de2ddba6124b2f84cd13ba830caf96d450b49367855
|
||||
size 336976
|
Loading…
x
Reference in New Issue
Block a user