summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-02-12 17:07:16 +0800
committerKhem Raj <raj.khem@gmail.com>2023-02-12 08:56:16 -0800
commit3649ef5fb117314a899c987506e03a84023c9f56 (patch)
tree957d04646efd6250bab3fb9c0b85e4190036c7bc /meta-python/recipes-devtools/python
parent09e784889f17d46a0b5dca59855bb75ffe449eae (diff)
downloadmeta-openembedded-3649ef5fb117314a899c987506e03a84023c9f56.tar.gz
python3-qrcode: upgrade 7.3.1 -> 7.4.2
Changelog: ========== - Allow pypng factory to allow for saving to a string (like qr.save("some_file.png")) in addition to file-like objects. - Fix bad over-optimization in v7.4 that broke large QR codes. Thanks to mattiasj-axis! - Restructure the factory drawers, allowing different shapes in SVG image factories as well. - Add a --factory-drawer option to the qr console script. - Optimize the output for the SVGPathImage factory (more than 30% reduction in file sizes). - Add a pypng image factory as a pure Python PNG solution. If pillow is not installed, then this becomes the default factory. - The pymaging image factory has been removed, but its factory shortcut and the actual PymagingImage factory class now just link to the PyPNGImage factory. 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')
-rw-r--r--meta-python/recipes-devtools/python/python3-qrcode_7.4.2.bb (renamed from meta-python/recipes-devtools/python/python3-qrcode_7.3.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-qrcode_7.3.1.bb b/meta-python/recipes-devtools/python/python3-qrcode_7.4.2.bb
index f6de60e1a9..8c0429bbb1 100644
--- a/meta-python/recipes-devtools/python/python3-qrcode_7.3.1.bb
+++ b/meta-python/recipes-devtools/python/python3-qrcode_7.4.2.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=4b802d2a65df4626623c79757f486af9" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=4b802d2a65df4626623c79757f486af9"
5 5
6PYPI_PACKAGE = "qrcode" 6PYPI_PACKAGE = "qrcode"
7SRC_URI[sha256sum] = "375a6ff240ca9bd41adc070428b5dfc1dcfbb0f2507f1ac848f6cded38956578" 7SRC_URI[sha256sum] = "9dd969454827e127dbd93696b20747239e6d540e082937c90f14ac95b30f5845"
8 8
9inherit pypi setuptools3 9inherit pypi setuptools3
10 10