From d6fd953e84ee33b01824e2ade37b28b2b094863d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 21 May 2025 16:59:20 +0800 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-qrcode_8.1.bb | 15 --------------- meta-python/recipes-devtools/python/python3-qrcode_8.2.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-qrcode_8.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-qrcode_8.2.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-qrcode_8.1.bb b/meta-python/recipes-devtools/python/python3-qrcode_8.1.bb deleted file mode 100644 index e37c6bcdea..0000000000 --- a/meta-python/recipes-devtools/python/python3-qrcode_8.1.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "QR Code image generator" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=4b802d2a65df4626623c79757f486af9" - -SRC_URI[sha256sum] = "e8df73caf72c3bace3e93d9fa0af5aa78267d4f3f5bc7ab1b208f271605a5e48" - -inherit pypi python_poetry_core - -RDEPENDS:${PN} = " \ - python3-six \ - python3-pillow \ - python3-pypng \ - python3-typing-extensions \ -" 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 @@ +SUMMARY = "QR Code image generator" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=4b802d2a65df4626623c79757f486af9" + +SRC_URI[sha256sum] = "35c3f2a4172b33136ab9f6b3ef1c00260dd2f66f858f24d88418a015f446506c" + +inherit pypi python_poetry_core + +RDEPENDS:${PN} = " \ + python3-six \ + python3-pillow \ + python3-pypng \ + python3-typing-extensions \ +" -- cgit v1.2.3-54-g00ecf