Skip to content

Commit

Permalink
textproc/py-qrcode: Update to 7.3
Browse files Browse the repository at this point in the history
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
  • Loading branch information
leres committed Dec 26, 2021
1 parent 7120978 commit 0f8aed3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions 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}
Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit 0f8aed3

Please sign in to comment.