From 7d7ae015feb17042f0963e5596138a4df03078b6 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Sat, 30 Oct 2021 12:53:47 +0300 Subject: python3-qrcode: Upgrade 7.3 -> 7.3.1 Upgrade to release 7.3.1: - Improvements for embeded image Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-qrcode_7.3.1.bb | 11 +++++++++++ meta-python/recipes-devtools/python/python3-qrcode_7.3.bb | 11 ----------- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-qrcode_7.3.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-qrcode_7.3.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-qrcode_7.3.1.bb b/meta-python/recipes-devtools/python/python3-qrcode_7.3.1.bb new file mode 100644 index 0000000000..f6de60e1a9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-qrcode_7.3.1.bb @@ -0,0 +1,11 @@ +SUMMARY = "QR Code image generator" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=4b802d2a65df4626623c79757f486af9" + +PYPI_PACKAGE = "qrcode" +SRC_URI[sha256sum] = "375a6ff240ca9bd41adc070428b5dfc1dcfbb0f2507f1ac848f6cded38956578" + +inherit pypi setuptools3 + +RDEPENDS:${PN} = "python3-six python3-pillow" diff --git a/meta-python/recipes-devtools/python/python3-qrcode_7.3.bb b/meta-python/recipes-devtools/python/python3-qrcode_7.3.bb deleted file mode 100644 index f195f47177..0000000000 --- a/meta-python/recipes-devtools/python/python3-qrcode_7.3.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "QR Code image generator" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=4b802d2a65df4626623c79757f486af9" - -PYPI_PACKAGE = "qrcode" -SRC_URI[sha256sum] = "d72861b65e26b611609f0547f0febe58aed8ae229d6bf4e675834f40742915b3" - -inherit pypi setuptools3 - -RDEPENDS:${PN} = "python3-six python3-pillow" -- cgit v1.2.3-54-g00ecf