python-qrcode: bump to 7.3.1
authorEneas U de Queiroz <redacted>
Mon, 11 Oct 2021 12:39:38 +0000 (09:39 -0300)
committerRosen Penev <redacted>
Thu, 14 Oct 2021 05:21:06 +0000 (22:21 -0700)
This is a major update, which drops support for python < 3.6, among
other changes, better seen at:
https://github.com/lincolnloop/python-qrcode/blob/v7.3.1/CHANGES.rst

Signed-off-by: Eneas U de Queiroz <redacted>
lang/python/python-qrcode/Makefile

index 1e674f754f934f50f396286ad3a4f85efd60d903..d33f51ef09b070690c4724d49c7a654c26a1ec7f 100644 (file)
@@ -6,11 +6,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-qrcode
-PKG_VERSION:=6.1
-PKG_RELEASE:=3
+PKG_VERSION:=7.3.1
+PKG_RELEASE:=1
 
 PYPI_NAME:=qrcode
-PKG_HASH:=505253854f607f2abf4d16092c61d4e9d511a3b4392e60bff957a68592b04369
+PKG_HASH:=375a6ff240ca9bd41adc070428b5dfc1dcfbb0f2507f1ac848f6cded38956578
 
 PKG_MAINTAINER:=Eneas U de Queiroz <cotequeiroz@gmail.com>
 PKG_LICENSE:=BSD-3-Clause
@@ -29,7 +29,6 @@ define Package/python3-qrcode
   DEPENDS:= \
        +python3 \
        +python3-setuptools \
-       +python3-six \
        +python3-pillow
 endef
 
git clone https://git.99rst.org/PROJECT