diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-05-21 16:59:20 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-05-21 07:39:41 -0700 |
| commit | d6fd953e84ee33b01824e2ade37b28b2b094863d (patch) | |
| tree | fb57c9b123d4a737c37bf7ab07380da9609a0661 /meta-python/recipes-devtools/python/python3-qrcode_8.2.bb | |
| parent | b2b9fb536507b5404f6cfe9f869880be4b47166e (diff) | |
| download | meta-openembedded-d6fd953e84ee33b01824e2ade37b28b2b094863d.tar.gz | |
python3-qrcode: upgrade 8.1 -> 8.2
Changelog:
=============
- Optimize QRColorMask apply_mask method for enhanced performance
- Fix typos on StyledPilImage embeded_* parameters.
The old parameters with the typos are still accepted for backward compatibility.
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-qrcode_8.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-qrcode_8.2.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-qrcode_8.2.bb b/meta-python/recipes-devtools/python/python3-qrcode_8.2.bb new file mode 100644 index 0000000000..1671864c1f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-qrcode_8.2.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "QR Code image generator" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4b802d2a65df4626623c79757f486af9" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "35c3f2a4172b33136ab9f6b3ef1c00260dd2f66f858f24d88418a015f446506c" | ||
| 7 | |||
| 8 | inherit pypi python_poetry_core | ||
| 9 | |||
| 10 | RDEPENDS:${PN} = " \ | ||
| 11 | python3-six \ | ||
| 12 | python3-pillow \ | ||
| 13 | python3-pypng \ | ||
| 14 | python3-typing-extensions \ | ||
| 15 | " | ||
