<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-python/recipes-devtools/python3-gspread, branch scarthgap-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=scarthgap-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=scarthgap-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2024-04-02T21:56:50+00:00</updated>
<entry>
<title>python3-gspread: upgrade 6.0.2 -&gt; 6.1.0</title>
<updated>2024-04-02T21:56:50+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2024-04-01T14:50:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1d63522226f4ee2575ce9741cd6ac71cc821e150'/>
<id>urn:sha1:1d63522226f4ee2575ce9741cd6ac71cc821e150</id>
<content type='text'>
Changelog:
==========
-Add py.typed marker
-Improve back-off client
-Add new auth method API key
-Bugfix/add set timeout
-Fix wrapper cast_to_a1_notation
-Bump bandit from 1.7.5 to 1.7.8
-Bump mypy from 1.6.1 to 1.9.0
-Bump typing-extensions from 4.8.0 to 4.10.0
-Bump flake8 from 5.0.4 to 7.0.0
-fix error message readability
-Add missing method import_csv()
-update readme examples
-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

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-gspread: upgrade 6.0.1 -&gt; 6.0.2</title>
<updated>2024-02-22T03:59:52+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2024-02-21T08:19:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6c5f0c5dba06a464a9aba93eff6962d8ee8befe0'/>
<id>urn:sha1:6c5f0c5dba06a464a9aba93eff6962d8ee8befe0</id>
<content type='text'>
Changelog:
 Fixup gspread client init arguments

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-python: drop ${PYTHON_PN}</title>
<updated>2024-02-20T07:22:24+00:00</updated>
<author>
<name>Tim Orling</name>
<email>ticotimo@gmail.com</email>
</author>
<published>2024-02-20T04:10:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=94c20e1ef4d7bd1dde1003cde25b9adb1ccc8310'/>
<id>urn:sha1:94c20e1ef4d7bd1dde1003cde25b9adb1ccc8310</id>
<content type='text'>
python 2 is long unsupported, so we no longer need this variable.

Signed-off-by: Tim Orling &lt;tim.orling@konsulko.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-gspread: upgrade 6.0.0 -&gt; 6.0.1</title>
<updated>2024-02-09T17:52:15+00:00</updated>
<author>
<name>alperak</name>
<email>alperyasinak1@gmail.com</email>
</author>
<published>2024-02-08T05:58:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ae8d97707663ffaa70dd398c26c3ec74705fa49e'/>
<id>urn:sha1:ae8d97707663ffaa70dd398c26c3ec74705fa49e</id>
<content type='text'>
Upstream provides a pyproject.toml which declares a flit_core.buildapi build backend for PEP-517 packaging

Changelog:

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

Signed-off-by: alperak &lt;alperyasinak1@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-gspread: upgrade 5.12.4 -&gt; 6.0.0</title>
<updated>2024-02-09T17:52:11+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2024-02-06T08:44:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=79b34cb5568f5b5507b6b9172c3b7326c1d14c5e'/>
<id>urn:sha1:79b34cb5568f5b5507b6b9172c3b7326c1d14c5e</id>
<content type='text'>
Changelog:
 https://github.com/burnash/gspread/releases/tag/v6.0.0

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-gspread: upgrade 5.12.3 -&gt; 5.12.4</title>
<updated>2024-01-02T08:35:52+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2024-01-02T07:09:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=31fad7ab5eae467645622153f456bbae468b2d4a'/>
<id>urn:sha1:31fad7ab5eae467645622153f456bbae468b2d4a</id>
<content type='text'>
Changelog:
===========
-Bump actions/setup-python from 4 to 5
-Fixed default value of merge_type parameter in merge_cells function docstring.

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-gspread: update to version 5.12.3</title>
<updated>2023-12-22T14:39:34+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2023-12-21T18:34:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c89f9d0a833ab3a4e0c7c0fdae987572cdabaca5'/>
<id>urn:sha1:c89f9d0a833ab3a4e0c7c0fdae987572cdabaca5</id>
<content type='text'>
Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-gspread: interface for google spreadsheet</title>
<updated>2023-08-30T21:45:47+00:00</updated>
<author>
<name>Danik</name>
<email>daniil.klimuk@3mdeb.com</email>
</author>
<published>2023-08-30T07:40:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f4a4dbfb6c3d3942a8dadf4292e4f1d47cd6c5d6'/>
<id>urn:sha1:f4a4dbfb6c3d3942a8dadf4292e4f1d47cd6c5d6</id>
<content type='text'>
python3-gspread: interface for google spreadsheet

Simple interface for working with Google Sheets.

Signed-off-by: Daniil Klimuk &lt;daniil.klimuk@3mdeb.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
