From d667a591923cc1fdd389d2f4219ad9976b59841a Mon Sep 17 00:00:00 2001 From: wen Date: Sat, 13 Aug 2016 07:08:17 +0000 Subject: Update to 5.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream changes: Version 5.3 Fix incomplete block table for QR version 15. Thanks Rodrigo Queiro for the report and Jacob Welsh for the investigation and fix. Avoid unnecessary dependency for non MS platforms, thanks to Noah Vesely. Make BaseImage.get_image() actually work. Version 5.2 Add --error-correction option to qr script. Fix script piping to stdout in Python 3 and reading non-UTF-8 characters in Python 3. Fix script piping in Windows. Add some useful behind-the-curtain methods for tinkerers. Fix terminal output when using Python 2.6 Fix terminal output to display correctly on MS command line. Version 5.2.1 Small fix to terminal output in Python 3 (and fix tests) Version 5.2.2 Revert some terminal changes from 5.2 that broke Python 3’s real life tty code generation and introduce a better way from Jacob Welsh. --- graphics/py-qrcode/Makefile | 4 ++-- graphics/py-qrcode/PLIST | 3 ++- graphics/py-qrcode/distinfo | 10 +++++----- 3 files changed, 9 insertions(+), 8 deletions(-) (limited to 'graphics/py-qrcode') diff --git a/graphics/py-qrcode/Makefile b/graphics/py-qrcode/Makefile index 013ed2f6dc8..d2643b5b75d 100644 --- a/graphics/py-qrcode/Makefile +++ b/graphics/py-qrcode/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2016/06/09 05:54:32 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2016/08/13 07:08:17 wen Exp $ -DISTNAME= qrcode-5.1 +DISTNAME= qrcode-5.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_PYPI:=q/qrcode/} diff --git a/graphics/py-qrcode/PLIST b/graphics/py-qrcode/PLIST index c9e8c60a11f..fb1ce994844 100644 --- a/graphics/py-qrcode/PLIST +++ b/graphics/py-qrcode/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.3 2014/11/09 16:52:14 rodent Exp $ +@comment $NetBSD: PLIST,v 1.4 2016/08/13 07:08:17 wen Exp $ bin/qr${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt +${PYSITELIB}/${EGG_INFODIR}/pbr.json ${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/qrcode/__init__.py diff --git a/graphics/py-qrcode/distinfo b/graphics/py-qrcode/distinfo index 6c0a3108886..d9c4b9432d1 100644 --- a/graphics/py-qrcode/distinfo +++ b/graphics/py-qrcode/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 21:34:17 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/08/13 07:08:17 wen Exp $ -SHA1 (qrcode-5.1.tar.gz) = 686d017fb655fa2f1d600b1a8672f5ee538ec2d6 -RMD160 (qrcode-5.1.tar.gz) = 41a425a64540be4b3cd3ba697e2cb78910cb1a6f -SHA512 (qrcode-5.1.tar.gz) = 67a7bb51fe2386f3b1ac0b799d3850d3ca4f61286fdc809654df3f5a1071b503707a9a3e82e595b7611dd9d7b7e74b36e19b86942fb5ad94c256cd7ca9aa02f3 -Size (qrcode-5.1.tar.gz) = 22259 bytes +SHA1 (qrcode-5.3.tar.gz) = f7d2f7f7868afbdcbc65bca12f0b79c020b74e08 +RMD160 (qrcode-5.3.tar.gz) = 9eedb3894a185ecbb9800cf8d4f7605a2794f2a3 +SHA512 (qrcode-5.3.tar.gz) = 325ffb3285a4f01f59b1c708a879d6465ad4c8d066b53a15545f381dbc8de7f0b28b3d7b925bac5367de436ababf1c25c75ddbf37066e17b02d68292edd0ef5e +Size (qrcode-5.3.tar.gz) = 24253 bytes -- cgit v1.2.3