aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorCraig Leres <leres@FreeBSD.org>2021-12-26 23:25:18 +0000
committerCraig Leres <leres@FreeBSD.org>2021-12-26 23:25:18 +0000
commit0f8aed33528cca4f2387ceb498115275feeafd11 (patch)
treed07b74400dfaaaf1a7e2198e7d04bba58964ad27 /textproc
parent7120978bfa73a215ef241816848876710524367f (diff)
downloadports-0f8aed33528cca4f2387ceb498115275feeafd11.tar.gz
ports-0f8aed33528cca4f2387ceb498115275feeafd11.zip
textproc/py-qrcode: Update to 7.3
Changes since 6.1: - 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 Styled PIL image factory, allowing different color masks and shapes in QR codes - Small performance inprovement - Add check for border size parameter - Skip color mask if QR is black and white Reported by: portscout
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-qrcode/Makefile3
-rw-r--r--textproc/py-qrcode/distinfo6
2 files changed, 4 insertions, 5 deletions
diff --git a/textproc/py-qrcode/Makefile b/textproc/py-qrcode/Makefile
index f59fac7fc26d..635bd1230106 100644
--- a/textproc/py-qrcode/Makefile
+++ b/textproc/py-qrcode/Makefile
@@ -1,8 +1,7 @@
# Created by: Neil Booth
PORTNAME= qrcode
-PORTVERSION= 6.1
-PORTREVISION= 1
+PORTVERSION= 7.3
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/textproc/py-qrcode/distinfo b/textproc/py-qrcode/distinfo
index 33cac456a5cd..ea3945917dab 100644
--- a/textproc/py-qrcode/distinfo
+++ b/textproc/py-qrcode/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1561166609
-SHA256 (qrcode-6.1.tar.gz) = 505253854f607f2abf4d16092c61d4e9d511a3b4392e60bff957a68592b04369
-SIZE (qrcode-6.1.tar.gz) = 29363
+TIMESTAMP = 1640472677
+SHA256 (qrcode-7.3.tar.gz) = d72861b65e26b611609f0547f0febe58aed8ae229d6bf4e675834f40742915b3
+SIZE (qrcode-7.3.tar.gz) = 43352