diff options
| author | zangrc <zangrc.fnst@fujitsu.com> | 2021-07-23 22:24:39 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-07-27 09:51:35 -0700 |
| commit | 9ada4ac6103c522da419f56a8152900ac647bad1 (patch) | |
| tree | d151da750050f5ee7f44b22e724b321909e913ed /meta-python/recipes-devtools/python/python3-qrcode_7.2.bb | |
| parent | 8fbcfb9f023e0eab7f122eb19607a1c757b0d245 (diff) | |
| download | meta-openembedded-9ada4ac6103c522da419f56a8152900ac647bad1.tar.gz | |
python3-qrcode: upgrade 7.1 -> 7.2
7.2 (19 July 2021)
==================
- Add Styled PIL image factory, allowing different color masks and shapes in QR codes
- Small performance inprovement
- Add check for border size parameter
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-qrcode_7.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-qrcode_7.2.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-qrcode_7.2.bb b/meta-python/recipes-devtools/python/python3-qrcode_7.2.bb new file mode 100644 index 0000000000..d5f54e60a0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-qrcode_7.2.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | SUMMARY = "QR Code image generator" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4b802d2a65df4626623c79757f486af9" | ||
| 5 | |||
| 6 | PYPI_PACKAGE = "qrcode" | ||
| 7 | SRC_URI[sha256sum] = "153ad96f5892e6fe2f3699296240976ac3a6d068e2eb48bbfc64b4c4c4d675ea" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | RDEPENDS_${PN} = "python3-six python3-pillow" | ||
