diff mbox series

[meta-python,48/54] python3-yarl: upgrade 1.14.0 -> 1.15.1

Message ID 1728896115-2944-48-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/54] adw-gtk3: upgrade 5.4 -> 5.5 | expand

Commit Message

Mingyu Wang (Fujitsu) Oct. 14, 2024, 8:55 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Improved performance of calling :py:meth:~yarl.URL.build
- Improved performance of all :class:~yarl.URL methods that create
  new :class:~yarl.URL objects
- Improved performance of :class:~yarl.URL methods that modify the network
  location

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

Comments

Khem Raj Oct. 15, 2024, 3:13 a.m. UTC | #1
Thanks for sending these upgrades; they are essential for the project.
However, I would like to suggest that ptests are also run
before sending the upgrades. e.g. this upgrade needs pytest-codspeed
module to run the ptests successfully, I have fixed this and
sent patches to ml but it will be good to run the ptests for
meta-python recipes for multiple patches like this series, it might
make
sense to run meta-python-image-ptest-all to ensure all the ptests
enabled packages are good.

On Mon, Oct 14, 2024 at 1:57 AM wangmy via lists.openembedded.org
<wangmy=fujitsu.com@lists.openembedded.org> wrote:
>
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Changelog:
> ==========
> - Improved performance of calling :py:meth:~yarl.URL.build
> - Improved performance of all :class:~yarl.URL methods that create
>   new :class:~yarl.URL objects
> - Improved performance of :class:~yarl.URL methods that modify the network
>   location
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../python/{python3-yarl_1.14.0.bb => python3-yarl_1.15.1.bb}   | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-python/recipes-devtools/python/{python3-yarl_1.14.0.bb => python3-yarl_1.15.1.bb} (89%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.14.0.bb b/meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb
> similarity index 89%
> rename from meta-python/recipes-devtools/python/python3-yarl_1.14.0.bb
> rename to meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb
> index 7c41edc6f..0a15b2e34 100644
> --- a/meta-python/recipes-devtools/python/python3-yarl_1.14.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb
> @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/aio-libs/yarl/"
>  LICENSE = "Apache-2.0"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
>
> -SRC_URI[sha256sum] = "88c7d9d58aab0724b979ab5617330acb1c7030b79379c8138c1c8c94e121d1b3"
> +SRC_URI[sha256sum] = "02e1c9e36528de270c22c06aac6a5a1de8cc870fafefb5e90e5b35cb8985d0b2"
>
>  SRC_URI += "file://run-ptest"
>
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#112900): https://lists.openembedded.org/g/openembedded-devel/message/112900
> Mute This Topic: https://lists.openembedded.org/mt/108998140/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Mingyu Wang (Fujitsu) Oct. 15, 2024, 6:14 a.m. UTC | #2
Okay, my testing environment has not been configured with ptest. 
Before submitting the patch, I will run ptest on all objects. 
Thank you for reminding me.

  --
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: Tuesday, October 15, 2024 11:13 AM
> To: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>
> Cc: openembedded-devel@lists.openembedded.org
> Subject: Re: [oe] [meta-python] [PATCH 48/54] python3-yarl: upgrade 1.14.0 ->
> 1.15.1
> 
> Thanks for sending these upgrades; they are essential for the project.
> However, I would like to suggest that ptests are also run before sending the
> upgrades. e.g. this upgrade needs pytest-codspeed module to run the ptests
> successfully, I have fixed this and sent patches to ml but it will be good to run the
> ptests for meta-python recipes for multiple patches like this series, it might
> make sense to run meta-python-image-ptest-all to ensure all the ptests enabled
> packages are good.
> 
> On Mon, Oct 14, 2024 at 1:57 AM wangmy via lists.openembedded.org
> <wangmy=fujitsu.com@lists.openembedded.org> wrote:
> >
> > From: Wang Mingyu <wangmy@fujitsu.com>
> >
> > Changelog:
> > ==========
> > - Improved performance of calling :py:meth:~yarl.URL.build
> > - Improved performance of all :class:~yarl.URL methods that create
> >   new :class:~yarl.URL objects
> > - Improved performance of :class:~yarl.URL methods that modify the network
> >   location
> >
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > ---
> >  .../python/{python3-yarl_1.14.0.bb => python3-yarl_1.15.1.bb}   | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)  rename
> > meta-python/recipes-devtools/python/{python3-yarl_1.14.0.bb =>
> > python3-yarl_1.15.1.bb} (89%)
> >
> > diff --git
> > a/meta-python/recipes-devtools/python/python3-yarl_1.14.0.bb
> > b/meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb
> > similarity index 89%
> > rename from meta-python/recipes-devtools/python/python3-yarl_1.14.0.bb
> > rename to meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb
> > index 7c41edc6f..0a15b2e34 100644
> > --- a/meta-python/recipes-devtools/python/python3-yarl_1.14.0.bb
> > +++ b/meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb
> > @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/aio-libs/yarl/"
> >  LICENSE = "Apache-2.0"
> >  LIC_FILES_CHKSUM =
> "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
> >
> > -SRC_URI[sha256sum] =
> "88c7d9d58aab0724b979ab5617330acb1c7030b79379c8138c1c8c94e121d1b3
> "
> > +SRC_URI[sha256sum] =
> "02e1c9e36528de270c22c06aac6a5a1de8cc870fafefb5e90e5b35cb8985d0b2"
> >
> >  SRC_URI += "file://run-ptest"
> >
> > --
> > 2.34.1
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#112900):
> > https://lists.openembedded.org/g/openembedded-devel/message/112900
> > Mute This Topic: https://lists.openembedded.org/mt/108998140/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-yarl_1.14.0.bb b/meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-yarl_1.14.0.bb
rename to meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb
index 7c41edc6f..0a15b2e34 100644
--- a/meta-python/recipes-devtools/python/python3-yarl_1.14.0.bb
+++ b/meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://github.com/aio-libs/yarl/"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRC_URI[sha256sum] = "88c7d9d58aab0724b979ab5617330acb1c7030b79379c8138c1c8c94e121d1b3"
+SRC_URI[sha256sum] = "02e1c9e36528de270c22c06aac6a5a1de8cc870fafefb5e90e5b35cb8985d0b2"
 
 SRC_URI += "file://run-ptest"