From f2a75edc85c6b16701a6fee9af3d76f27231b124 Mon Sep 17 00:00:00 2001 From: rodent Date: Wed, 16 Jul 2014 23:36:23 +0000 Subject: Version 5.0 =========== * Speed optimizations. * Change the output when using the ``qr`` script to use ASCII rather than just colors, better using the terminal real estate. * Fix a bug in passing bytecode data directly when in Python 3. * Substation speed optimizations to best-fit algorithm (thanks Jacob Welsh!). Version 5.0.1 ------------- * Update version numbers correctly. --- graphics/py-qrcode/Makefile | 4 ++-- graphics/py-qrcode/PLIST | 8 +++++++- graphics/py-qrcode/distinfo | 8 ++++---- 3 files changed, 13 insertions(+), 7 deletions(-) (limited to 'graphics/py-qrcode') diff --git a/graphics/py-qrcode/Makefile b/graphics/py-qrcode/Makefile index 1f96c8be5e8..390cac70e36 100644 --- a/graphics/py-qrcode/Makefile +++ b/graphics/py-qrcode/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2014/02/02 00:27:38 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2014/07/16 23:36:23 rodent Exp $ -DISTNAME= qrcode-4.0.4 +DISTNAME= qrcode-5.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= graphics MASTER_SITES= https://pypi.python.org/packages/source/q/qrcode/ diff --git a/graphics/py-qrcode/PLIST b/graphics/py-qrcode/PLIST index 0823911c0e5..5d0a1faf90a 100644 --- a/graphics/py-qrcode/PLIST +++ b/graphics/py-qrcode/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2014/02/02 00:27:38 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2014/07/16 23:36:23 rodent Exp $ bin/qr ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -35,6 +35,12 @@ ${PYSITELIB}/qrcode/image/svg.pyo ${PYSITELIB}/qrcode/main.py ${PYSITELIB}/qrcode/main.pyc ${PYSITELIB}/qrcode/main.pyo +${PYSITELIB}/qrcode/mecard.py +${PYSITELIB}/qrcode/mecard.pyc +${PYSITELIB}/qrcode/mecard.pyo +${PYSITELIB}/qrcode/speedy.py +${PYSITELIB}/qrcode/speedy.pyc +${PYSITELIB}/qrcode/speedy.pyo ${PYSITELIB}/qrcode/tests.py ${PYSITELIB}/qrcode/tests.pyc ${PYSITELIB}/qrcode/tests.pyo diff --git a/graphics/py-qrcode/distinfo b/graphics/py-qrcode/distinfo index 6b1616c7834..da96fd8c7be 100644 --- a/graphics/py-qrcode/distinfo +++ b/graphics/py-qrcode/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2014/02/02 00:27:38 rodent Exp $ +$NetBSD: distinfo,v 1.2 2014/07/16 23:36:23 rodent Exp $ -SHA1 (qrcode-4.0.4.tar.gz) = e4960a9889b985cd92f404539f0aeace3f6552b3 -RMD160 (qrcode-4.0.4.tar.gz) = bdf677e98ea250ba15fddce58961d1ce5e76a89e -Size (qrcode-4.0.4.tar.gz) = 18769 bytes +SHA1 (qrcode-5.0.1.tar.gz) = ac89d395d578b9e4c0f05884f649a9135962c4bc +RMD160 (qrcode-5.0.1.tar.gz) = 4b79d1be2088884b2e9273b787c6d5bceaf5a437 +Size (qrcode-5.0.1.tar.gz) = 20546 bytes -- cgit v1.2.3