diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-04-24 16:42:25 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-04-25 10:05:58 +0100 |
commit | d2b76538679910d986e3e58f91bd9fce8eb9c63f (patch) | |
tree | cc104eba4ff856f62eaa0d51ab3ebb77bec2988b /meta/recipes-devtools/python | |
parent | e411840719054ed7e1ada8b2386860a91c80672b (diff) | |
download | openembedded-core-contrib-d2b76538679910d986e3e58f91bd9fce8eb9c63f.tar.gz |
python3-trove-classifiers: upgrade 2024.3.3 -> 2024.4.10
Changelog:
==========
- Add Natural Languages
- Add OpenTelemetry related classifiers
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python3-trove-classifiers_2024.4.10.bb (renamed from meta/recipes-devtools/python/python3-trove-classifiers_2024.3.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-trove-classifiers_2024.3.3.bb b/meta/recipes-devtools/python/python3-trove-classifiers_2024.4.10.bb index b912efcf55f..357b4289832 100644 --- a/meta/recipes-devtools/python/python3-trove-classifiers_2024.3.3.bb +++ b/meta/recipes-devtools/python/python3-trove-classifiers_2024.4.10.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/pypa/trove-classifiers" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" -SRC_URI[sha256sum] = "df7edff9c67ff86b733628998330b180e81d125b1e096536d83ac0fd79673fdc" +SRC_URI[sha256sum] = "49f40bb6a746b72a1cba4f8d55ee8252169cda0f70802e3fd24f04b7fb25a492" inherit pypi python_setuptools_build_meta ptest |