Received: by mail.netbsd.org (Postfix, from userid 605) id 9731784D9C; Mon, 10 Dec 2018 08:53:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8F4A784D26 for ; Mon, 10 Dec 2018 08:53:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id OFWtMQ7UyqxG for ; Mon, 10 Dec 2018 08:53:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D7F4B84D97 for ; Mon, 10 Dec 2018 08:53:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D49D5FB16; Mon, 10 Dec 2018 08:53:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1544431990178910" MIME-Version: 1.0 Date: Mon, 10 Dec 2018 08:53:10 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/lang/py-six To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20181210085310.D49D5FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1544431990178910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Dec 10 08:53:10 UTC 2018 Modified Files: pkgsrc/lang/py-six: Makefile distinfo Log Message: py-six: updated to 1.12.0 1.12.0 - six.add_metaclass` now preserves `__qualname__` from the original class. - Add six.ensure_binary`, `six.ensure_text`, and `six.ensure_str`. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/py-six/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/py-six/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1544431990178910 Content-Disposition: inline Content-Length: 2055 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/py-six/Makefile diff -u pkgsrc/lang/py-six/Makefile:1.13 pkgsrc/lang/py-six/Makefile:1.14 --- pkgsrc/lang/py-six/Makefile:1.13 Mon Aug 20 22:36:21 2018 +++ pkgsrc/lang/py-six/Makefile Mon Dec 10 08:53:10 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2018/08/20 22:36:21 szptvlfn Exp $ +# $NetBSD: Makefile,v 1.14 2018/12/10 08:53:10 adam Exp $ -DISTNAME= six-1.11.0 +DISTNAME= six-1.12.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel lang python MASTER_SITES= ${MASTER_SITE_PYPI:=s/six/} @@ -10,14 +10,10 @@ HOMEPAGE= https://pypi.python.org/pypi/s COMMENT= Python 2 and 3 compatibility utilities LICENSE= mit -# not enabled because this is a bootstrap package -#TEST_DEPENDS+= ${PYPKGPREFIX}-py-[0-9]*:../../devel/py-py -#TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test +TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test USE_LANGUAGES= # none -#BOOTSTRAP_SETUPTOOLS= yes - do-test: cd ${WRKSRC} && py.test-${PYVERSSUFFIX} Index: pkgsrc/lang/py-six/distinfo diff -u pkgsrc/lang/py-six/distinfo:1.10 pkgsrc/lang/py-six/distinfo:1.11 --- pkgsrc/lang/py-six/distinfo:1.10 Mon Sep 18 07:01:53 2017 +++ pkgsrc/lang/py-six/distinfo Mon Dec 10 08:53:10 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2017/09/18 07:01:53 adam Exp $ +$NetBSD: distinfo,v 1.11 2018/12/10 08:53:10 adam Exp $ -SHA1 (six-1.11.0.tar.gz) = 3647372a0e104e7b53bd477762392024e1083ac0 -RMD160 (six-1.11.0.tar.gz) = db622293776cc4fa176220af760dc368f9d866fb -SHA512 (six-1.11.0.tar.gz) = 33f246a2e987141e17e5edad9d3537cf3aba0cbdd0bc2a907ea52ce0d674b1474f29c3dd5cc26605fd960396054b189ca5f501708333cad234c223131483fe24 -Size (six-1.11.0.tar.gz) = 29860 bytes +SHA1 (six-1.12.0.tar.gz) = 1957b44942be21822414f4dde936e6c40b687565 +RMD160 (six-1.12.0.tar.gz) = a23af7c96557f8a654def4c3d07e3bdff09ee30a +SHA512 (six-1.12.0.tar.gz) = 937728372edf1e0ac13bbd706723d0de35e015c30d0ae41f789c5ed2e3669bb0db70cdc6e036ec2d437a6c4aa0d5d1e727b6d09ac34cca7e4e92e5d3b4775151 +Size (six-1.12.0.tar.gz) = 32725 bytes --_----------=_1544431990178910--