diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2026-01-23 11:42:03 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-27 11:58:27 -0800 |
| commit | 5d40ca9cdf28a394bcb64fcbba33582729bc7281 (patch) | |
| tree | 80a41b1e4725e93c15badbc817e2285307c91a1a /meta-python/recipes-devtools/python/python3-reportlab_4.4.9.bb | |
| parent | 4f5846a28041c5c8dbbc28d86a8cab7556c561e0 (diff) | |
| download | meta-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.bb | 13 |
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 @@ | |||
| 1 | SUMMARY = "The Reportlab Toolkit." | ||
| 2 | DESCRIPTION = "An Open Source Python library for generating PDFs and graphics." | ||
| 3 | |||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=cf24392f451ff6710fca1e96cefa0424" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "7cf487764294ee791a4781f5a157bebce262a666ae4bbb87786760a9676c9378" | ||
| 8 | |||
| 9 | CVE_PRODUCT = "reportlab" | ||
| 10 | CVE_STATUS[CVE-2020-28463] = "fixed-version: has been fixed since 3.5.55" | ||
| 11 | inherit pypi python_setuptools_build_meta | ||
| 12 | |||
| 13 | BBCLASSEXTEND = "native nativesdk" | ||
