summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-qrcode_6.1.bb
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@fujitsu.com>2021-07-09 09:30:18 +0800
committerKhem Raj <raj.khem@gmail.com>2021-07-13 09:38:07 -0700
commit5fdff3f352ade69f74c5b185af07effa48d99775 (patch)
tree87bc5fddf1c075a153bb1ab3b0aa0b612be50317 /meta-python/recipes-devtools/python/python3-qrcode_6.1.bb
parented51c73c937bab841e60968fa46bb110c318f6ac (diff)
downloadmeta-openembedded-5fdff3f352ade69f74c5b185af07effa48d99775.tar.gz
python3-qrcode: upgrade 6.1 -> 7.1
7.1 (1 July 2021) ================= - Add --ascii parameter to command line interface allowing to output ascii when stdout is piped - Add --output parameter to command line interface to specify output file - Accept RGB tuples in fill_color and back_color - Add to_string method to SVG images - Replace inline styles with SVG attributes to avoid CSP issues - Add Python3.10 to supported versions Signed-off-by: Zheng Ruoqin <zhengrq.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_6.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-qrcode_6.1.bb11
1 files changed, 0 insertions, 11 deletions
diff --git a/meta-python/recipes-devtools/python/python3-qrcode_6.1.bb b/meta-python/recipes-devtools/python/python3-qrcode_6.1.bb
deleted file mode 100644
index df99d403d1..0000000000
--- a/meta-python/recipes-devtools/python/python3-qrcode_6.1.bb
+++ /dev/null
@@ -1,11 +0,0 @@
1SUMMARY = "QR Code image generator"
2SECTION = "devel/python"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=4b802d2a65df4626623c79757f486af9"
5
6PYPI_PACKAGE = "qrcode"
7SRC_URI[sha256sum] = "505253854f607f2abf4d16092c61d4e9d511a3b4392e60bff957a68592b04369"
8
9inherit pypi setuptools3
10
11RDEPENDS_${PN} = "python3-six python3-pillow"