summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-12-09 17:55:37 +0800
committerKhem Raj <raj.khem@gmail.com>2025-12-09 15:11:01 -0800
commit39335015913a8bcc1b40fb7318334f626a9b8285 (patch)
treea2a1cb49685f9674485ca502abb06ae73cc7c872 /meta-python/recipes-devtools/python
parent95f21ffa95f3faa501b9a2fdac58bcf386c4fd8c (diff)
downloadmeta-openembedded-39335015913a8bcc1b40fb7318334f626a9b8285.tar.gz
python3-marshmallow: upgrade 4.1.0 -> 4.1.1
Bug fix: Ensure URL validator is case-insensitive when using custom schemes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-marshmallow_4.1.1.bb (renamed from meta-python/recipes-devtools/python/python3-marshmallow_4.1.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_4.1.0.bb b/meta-python/recipes-devtools/python/python3-marshmallow_4.1.1.bb
index d1cd21d52c..2919897dc3 100644
--- a/meta-python/recipes-devtools/python/python3-marshmallow_4.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-marshmallow_4.1.1.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "\
6 file://LICENSE;md5=27586b20700d7544c06933afe56f7df4 \ 6 file://LICENSE;md5=27586b20700d7544c06933afe56f7df4 \
7 file://docs/license.rst;md5=13da439ad060419fb7cf364523017cfb" 7 file://docs/license.rst;md5=13da439ad060419fb7cf364523017cfb"
8 8
9SRC_URI[sha256sum] = "daa9862f74e2f7864980d25c29b4ea72944cde48aa17537e3bd5797a4ae62d71" 9SRC_URI[sha256sum] = "550aa14b619072f0a8d8184911b3f1021c5c32587fb27318ddf81ce0d0029c9d"
10 10
11inherit python_flit_core pypi ptest-python-pytest 11inherit python_flit_core pypi ptest-python-pytest
12 12