pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-qrcode



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Aug 13 07:08:17 UTC 2016

Modified Files:
        pkgsrc/graphics/py-qrcode: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/py-qrcode/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/py-qrcode/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/py-qrcode/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/py-qrcode/Makefile
diff -u pkgsrc/graphics/py-qrcode/Makefile:1.7 pkgsrc/graphics/py-qrcode/Makefile:1.8
--- pkgsrc/graphics/py-qrcode/Makefile:1.7      Thu Jun  9 05:54:32 2016
+++ pkgsrc/graphics/py-qrcode/Makefile  Sat Aug 13 07:08:17 2016
@@ -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/}

Index: pkgsrc/graphics/py-qrcode/PLIST
diff -u pkgsrc/graphics/py-qrcode/PLIST:1.3 pkgsrc/graphics/py-qrcode/PLIST:1.4
--- pkgsrc/graphics/py-qrcode/PLIST:1.3 Sun Nov  9 16:52:14 2014
+++ pkgsrc/graphics/py-qrcode/PLIST     Sat Aug 13 07:08:17 2016
@@ -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

Index: pkgsrc/graphics/py-qrcode/distinfo
diff -u pkgsrc/graphics/py-qrcode/distinfo:1.4 pkgsrc/graphics/py-qrcode/distinfo:1.5
--- pkgsrc/graphics/py-qrcode/distinfo:1.4      Tue Nov  3 21:34:17 2015
+++ pkgsrc/graphics/py-qrcode/distinfo  Sat Aug 13 07:08:17 2016
@@ -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