diff mbox series

[meta-python,08/21] python3-pyais: upgrade 2.12.0 -> 2.13.0

Message ID 20250821085954.2056-8-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>

Changelog:
 added a TCP server capable of handling multiple concurrent client connections

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

Comments

Khem Raj Aug. 21, 2025, 6:17 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>
>
> Changelog:
>  added a TCP server capable of handling multiple concurrent client connections
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../python/{python3-pyais_2.12.0.bb => python3-pyais_2.13.0.bb} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-python/recipes-devtools/python/{python3-pyais_2.12.0.bb => python3-pyais_2.13.0.bb} (93%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pyais_2.12.0.bb b/meta-python/recipes-devtools/python/python3-pyais_2.13.0.bb
> similarity index 93%
> rename from meta-python/recipes-devtools/python/python3-pyais_2.12.0.bb
> rename to meta-python/recipes-devtools/python/python3-pyais_2.13.0.bb
> index b31ca80096..321b37162a 100644
> --- a/meta-python/recipes-devtools/python/python3-pyais_2.12.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-pyais_2.13.0.bb
> @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=79d9e278b76e3e5b3358cd70b328173c"
>  SRC_URI = "git://github.com/M0r13n/pyais;protocol=https;branch=master"
>
>  PV .= "+git"

Do we still need it ?

> -SRCREV = "4ec68378f76c49825b5662a052e6834d7b44b96c"
> +SRCREV = "2c50d58c4776a4ca7560bf9d70587a9acf523d1c"
>
>
>  inherit python_setuptools_build_meta ptest-python-pytest
> --
> 2.43.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#119058): https://lists.openembedded.org/g/openembedded-devel/message/119058
> Mute This Topic: https://lists.openembedded.org/mt/114814438/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-pyais_2.12.0.bb b/meta-python/recipes-devtools/python/python3-pyais_2.13.0.bb
similarity index 93%
rename from meta-python/recipes-devtools/python/python3-pyais_2.12.0.bb
rename to meta-python/recipes-devtools/python/python3-pyais_2.13.0.bb
index b31ca80096..321b37162a 100644
--- a/meta-python/recipes-devtools/python/python3-pyais_2.12.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pyais_2.13.0.bb
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=79d9e278b76e3e5b3358cd70b328173c"
 SRC_URI = "git://github.com/M0r13n/pyais;protocol=https;branch=master"
 
 PV .= "+git"
-SRCREV = "4ec68378f76c49825b5662a052e6834d7b44b96c"
+SRCREV = "2c50d58c4776a4ca7560bf9d70587a9acf523d1c"
 
 
 inherit python_setuptools_build_meta ptest-python-pytest