diff --git a/python-gspread.changes b/python-gspread.changes index fcf3054..e4f7fa1 100644 --- a/python-gspread.changes +++ b/python-gspread.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sun Apr 14 07:36:26 UTC 2024 - Dirk Müller + +- 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 7 20:12:14 UTC 2024 - Dirk Müller diff --git a/python-gspread.spec b/python-gspread.spec index 9704718..304bed2 100644 --- a/python-gspread.spec +++ b/python-gspread.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-gspread -Version: 6.0.1 +Version: 6.1.0 Release: 0 Summary: Google Spreadsheets Python API License: MIT diff --git a/v6.0.1.tar.gz b/v6.0.1.tar.gz deleted file mode 100644 index c5d797c..0000000 --- a/v6.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82589aa23756223785d51201b15ff7380fa4bce9c09f1e5dd157889d4595ab3d -size 330436 diff --git a/v6.1.0.tar.gz b/v6.1.0.tar.gz new file mode 100644 index 0000000..a5ff659 --- /dev/null +++ b/v6.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1b805ae7e9b1b68ec9e712472135b0ff6635ab716b8f9a38f612b4402f1910e +size 334339