diff mbox series

[meta-python,3/3] python3-qrcode: Upgrade 7.4.2 -> 8.0

Message ID 20250319082110.2907028-3-leon.anavi@konsulko.com
State Accepted
Headers show
Series [meta-python,1/3] python3-multidict: Upgrade 6.1.0 -> 6.2.0 | expand

Commit Message

Leon Anavi March 19, 2025, 8:21 a.m. UTC
Upgrade to release 8.0:

- Added support for Python 3.11 and 3.12
- Drop support for Python <=3.8
- Change local development setup to use Poetry
- Testsuite and code quality checks are done through Github Actions
- Code quality and formatting utilises ruff
- Removed typing_extensions as a dependency, as it's no longer
  required with having Python 3.9+ as a requirement
- Only allow high error correction rate (qrcode.ERROR_CORRECT_H)
  when generating QR codes with embedded images to ensure content
  is readable

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/{python3-qrcode_7.4.2.bb => python3-qrcode_8.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-qrcode_7.4.2.bb => python3-qrcode_8.0.bb} (67%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-qrcode_7.4.2.bb b/meta-python/recipes-devtools/python/python3-qrcode_8.0.bb
similarity index 67%
rename from meta-python/recipes-devtools/python/python3-qrcode_7.4.2.bb
rename to meta-python/recipes-devtools/python/python3-qrcode_8.0.bb
index 49cf62860e..dcd92cfe9d 100644
--- a/meta-python/recipes-devtools/python/python3-qrcode_7.4.2.bb
+++ b/meta-python/recipes-devtools/python/python3-qrcode_8.0.bb
@@ -3,9 +3,9 @@  SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=4b802d2a65df4626623c79757f486af9"
 
-SRC_URI[sha256sum] = "9dd969454827e127dbd93696b20747239e6d540e082937c90f14ac95b30f5845"
+SRC_URI[sha256sum] = "025ce2b150f7fe4296d116ee9bad455a6643ab4f6e7dce541613a4758cbce347"
 
-inherit pypi python_setuptools_build_meta
+inherit pypi python_poetry_core
 
 RDEPENDS:${PN} = " \
     python3-six \