summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-tqdm_4.67.2.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-02-05 13:14:31 +0800
committerKhem Raj <raj.khem@gmail.com>2026-02-06 10:06:24 -0800
commit6fcbb7103250ec5953952ed43f911472a89edeac (patch)
tree3bccf888d18df5cecb1a40599f8ff1489441b18c /meta-python/recipes-devtools/python/python3-tqdm_4.67.2.bb
parenta02df1adbdef8eb8ecf83f0e06c9aef8936dbd8d (diff)
downloadmeta-openembedded-6fcbb7103250ec5953952ed43f911472a89edeac.tar.gz
python3-tqdm: upgrade 4.67.1 -> 4.67.2
License-Update: Copyright year updated to 2026 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/python3-tqdm_4.67.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-tqdm_4.67.2.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tqdm_4.67.2.bb b/meta-python/recipes-devtools/python/python3-tqdm_4.67.2.bb
new file mode 100644
index 0000000000..f5ee2d3e4c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-tqdm_4.67.2.bb
@@ -0,0 +1,21 @@
1SUMMARY = "Fast, Extensible Progress Meter"
2HOMEPAGE = "https://tqdm.github.io/"
3SECTION = "devel/python"
4
5LICENSE = "MIT & MPL-2.0"
6LIC_FILES_CHKSUM = "file://LICENCE;md5=9a9bed097dea538bf341c8623c8f8852"
7
8SRC_URI[sha256sum] = "649aac53964b2cb8dec76a14b405a4c0d13612cb8933aae547dd144eacc99653"
9
10CVE_PRODUCT = "tqdm"
11
12inherit pypi python_setuptools_build_meta
13
14DEPENDS += "python3-setuptools-scm-native"
15
16RDEPENDS:${PN} += " \
17 python3-logging \
18 python3-numbers \
19"
20
21BBCLASSEXTEND = "native nativesdk"