git: 0f8aed33528c - main - textproc/py-qrcode: Update to 7.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Dec 2021 23:25:52 UTC
The branch main has been updated by leres:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0f8aed33528cca4f2387ceb498115275feeafd11
commit 0f8aed33528cca4f2387ceb498115275feeafd11
Author: Craig Leres <leres@FreeBSD.org>
AuthorDate: 2021-12-26 23:25:18 +0000
Commit: Craig Leres <leres@FreeBSD.org>
CommitDate: 2021-12-26 23:25:18 +0000
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
---
textproc/py-qrcode/Makefile | 3 +--
textproc/py-qrcode/distinfo | 6 +++---
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