From 71285e98077121aa6135fc1c5f8cfc4e1b89810b Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 27 Jan 2026 13:18:59 +0200 Subject: [PATCH] python3-jmespath: Upgrade 1.0.1 -> 1.1.0 Upgrade to release 1.1.0: - Fix concurrency issue with cache - Added support for Python 3.12-3.14 - Removed support for Python 3.7-3.8 License-Update: Use file LICENSE Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../{python3-jmespath_1.0.1.bb => python3-jmespath_1.1.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-jmespath_1.0.1.bb => python3-jmespath_1.1.0.bb} (65%) diff --git a/meta-python/recipes-devtools/python/python3-jmespath_1.0.1.bb b/meta-python/recipes-devtools/python/python3-jmespath_1.1.0.bb similarity index 65% rename from meta-python/recipes-devtools/python/python3-jmespath_1.0.1.bb rename to meta-python/recipes-devtools/python/python3-jmespath_1.1.0.bb index 73f5f4d025..5d03382e69 100644 --- a/meta-python/recipes-devtools/python/python3-jmespath_1.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-jmespath_1.1.0.bb @@ -2,9 +2,9 @@ SUMMARY = "JMESPath (pronounced 'james path') allows you to declaratively specif HOMEPAGE = "https://pypi.org/project/jmespath/" SECTION = "devel/python" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2683790f5fabb41a3f75b70558799eb4" +LIC_FILES_CHKSUM = "file://LICENSE;md5=03b6f09850fb409684cafac03f85aff1" -SRC_URI[sha256sum] = "90261b206d6defd58fdd5e85f478bf633a2901798906be2ad389150c5c60edbe" +SRC_URI[sha256sum] = "472c87d80f36026ae83c6ddd0f1d05d4e510134ed462851fd5f754c8c3cbb88d" inherit pypi setuptools3