- 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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gspread?expand=0&rev=33
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 29 21:38:43 UTC 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 2 10:36:55 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.2
|
||||
Version: 6.1.4
|
||||
Release: 0
|
||||
Summary: Google Spreadsheets Python API
|
||||
License: MIT
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b297f6d6dcc0cc2e732c0de2ddba6124b2f84cd13ba830caf96d450b49367855
|
||||
size 336976
|
||||
3
v6.1.4.tar.gz
Normal file
3
v6.1.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d66d7626b98e4d6c67a7374363176784004e88924e3627a99df78fb9f2a35a6
|
||||
size 338262
|
||||
Reference in New Issue
Block a user