From d8feb0e7ad53ba517d23e88b9e34f59839ab13e81f3858b3f25fe7a82df0cdc9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 7 Feb 2024 20:12:51 +0000 Subject: [PATCH] - update to 6.0.1: * Allow client to use external Session object * Remove-py-3.7-support * bugfix/client export * Fix oauth flow typo * check oauth creds type using isinstance * Fix type hints at find method in worksheet.py * Fixup get empty cell value is None * Fix missing attribute spreadsheet in Worksheet. * update migration guide OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gspread?expand=0&rev=27 --- python-gspread.changes | 14 ++++++++++++++ python-gspread.spec | 2 +- v6.0.0.tar.gz | 3 --- v6.0.1.tar.gz | 3 +++ 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 v6.0.0.tar.gz create mode 100644 v6.0.1.tar.gz diff --git a/python-gspread.changes b/python-gspread.changes index 1d339e5..fcf3054 100644 --- a/python-gspread.changes +++ b/python-gspread.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Feb 7 20:12:14 UTC 2024 - Dirk Müller + +- update to 6.0.1: + * Allow client to use external Session object + * Remove-py-3.7-support + * bugfix/client export + * Fix oauth flow typo + * check oauth creds type using isinstance + * Fix type hints at find method in worksheet.py + * Fixup get empty cell value is None + * Fix missing attribute spreadsheet in Worksheet. + * update migration guide + ------------------------------------------------------------------- Tue Jan 30 12:11:17 UTC 2024 - Dirk Müller diff --git a/python-gspread.spec b/python-gspread.spec index 2870334..9704718 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.0 +Version: 6.0.1 Release: 0 Summary: Google Spreadsheets Python API License: MIT diff --git a/v6.0.0.tar.gz b/v6.0.0.tar.gz deleted file mode 100644 index 70236c1..0000000 --- a/v6.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a35fb9d69e69966f8d74bc441d64e6d9f2403fa73e713d9ffa0ca53186c5dbb -size 326516 diff --git a/v6.0.1.tar.gz b/v6.0.1.tar.gz new file mode 100644 index 0000000..c5d797c --- /dev/null +++ b/v6.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82589aa23756223785d51201b15ff7380fa4bce9c09f1e5dd157889d4595ab3d +size 330436