Received: by mail.netbsd.org (Postfix, from userid 605) id C1A7684E39; Sun, 26 Nov 2017 17:17:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4AF6B84DB9 for ; Sun, 26 Nov 2017 17:17:50 +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 vZzjiSzGxCVS for ; Sun, 26 Nov 2017 17:17:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C1CF484C8D for ; Sun, 26 Nov 2017 17:17:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BD22FFB40; Sun, 26 Nov 2017 17:17:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1511716669234540" MIME-Version: 1.0 Date: Sun, 26 Nov 2017 17:17:49 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test-flake8 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171126171749.BD22FFB40@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. --_----------=_1511716669234540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Nov 26 17:17:49 UTC 2017 Modified Files: pkgsrc/devel/py-test-flake8: Makefile distinfo Log Message: py-test-flake8: updated to 0.9.1 0.9.1 Do continuous integration with Travis Declare compatibility with Python 3.6 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-flake8/Makefile \ pkgsrc/devel/py-test-flake8/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1511716669234540 Content-Disposition: inline Content-Length: 2152 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test-flake8/Makefile diff -u pkgsrc/devel/py-test-flake8/Makefile:1.1 pkgsrc/devel/py-test-flake8/Makefile:1.2 --- pkgsrc/devel/py-test-flake8/Makefile:1.1 Mon Aug 21 15:35:11 2017 +++ pkgsrc/devel/py-test-flake8/Makefile Sun Nov 26 17:17:49 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2017/08/21 15:35:11 adam Exp $ +# $NetBSD: Makefile,v 1.2 2017/11/26 17:17:49 adam Exp $ -DISTNAME= pytest-flake8-0.8.1 +DISTNAME= pytest-flake8-0.9.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-flake8/} @@ -10,8 +10,8 @@ HOMEPAGE= https://github.com/tholo/pytes COMMENT= Plugin plugin to check FLAKE8 requirements LICENSE= modified-bsd -DEPENDS+= ${PYPKGPREFIX}-flake8>=3.0:../../devel/py-flake8 -DEPENDS+= ${PYPKGPREFIX}-test>=2.8:../../devel/py-test +DEPENDS+= ${PYPKGPREFIX}-flake8>=3.5:../../devel/py-flake8 +DEPENDS+= ${PYPKGPREFIX}-test>=3.2:../../devel/py-test USE_LANGUAGES= # none Index: pkgsrc/devel/py-test-flake8/distinfo diff -u pkgsrc/devel/py-test-flake8/distinfo:1.1 pkgsrc/devel/py-test-flake8/distinfo:1.2 --- pkgsrc/devel/py-test-flake8/distinfo:1.1 Mon Aug 21 15:35:11 2017 +++ pkgsrc/devel/py-test-flake8/distinfo Sun Nov 26 17:17:49 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/08/21 15:35:11 adam Exp $ +$NetBSD: distinfo,v 1.2 2017/11/26 17:17:49 adam Exp $ -SHA1 (pytest-flake8-0.8.1.tar.gz) = f48ae360823c17c30e7cc6e3a749a9a960889042 -RMD160 (pytest-flake8-0.8.1.tar.gz) = 4b08c67fc29be1f5a7a18a43eec2bc4a6118630c -SHA512 (pytest-flake8-0.8.1.tar.gz) = b49b4d42712040492161f144cce807b661f2d8fe5b484b29ad1a519fd5b0b0cfb6abd42c3ae8999f21263c4776fb773f91bf0776971b6b6727607d33fb49ca89 -Size (pytest-flake8-0.8.1.tar.gz) = 7359 bytes +SHA1 (pytest-flake8-0.9.1.tar.gz) = 93f1cc871b5a28c7410e6d6a80fb709be426a263 +RMD160 (pytest-flake8-0.9.1.tar.gz) = 4fc46cf0a8a97f6e4d13ff47b84e10bf34016d4c +SHA512 (pytest-flake8-0.9.1.tar.gz) = eeb4f66022e367d92dee94544ae8fa99b79c1de0579a80e91c22e6f050752010cb7ad6c24094736d23ae753615b186a957b8b0f94c09754005183a971a1e4aa1 +Size (pytest-flake8-0.9.1.tar.gz) = 7959 bytes --_----------=_1511716669234540--