All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-python] [PATCH] python3-pydantic: upgrade 2.5.0 -> 2.5.1
@ 2023-11-22  6:32 wangmy
  2023-11-24  0:01 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: wangmy @ 2023-11-22  6:32 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
-uprev pydantic-core to 2.14.3
-Fix package description limit
-Fix ValidateCallWrapper error when creating a model which has a
 @validate_call wrapped field annotation

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

diff --git a/meta-python/recipes-devtools/python/python3-pydantic_2.5.0.bb b/meta-python/recipes-devtools/python/python3-pydantic_2.5.1.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-pydantic_2.5.0.bb
rename to meta-python/recipes-devtools/python/python3-pydantic_2.5.1.bb
index 21be58e08..609411fe1 100644
--- a/meta-python/recipes-devtools/python/python3-pydantic_2.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pydantic_2.5.1.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6"
 
 inherit pypi python_hatchling
 
-SRC_URI[sha256sum] = "69bd6fb62d2d04b7055f59a396993486a2ee586c43a0b89231ce0000de07627c"
+SRC_URI[sha256sum] = "0b8be5413c06aadfbe56f6dc1d45c9ed25fd43264414c571135c97dd77c2bedb"
 
 DEPENDS += "python3-hatch-fancy-pypi-readme-native"
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [oe] [meta-python] [PATCH] python3-pydantic: upgrade 2.5.0 -> 2.5.1
  2023-11-22  6:32 [oe] [meta-python] [PATCH] python3-pydantic: upgrade 2.5.0 -> 2.5.1 wangmy
@ 2023-11-24  0:01 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2023-11-24  0:01 UTC (permalink / raw)
  To: openembedded-devel, wangmy


On Wed, 22 Nov 2023 14:32:42 +0800, wangmy@fujitsu.com wrote:
> Changelog:
> ===========
> -uprev pydantic-core to 2.14.3
> -Fix package description limit
> -Fix ValidateCallWrapper error when creating a model which has a
>  @validate_call wrapped field annotation
> 
> [...]

Applied, thanks!

[1/1] python3-pydantic: upgrade 2.5.0 -> 2.5.1
      commit: 8c362c31388be42d8b4786592893aaf87eb501ca

Best regards,
-- 
Khem Raj <raj.khem@gmail.com>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-24  0:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-22  6:32 [oe] [meta-python] [PATCH] python3-pydantic: upgrade 2.5.0 -> 2.5.1 wangmy
2023-11-24  0:01 ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.