pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/py-qrcode Update to 5.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/620f95881885
branches:  trunk
changeset: 351063:620f95881885
user:      wen <wen%pkgsrc.org@localhost>
date:      Sat Aug 13 07:08:17 2016 +0000

description:
Update to 5.3

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.

diffstat:

 graphics/py-qrcode/Makefile |   4 ++--
 graphics/py-qrcode/PLIST    |   3 ++-
 graphics/py-qrcode/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (42 lines):

diff -r 37586db4726a -r 620f95881885 graphics/py-qrcode/Makefile
--- a/graphics/py-qrcode/Makefile       Sat Aug 13 06:45:46 2016 +0000
+++ b/graphics/py-qrcode/Makefile       Sat Aug 13 07:08:17 2016 +0000
@@ -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 -r 37586db4726a -r 620f95881885 graphics/py-qrcode/PLIST
--- a/graphics/py-qrcode/PLIST  Sat Aug 13 06:45:46 2016 +0000
+++ b/graphics/py-qrcode/PLIST  Sat Aug 13 07:08:17 2016 +0000
@@ -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 -r 37586db4726a -r 620f95881885 graphics/py-qrcode/distinfo
--- a/graphics/py-qrcode/distinfo       Sat Aug 13 06:45:46 2016 +0000
+++ b/graphics/py-qrcode/distinfo       Sat Aug 13 07:08:17 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index