diff mbox series

[meta-python,17/30] python3-multidict: upgrade 6.2.0 -> 6.3.2

Message ID 1744017431-22217-17-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/30] boost-sml: upgrade 1.1.11 -> 1.1.12 | expand

Commit Message

Wang Mingyu April 7, 2025, 9:16 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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

Comments

Khem Raj April 8, 2025, 4:15 p.m. UTC | #1
This failed ptests

   Failed ptests:
│   {'python3-multidict':
['tests/test_leaks.py:test_leak[multidict_extend_dict.py]',
│
'tests/test_leaks.py:test_leak[multidict_extend_multidict.py]',
│
'tests/test_leaks.py:test_leak[multidict_extend_tuple.py]',
│
'tests/test_leaks.py:test_leak[multidict_update_multidict.py]']}
│

I would encourage to run ptests for recipes when doing upgrades etc. e.g.
for python3-multidict one would do
bitbake meta-python-image-ptest-python3-multidict

using qemux86-64 target machine.

On Mon, Apr 7, 2025 at 2:17 AM wangmy via lists.openembedded.org
<wangmy=fujitsu.com@lists.openembedded.org> wrote:
>
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../{python3-multidict_6.2.0.bb => python3-multidict_6.3.2.bb}  | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-python/recipes-devtools/python/{python3-multidict_6.2.0.bb => python3-multidict_6.3.2.bb} (91%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-multidict_6.2.0.bb b/meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb
> similarity index 91%
> rename from meta-python/recipes-devtools/python/python3-multidict_6.2.0.bb
> rename to meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb
> index 8b30574020..4e4d69bbd4 100644
> --- a/meta-python/recipes-devtools/python/python3-multidict_6.2.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb
> @@ -8,7 +8,7 @@ inherit pypi python_setuptools_build_meta ptest-python-pytest
>
>  PV .= "+git"
>
> -SRCREV = "af07d5b2b18bb30e041983db2bea1fcb3e1c4b79"
> +SRCREV = "0d667589cd02c8ce8251226f8f64fd86afd7ffa3"
>  PYPI_SRC_URI = "git://github.com/aio-libs/multidict;branch=master;protocol=https"
>  S = "${WORKDIR}/git"
>
> --
> 2.43.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#116642): https://lists.openembedded.org/g/openembedded-devel/message/116642
> Mute This Topic: https://lists.openembedded.org/mt/112129274/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Wang Mingyu April 10, 2025, 7:40 a.m. UTC | #2
I used qemux86-64 target machine and run the ptest of python3-multidict, there's no error occurred.

Testsuite summary
# TOTAL: 1596
# PASS: 1596
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
DURATION: 90
END: /usr/lib/python3-multidict/ptest
2025-04-10T05:23
STOP: ptest-runner
TOTAL: 1 FAIL: 0

  --
Best Regards
---------------------------------------------------
Wang Mingyu
FUJITSU NANJING SOFTWARE TECHNOLOGY CO., LTD. (FNST)
No.6 Wenzhu Road, Nanjing, 210012, China
TEL:+86+25-86630566--8568
COINS: 79988548
FAX: +86+25-83317685
MAIL: wangmy@fujitsu.com

> -----Original Message-----
> From: Khem Raj <raj.khem@gmail.com>
> Sent: Wednesday, April 9, 2025 12:15 AM
> To: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>
> Cc: openembedded-devel@lists.openembedded.org
> Subject: Re: [oe] [meta-python] [PATCH 17/30] python3-multidict: upgrade 6.2.0
> -> 6.3.2
> 
> This failed ptests
> 
>    Failed ptests:
> │   {'python3-multidict':
> ['tests/test_leaks.py:test_leak[multidict_extend_dict.py]',
> │
> 'tests/test_leaks.py:test_leak[multidict_extend_multidict.py]',
> │
> 'tests/test_leaks.py:test_leak[multidict_extend_tuple.py]',
> │
> 'tests/test_leaks.py:test_leak[multidict_update_multidict.py]']}
> │
> 
> I would encourage to run ptests for recipes when doing upgrades etc. e.g.
> for python3-multidict one would do
> bitbake meta-python-image-ptest-python3-multidict
> 
> using qemux86-64 target machine.
> 
> On Mon, Apr 7, 2025 at 2:17 AM wangmy via lists.openembedded.org
> <wangmy=fujitsu.com@lists.openembedded.org> wrote:
> >
> > From: Wang Mingyu <wangmy@fujitsu.com>
> >
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > ---
> >  .../{python3-multidict_6.2.0.bb => python3-multidict_6.3.2.bb}  | 2
> > +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)  rename
> > meta-python/recipes-devtools/python/{python3-multidict_6.2.0.bb =>
> > python3-multidict_6.3.2.bb} (91%)
> >
> > diff --git
> > a/meta-python/recipes-devtools/python/python3-multidict_6.2.0.bb
> > b/meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb
> > similarity index 91%
> > rename from
> > meta-python/recipes-devtools/python/python3-multidict_6.2.0.bb
> > rename to
> > meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb
> > index 8b30574020..4e4d69bbd4 100644
> > --- a/meta-python/recipes-devtools/python/python3-multidict_6.2.0.bb
> > +++ b/meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb
> > @@ -8,7 +8,7 @@ inherit pypi python_setuptools_build_meta
> > ptest-python-pytest
> >
> >  PV .= "+git"
> >
> > -SRCREV = "af07d5b2b18bb30e041983db2bea1fcb3e1c4b79"
> > +SRCREV = "0d667589cd02c8ce8251226f8f64fd86afd7ffa3"
> >  PYPI_SRC_URI =
> "git://github.com/aio-libs/multidict;branch=master;protocol=https"
> >  S = "${WORKDIR}/git"
> >
> > --
> > 2.43.0
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#116642):
> > https://lists.openembedded.org/g/openembedded-devel/message/116642
> > Mute This Topic: https://lists.openembedded.org/mt/112129274/1997914
> > Group Owner: openembedded-devel+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
> > [raj.khem@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
Khem Raj April 10, 2025, 3:01 p.m. UTC | #3
On Thu, Apr 10, 2025 at 12:40 AM Mingyu Wang (Fujitsu)
<wangmy@fujitsu.com> wrote:
>
> I used qemux86-64 target machine and run the ptest of python3-multidict, there's no error occurred.
>

Perhaps you did it on the latest master branch after [1], where I have
sent patches to fix the fallout.


[1] https://git.openembedded.org/meta-openembedded/commit/?id=b8ea21f860c0e451c34b80d5172367c619094db6

> Testsuite summary
> # TOTAL: 1596
> # PASS: 1596
> # SKIP: 0
> # XFAIL: 0
> # FAIL: 0
> # XPASS: 0
> # ERROR: 0
> DURATION: 90
> END: /usr/lib/python3-multidict/ptest
> 2025-04-10T05:23
> STOP: ptest-runner
> TOTAL: 1 FAIL: 0
>
>   --
> Best Regards
> ---------------------------------------------------
> Wang Mingyu
> FUJITSU NANJING SOFTWARE TECHNOLOGY CO., LTD. (FNST)
> No.6 Wenzhu Road, Nanjing, 210012, China
> TEL:+86+25-86630566--8568
> COINS: 79988548
> FAX: +86+25-83317685
> MAIL: wangmy@fujitsu.com
>
> > -----Original Message-----
> > From: Khem Raj <raj.khem@gmail.com>
> > Sent: Wednesday, April 9, 2025 12:15 AM
> > To: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>
> > Cc: openembedded-devel@lists.openembedded.org
> > Subject: Re: [oe] [meta-python] [PATCH 17/30] python3-multidict: upgrade 6.2.0
> > -> 6.3.2
> >
> > This failed ptests
> >
> >    Failed ptests:
> > │   {'python3-multidict':
> > ['tests/test_leaks.py:test_leak[multidict_extend_dict.py]',
> > │
> > 'tests/test_leaks.py:test_leak[multidict_extend_multidict.py]',
> > │
> > 'tests/test_leaks.py:test_leak[multidict_extend_tuple.py]',
> > │
> > 'tests/test_leaks.py:test_leak[multidict_update_multidict.py]']}
> > │
> >
> > I would encourage to run ptests for recipes when doing upgrades etc. e.g.
> > for python3-multidict one would do
> > bitbake meta-python-image-ptest-python3-multidict
> >
> > using qemux86-64 target machine.
> >
> > On Mon, Apr 7, 2025 at 2:17 AM wangmy via lists.openembedded.org
> > <wangmy=fujitsu.com@lists.openembedded.org> wrote:
> > >
> > > From: Wang Mingyu <wangmy@fujitsu.com>
> > >
> > > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > > ---
> > >  .../{python3-multidict_6.2.0.bb => python3-multidict_6.3.2.bb}  | 2
> > > +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)  rename
> > > meta-python/recipes-devtools/python/{python3-multidict_6.2.0.bb =>
> > > python3-multidict_6.3.2.bb} (91%)
> > >
> > > diff --git
> > > a/meta-python/recipes-devtools/python/python3-multidict_6.2.0.bb
> > > b/meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb
> > > similarity index 91%
> > > rename from
> > > meta-python/recipes-devtools/python/python3-multidict_6.2.0.bb
> > > rename to
> > > meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb
> > > index 8b30574020..4e4d69bbd4 100644
> > > --- a/meta-python/recipes-devtools/python/python3-multidict_6.2.0.bb
> > > +++ b/meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb
> > > @@ -8,7 +8,7 @@ inherit pypi python_setuptools_build_meta
> > > ptest-python-pytest
> > >
> > >  PV .= "+git"
> > >
> > > -SRCREV = "af07d5b2b18bb30e041983db2bea1fcb3e1c4b79"
> > > +SRCREV = "0d667589cd02c8ce8251226f8f64fd86afd7ffa3"
> > >  PYPI_SRC_URI =
> > "git://github.com/aio-libs/multidict;branch=master;protocol=https"
> > >  S = "${WORKDIR}/git"
> > >
> > > --
> > > 2.43.0
> > >
> > >
> > > -=-=-=-=-=-=-=-=-=-=-=-
> > > Links: You receive all messages sent to this group.
> > > View/Reply Online (#116642):
> > > https://lists.openembedded.org/g/openembedded-devel/message/116642
> > > Mute This Topic: https://lists.openembedded.org/mt/112129274/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-multidict_6.2.0.bb b/meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-multidict_6.2.0.bb
rename to meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb
index 8b30574020..4e4d69bbd4 100644
--- a/meta-python/recipes-devtools/python/python3-multidict_6.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb
@@ -8,7 +8,7 @@  inherit pypi python_setuptools_build_meta ptest-python-pytest
 
 PV .= "+git"
 
-SRCREV = "af07d5b2b18bb30e041983db2bea1fcb3e1c4b79"
+SRCREV = "0d667589cd02c8ce8251226f8f64fd86afd7ffa3"
 PYPI_SRC_URI = "git://github.com/aio-libs/multidict;branch=master;protocol=https"
 S = "${WORKDIR}/git"