summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-reportlab_4.4.9.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2026-01-23 11:42:03 +0200
committerKhem Raj <raj.khem@gmail.com>2026-01-27 11:58:27 -0800
commit5d40ca9cdf28a394bcb64fcbba33582729bc7281 (patch)
tree80a41b1e4725e93c15badbc817e2285307c91a1a /meta-python/recipes-devtools/python/python3-reportlab_4.4.9.bb
parent4f5846a28041c5c8dbbc28d86a8cab7556c561e0 (diff)
downloadmeta-openembedded-5d40ca9cdf28a394bcb64fcbba33582729bc7281.tar.gz
python3-reportlab: Upgrade 4.4.5 -> 4.4.9
Upgrade to release 4.4.9: - Remove unwanted debug Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-reportlab_4.4.9.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-reportlab_4.4.9.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-reportlab_4.4.9.bb b/meta-python/recipes-devtools/python/python3-reportlab_4.4.9.bb
new file mode 100644
index 0000000000..bd8f33dd0a
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-reportlab_4.4.9.bb
@@ -0,0 +1,13 @@
1SUMMARY = "The Reportlab Toolkit."
2DESCRIPTION = "An Open Source Python library for generating PDFs and graphics."
3
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=cf24392f451ff6710fca1e96cefa0424"
6
7SRC_URI[sha256sum] = "7cf487764294ee791a4781f5a157bebce262a666ae4bbb87786760a9676c9378"
8
9CVE_PRODUCT = "reportlab"
10CVE_STATUS[CVE-2020-28463] = "fixed-version: has been fixed since 3.5.55"
11inherit pypi python_setuptools_build_meta
12
13BBCLASSEXTEND = "native nativesdk"