diff mbox series

[meta-python,09/26] python3-gspread: upgrade 6.0.1 -> 6.0.2

Message ID 1708419281-26047-9-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Headers show
Series [meta-networking,01/26] unbound: upgrade 1.19.0 -> 1.19.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 20, 2024, 8:54 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 Fixup gspread client init arguments

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-gspread_6.0.1.bb => python3-gspread_6.0.2.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python3-gspread/{python3-gspread_6.0.1.bb => python3-gspread_6.0.2.bb} (78%)

Comments

Khem Raj Feb. 20, 2024, 4:45 p.m. UTC | #1
please rebase this patch on current master-next branch and resend.

On Tue, Feb 20, 2024 at 12:55 AM wangmy via lists.openembedded.org
<wangmy=fujitsu.com@lists.openembedded.org> wrote:
>
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Changelog:
>  Fixup gspread client init arguments
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../{python3-gspread_6.0.1.bb => python3-gspread_6.0.2.bb}      | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-python/recipes-devtools/python3-gspread/{python3-gspread_6.0.1.bb => python3-gspread_6.0.2.bb} (78%)
>
> diff --git a/meta-python/recipes-devtools/python3-gspread/python3-gspread_6.0.1.bb b/meta-python/recipes-devtools/python3-gspread/python3-gspread_6.0.2.bb
> similarity index 78%
> rename from meta-python/recipes-devtools/python3-gspread/python3-gspread_6.0.1.bb
> rename to meta-python/recipes-devtools/python3-gspread/python3-gspread_6.0.2.bb
> index 7854b7562..6d8f4b411 100644
> --- a/meta-python/recipes-devtools/python3-gspread/python3-gspread_6.0.1.bb
> +++ b/meta-python/recipes-devtools/python3-gspread/python3-gspread_6.0.2.bb
> @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/burnash/gspread"
>  LICENSE = "MIT"
>  LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9488e21983675fa56dc05af558b83e2f"
>
> -SRC_URI[sha256sum] = "8c8bf83be676a019d3a483455d8b17b442f2acfc620172f245422ca4fc960dd0"
> +SRC_URI[sha256sum] = "0982beeb07fa3ec4482a3aaa96ca13a1e6b427a0aca4058beab4cdc33c0cbb64"
>
>  RDEPENDS:${PN} = " \
>         ${PYTHON_PN}-google-auth \
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#108929): https://lists.openembedded.org/g/openembedded-devel/message/108929
> Mute This Topic: https://lists.openembedded.org/mt/104464217/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python3-gspread/python3-gspread_6.0.1.bb b/meta-python/recipes-devtools/python3-gspread/python3-gspread_6.0.2.bb
similarity index 78%
rename from meta-python/recipes-devtools/python3-gspread/python3-gspread_6.0.1.bb
rename to meta-python/recipes-devtools/python3-gspread/python3-gspread_6.0.2.bb
index 7854b7562..6d8f4b411 100644
--- a/meta-python/recipes-devtools/python3-gspread/python3-gspread_6.0.1.bb
+++ b/meta-python/recipes-devtools/python3-gspread/python3-gspread_6.0.2.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://github.com/burnash/gspread"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9488e21983675fa56dc05af558b83e2f"
 
-SRC_URI[sha256sum] = "8c8bf83be676a019d3a483455d8b17b442f2acfc620172f245422ca4fc960dd0"
+SRC_URI[sha256sum] = "0982beeb07fa3ec4482a3aaa96ca13a1e6b427a0aca4058beab4cdc33c0cbb64"
 
 RDEPENDS:${PN} = " \
 	${PYTHON_PN}-google-auth \