Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 362777A219 for ; Wed, 17 May 2017 11:40:00 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 74C0185792; Wed, 17 May 2017 11:39:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 054B98578F for ; Wed, 17 May 2017 11:39:59 +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 JXRpB2Noh31O for ; Wed, 17 May 2017 11:39:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 41C2385595 for ; Wed, 17 May 2017 11:39:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3EE43FBE4; Wed, 17 May 2017 11:39:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1495021198208340" MIME-Version: 1.0 Date: Wed, 17 May 2017 11:39:58 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-coverage To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170517113958.3EE43FBE4@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. --_----------=_1495021198208340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed May 17 11:39:58 UTC 2017 Modified Files: pkgsrc/devel/py-coverage: Makefile PLIST distinfo Log Message: Version 4.4.1 - No code changes: just corrected packaging for Python 2.7 Linux wheels. Version 4.4 - Reports could produce the wrong file names for packages, reporting ``pkg.py`` instead of the correct ``pkg/__init__.py``. This is now fixed. Thanks, Dirk Thomas. - XML reports could produce ```` and ```` lines that together didn't specify a valid source file path. This is now fixed. (`issue 526`_) - Namespace packages are no longer warned as having no code. (`issue 572`_) - Code that uses ``sys.settrace(sys.gettrace())`` in a file that wasn't being coverage-measured would prevent correct coverage measurement in following code. An example of this was running doctests programmatically. This is now fixed. (`issue 575`_) - Errors printed by the ``coverage`` command now go to stderr instead of stdout. - Running ``coverage xml`` in a directory named with non-ASCII characters would fail under Python 2. This is now fixed. (`issue 573`_) To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-coverage/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-coverage/PLIST cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-coverage/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1495021198208340 Content-Disposition: inline Content-Length: 3952 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-coverage/Makefile diff -u pkgsrc/devel/py-coverage/Makefile:1.10 pkgsrc/devel/py-coverage/Makefile:1.11 --- pkgsrc/devel/py-coverage/Makefile:1.10 Sun Aug 28 15:48:29 2016 +++ pkgsrc/devel/py-coverage/Makefile Wed May 17 11:39:58 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2016/08/28 15:48:29 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/05/17 11:39:58 adam Exp $ -DISTNAME= coverage-4.0.2 +DISTNAME= coverage-4.4.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=c/coverage/} @@ -16,9 +16,6 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-greenlet- USE_LANGUAGES= c -post-extract: - ${CHMOD} +r ${WRKSRC}/coverage.egg-info/* - post-install: ${RM} ${DESTDIR}${PREFIX}/bin/coverage Index: pkgsrc/devel/py-coverage/PLIST diff -u pkgsrc/devel/py-coverage/PLIST:1.5 pkgsrc/devel/py-coverage/PLIST:1.6 --- pkgsrc/devel/py-coverage/PLIST:1.5 Sat Nov 7 19:12:09 2015 +++ pkgsrc/devel/py-coverage/PLIST Wed May 17 11:39:58 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2015/11/07 19:12:09 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2017/05/17 11:39:58 adam Exp $ bin/coverage-${PYVERSSUFFIX} ${PLIST.py2x}bin/coverage2 ${PLIST.py3x}bin/coverage3 @@ -53,12 +53,15 @@ ${PYSITELIB}/coverage/execfile.pyo ${PYSITELIB}/coverage/files.py ${PYSITELIB}/coverage/files.pyc ${PYSITELIB}/coverage/files.pyo +${PYSITELIB}/coverage/fullcoverage/encodings.py +${PYSITELIB}/coverage/fullcoverage/encodings.pyc +${PYSITELIB}/coverage/fullcoverage/encodings.pyo ${PYSITELIB}/coverage/html.py ${PYSITELIB}/coverage/html.pyc ${PYSITELIB}/coverage/html.pyo ${PYSITELIB}/coverage/htmlfiles/coverage_html.js ${PYSITELIB}/coverage/htmlfiles/index.html -${PYSITELIB}/coverage/htmlfiles/jquery.debounce.min.js +${PYSITELIB}/coverage/htmlfiles/jquery.ba-throttle-debounce.min.js ${PYSITELIB}/coverage/htmlfiles/jquery.hotkeys.js ${PYSITELIB}/coverage/htmlfiles/jquery.isonscreen.js ${PYSITELIB}/coverage/htmlfiles/jquery.min.js @@ -70,9 +73,9 @@ ${PYSITELIB}/coverage/htmlfiles/style.cs ${PYSITELIB}/coverage/misc.py ${PYSITELIB}/coverage/misc.pyc ${PYSITELIB}/coverage/misc.pyo -${PYSITELIB}/coverage/monkey.py -${PYSITELIB}/coverage/monkey.pyc -${PYSITELIB}/coverage/monkey.pyo +${PYSITELIB}/coverage/multiproc.py +${PYSITELIB}/coverage/multiproc.pyc +${PYSITELIB}/coverage/multiproc.pyo ${PYSITELIB}/coverage/parser.py ${PYSITELIB}/coverage/parser.pyc ${PYSITELIB}/coverage/parser.pyo @@ -106,9 +109,6 @@ ${PYSITELIB}/coverage/summary.pyo ${PYSITELIB}/coverage/templite.py ${PYSITELIB}/coverage/templite.pyc ${PYSITELIB}/coverage/templite.pyo -${PYSITELIB}/coverage/test_helpers.py -${PYSITELIB}/coverage/test_helpers.pyc -${PYSITELIB}/coverage/test_helpers.pyo ${PYSITELIB}/coverage/tracer.so ${PYSITELIB}/coverage/version.py ${PYSITELIB}/coverage/version.pyc Index: pkgsrc/devel/py-coverage/distinfo diff -u pkgsrc/devel/py-coverage/distinfo:1.6 pkgsrc/devel/py-coverage/distinfo:1.7 --- pkgsrc/devel/py-coverage/distinfo:1.6 Sat Nov 7 19:12:09 2015 +++ pkgsrc/devel/py-coverage/distinfo Wed May 17 11:39:58 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/07 19:12:09 wiz Exp $ +$NetBSD: distinfo,v 1.7 2017/05/17 11:39:58 adam Exp $ -SHA1 (coverage-4.0.2.tar.gz) = 2026f243a6a630a2723791cc51f6e9f808d4c007 -RMD160 (coverage-4.0.2.tar.gz) = 9952fb840fd2ed9996921d9e3b526f0c20b8acb1 -SHA512 (coverage-4.0.2.tar.gz) = ba3ec08bc1dfb297b792efdf30708d631075c29d5d40d7d27e0515fa318c023379200b6a6f2c1a70c68a6f1bfd92b8a8cecd8667219aff6bc26f6285cec73ebc -Size (coverage-4.0.2.tar.gz) = 352797 bytes +SHA1 (coverage-4.4.1.tar.gz) = 4f7ed244125c3fc174bca3d3857b6f92b9f652bf +RMD160 (coverage-4.4.1.tar.gz) = 6254b6672632af2f3c5b5241df4b97d4245a501b +SHA512 (coverage-4.4.1.tar.gz) = 48183f9f6bde57705bbd4c491804b3e4f66db5ae989fb26b06b7206a9e499e5dadf6e454b78268bf2bed525a2a08958f2bd63f233f04e14cefdd296651a86937 +Size (coverage-4.4.1.tar.gz) = 369789 bytes --_----------=_1495021198208340--