mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
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
This commit is contained in:
parent
7120978bfa
commit
0f8aed3352
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user