diff mbox series

[meta-python] python3-asttokens: upgrade 2.0.5 -> 2.0.7

Message ID 1660249019-20179-1-git-send-email-zhengrq.fnst@fujitsu.com
State Accepted, archived
Headers show
Series [meta-python] python3-asttokens: upgrade 2.0.5 -> 2.0.7 | expand

Commit Message

zhengrq.fnst@fujitsu.com Aug. 11, 2022, 8:16 p.m. UTC
Add dependence python3-six

Changelog:
Fix astroid type checking import errors

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
---
 ...ython3-asttokens_2.0.5.bb => python3-asttokens_2.0.7.bb} | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-asttokens_2.0.5.bb => python3-asttokens_2.0.7.bb} (73%)

Comments

Khem Raj Aug. 17, 2022, 3:12 a.m. UTC | #1
please adjust your system clock before sending patches. They are again 
arriving in past dates.

On 8/11/22 1:16 PM, zhengruoqin wrote:
> Add dependence python3-six
> 
> Changelog:
> Fix astroid type checking import errors
> 
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
> ---
>   ...ython3-asttokens_2.0.5.bb => python3-asttokens_2.0.7.bb} | 6 +++++-
>   1 file changed, 5 insertions(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-asttokens_2.0.5.bb => python3-asttokens_2.0.7.bb} (73%)
> 
> diff --git a/meta-python/recipes-devtools/python/python3-asttokens_2.0.5.bb b/meta-python/recipes-devtools/python/python3-asttokens_2.0.7.bb
> similarity index 73%
> rename from meta-python/recipes-devtools/python/python3-asttokens_2.0.5.bb
> rename to meta-python/recipes-devtools/python/python3-asttokens_2.0.7.bb
> index da49040d76..5e3ca9e30f 100644
> --- a/meta-python/recipes-devtools/python/python3-asttokens_2.0.5.bb
> +++ b/meta-python/recipes-devtools/python/python3-asttokens_2.0.7.bb
> @@ -7,8 +7,12 @@ PYPI_PACKAGE = "asttokens"
>   
>   inherit pypi python_setuptools_build_meta
>   
> -SRC_URI[sha256sum] = "9a54c114f02c7a9480d56550932546a3f1fe71d8a02f1bc7ccd0ee3ee35cf4d5"
> +SRC_URI[sha256sum] = "8444353e4e2a99661c8dfb85ec9c02eedded08f0006234bff7db44a06840acc2"
>   
>   DEPENDS += "python3-setuptools-scm-native"
>   
> +RDEPENDS:${PN} += " \
> +	${PYTHON_PN}-six \
> +"
> +
>   BBCLASSEXTEND = "native"
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#98272): https://lists.openembedded.org/g/openembedded-devel/message/98272
> Mute This Topic: https://lists.openembedded.org/mt/93073545/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
zhengrq.fnst@fujitsu.com Aug. 17, 2022, 3:51 a.m. UTC | #2
Hi Khem

I'm sorry for that problem.
And I have adjusted my system clock.

--------------------------------------------------
Zheng Ruoqin
Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST)
ADDR.: No.6 Wenzhu Road, Software Avenue,
       Nanjing, 210012, China
MAIL : zhengrq.fnst@cn.fujistu.com


> -----Original Message-----
> From: Khem Raj <raj.khem@gmail.com>
> Sent: Wednesday, August 17, 2022 11:12 AM
> To: Zheng, Ruoqin/郑 若钦 <zhengrq.fnst@fujitsu.com>;
> openembedded-devel@lists.openembedded.org
> Subject: Re: [PATCH] [oe] [meta-python] [PATCH] python3-asttokens:
> upgrade 2.0.5 -> 2.0.7
> 
> please adjust your system clock before sending patches. They are again
> arriving in past dates.
> 
> On 8/11/22 1:16 PM, zhengruoqin wrote:
> > Add dependence python3-six
> >
> > Changelog:
> > Fix astroid type checking import errors
> >
> > Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
> > ---
> >   ...ython3-asttokens_2.0.5.bb => python3-asttokens_2.0.7.bb} | 6
> +++++-
> >   1 file changed, 5 insertions(+), 1 deletion(-)
> >   rename
> > meta-python/recipes-devtools/python/{python3-asttokens_2.0.5.bb =>
> > python3-asttokens_2.0.7.bb} (73%)
> >
> > diff --git
> > a/meta-python/recipes-devtools/python/python3-asttokens_2.0.5.bb
> > b/meta-python/recipes-devtools/python/python3-asttokens_2.0.7.bb
> > similarity index 73%
> > rename from
> > meta-python/recipes-devtools/python/python3-asttokens_2.0.5.bb
> > rename to
> > meta-python/recipes-devtools/python/python3-asttokens_2.0.7.bb
> > index da49040d76..5e3ca9e30f 100644
> > --- a/meta-python/recipes-devtools/python/python3-asttokens_2.0.5.bb
> > +++ b/meta-python/recipes-devtools/python/python3-asttokens_2.0.7.bb
> > @@ -7,8 +7,12 @@ PYPI_PACKAGE = "asttokens"
> >
> >   inherit pypi python_setuptools_build_meta
> >
> > -SRC_URI[sha256sum] =
> "9a54c114f02c7a9480d56550932546a3f1fe71d8a02f1bc7ccd0ee3ee35cf
> 4d5"
> > +SRC_URI[sha256sum] =
> "8444353e4e2a99661c8dfb85ec9c02eedded08f0006234bff7db44a06840
> acc2"
> >
> >   DEPENDS += "python3-setuptools-scm-native"
> >
> > +RDEPENDS:${PN} += " \
> > +	${PYTHON_PN}-six \
> > +"
> > +
> >   BBCLASSEXTEND = "native"
> >
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#98272):
> > https://lists.openembedded.org/g/openembedded-devel/message/98272
> > Mute This Topic: https://lists.openembedded.org/mt/93073545/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/python/python3-asttokens_2.0.5.bb b/meta-python/recipes-devtools/python/python3-asttokens_2.0.7.bb
similarity index 73%
rename from meta-python/recipes-devtools/python/python3-asttokens_2.0.5.bb
rename to meta-python/recipes-devtools/python/python3-asttokens_2.0.7.bb
index da49040d76..5e3ca9e30f 100644
--- a/meta-python/recipes-devtools/python/python3-asttokens_2.0.5.bb
+++ b/meta-python/recipes-devtools/python/python3-asttokens_2.0.7.bb
@@ -7,8 +7,12 @@  PYPI_PACKAGE = "asttokens"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "9a54c114f02c7a9480d56550932546a3f1fe71d8a02f1bc7ccd0ee3ee35cf4d5"
+SRC_URI[sha256sum] = "8444353e4e2a99661c8dfb85ec9c02eedded08f0006234bff7db44a06840acc2"
 
 DEPENDS += "python3-setuptools-scm-native"
 
+RDEPENDS:${PN} += " \
+	${PYTHON_PN}-six \
+"
+
 BBCLASSEXTEND = "native"