diff mbox series

[meta-python,07/21] python3-multidict: upgrade 6.6.3 -> 6.6.4

Message ID 20250821085954.2056-7-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-python,01/21] python3-freezegun: upgrade 1.5.4 -> 1.5.5 | expand

Commit Message

Wang Mingyu Aug. 21, 2025, 8:59 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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

Comments

Khem Raj Aug. 21, 2025, 6:16 p.m. UTC | #1
On Thu, Aug 21, 2025 at 2:00 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.6.3.bb => python3-multidict_6.6.4.bb}  | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-python/recipes-devtools/python/{python3-multidict_6.6.3.bb => python3-multidict_6.6.4.bb} (91%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-multidict_6.6.3.bb b/meta-python/recipes-devtools/python/python3-multidict_6.6.4.bb
> similarity index 91%
> rename from meta-python/recipes-devtools/python/python3-multidict_6.6.3.bb
> rename to meta-python/recipes-devtools/python/python3-multidict_6.6.4.bb
> index 5b262ed933..dad669fd9c 100644
> --- a/meta-python/recipes-devtools/python/python3-multidict_6.6.3.bb
> +++ b/meta-python/recipes-devtools/python/python3-multidict_6.6.4.bb
> @@ -8,7 +8,7 @@ inherit pypi python_setuptools_build_meta ptest-python-pytest
>
>  PV .= "+git"

do we still need to keep appending +git to PV ?
>
> -SRCREV = "dbd686f37c1bc14355dce9c16dbbfae82f11dc00"
> +SRCREV = "e0e61c28e9f66efcdce01cde9d6772518f6e9224"
>  PYPI_SRC_URI = "git://github.com/aio-libs/multidict;branch=master;protocol=https"
>  S = "${UNPACKDIR}/python3-multidict-${PV}"
>
> --
> 2.43.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#119057): https://lists.openembedded.org/g/openembedded-devel/message/119057
> Mute This Topic: https://lists.openembedded.org/mt/114814437/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Khem Raj Aug. 21, 2025, 8:15 p.m. UTC | #2
it also fails ptests

{'python3-multidict': ['tests/test_leaks.py:test_leak[multidict_pop.py]']}

On Thu, Aug 21, 2025 at 11:16 AM Khem Raj <raj.khem@gmail.com> wrote:
>
> On Thu, Aug 21, 2025 at 2:00 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.6.3.bb => python3-multidict_6.6.4.bb}  | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >  rename meta-python/recipes-devtools/python/{python3-multidict_6.6.3.bb => python3-multidict_6.6.4.bb} (91%)
> >
> > diff --git a/meta-python/recipes-devtools/python/python3-multidict_6.6.3.bb b/meta-python/recipes-devtools/python/python3-multidict_6.6.4.bb
> > similarity index 91%
> > rename from meta-python/recipes-devtools/python/python3-multidict_6.6.3.bb
> > rename to meta-python/recipes-devtools/python/python3-multidict_6.6.4.bb
> > index 5b262ed933..dad669fd9c 100644
> > --- a/meta-python/recipes-devtools/python/python3-multidict_6.6.3.bb
> > +++ b/meta-python/recipes-devtools/python/python3-multidict_6.6.4.bb
> > @@ -8,7 +8,7 @@ inherit pypi python_setuptools_build_meta ptest-python-pytest
> >
> >  PV .= "+git"
>
> do we still need to keep appending +git to PV ?
> >
> > -SRCREV = "dbd686f37c1bc14355dce9c16dbbfae82f11dc00"
> > +SRCREV = "e0e61c28e9f66efcdce01cde9d6772518f6e9224"
> >  PYPI_SRC_URI = "git://github.com/aio-libs/multidict;branch=master;protocol=https"
> >  S = "${UNPACKDIR}/python3-multidict-${PV}"
> >
> > --
> > 2.43.0
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#119057): https://lists.openembedded.org/g/openembedded-devel/message/119057
> > Mute This Topic: https://lists.openembedded.org/mt/114814437/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.6.3.bb b/meta-python/recipes-devtools/python/python3-multidict_6.6.4.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-multidict_6.6.3.bb
rename to meta-python/recipes-devtools/python/python3-multidict_6.6.4.bb
index 5b262ed933..dad669fd9c 100644
--- a/meta-python/recipes-devtools/python/python3-multidict_6.6.3.bb
+++ b/meta-python/recipes-devtools/python/python3-multidict_6.6.4.bb
@@ -8,7 +8,7 @@  inherit pypi python_setuptools_build_meta ptest-python-pytest
 
 PV .= "+git"
 
-SRCREV = "dbd686f37c1bc14355dce9c16dbbfae82f11dc00"
+SRCREV = "e0e61c28e9f66efcdce01cde9d6772518f6e9224"
 PYPI_SRC_URI = "git://github.com/aio-libs/multidict;branch=master;protocol=https"
 S = "${UNPACKDIR}/python3-multidict-${PV}"