summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2026-01-27 13:18:59 +0200
committerKhem Raj <raj.khem@gmail.com>2026-01-27 11:58:31 -0800
commit09474c2a6fdd2fd15a714c0b8d62049c71b8d591 (patch)
treea5d4b95ba60d0c9725dfe9e86e70c177b3a3eda3 /meta-python
parent3d9d9fd424e423415c1b200432ac63005515465f (diff)
downloadmeta-openembedded-09474c2a6fdd2fd15a714c0b8d62049c71b8d591.tar.gz
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 <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-jmespath_1.1.0.bb (renamed from meta-python/recipes-devtools/python/python3-jmespath_1.0.1.bb)4
1 files changed, 2 insertions, 2 deletions
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
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
2HOMEPAGE = "https://pypi.org/project/jmespath/" 2HOMEPAGE = "https://pypi.org/project/jmespath/"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2683790f5fabb41a3f75b70558799eb4" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=03b6f09850fb409684cafac03f85aff1"
6 6
7SRC_URI[sha256sum] = "90261b206d6defd58fdd5e85f478bf633a2901798906be2ad389150c5c60edbe" 7SRC_URI[sha256sum] = "472c87d80f36026ae83c6ddd0f1d05d4e510134ed462851fd5f754c8c3cbb88d"
8 8
9inherit pypi setuptools3 9inherit pypi setuptools3
10 10