Received: by mail.netbsd.org (Postfix, from userid 605) id C0DBA84DA2; Fri, 24 Apr 2020 08:29:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4A01684DA1 for ; Fri, 24 Apr 2020 08:29:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 01WS1jhilcOL for ; Fri, 24 Apr 2020 08:29:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C6B8B84D99 for ; Fri, 24 Apr 2020 08:29:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BFDDBFB27; Fri, 24 Apr 2020 08:29:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158771696278580" MIME-Version: 1.0 Date: Fri, 24 Apr 2020 08:29:22 +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: <20200424082922.BFDDBFB27@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. --_----------=_158771696278580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Apr 24 08:29:22 UTC 2020 Modified Files: pkgsrc/devel/py-test-flake8: Makefile distinfo Log Message: py-test-flake8: updated to 1.0.5 1.0.5 - Fix deprecation warning To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 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. --_----------=_158771696278580 Content-Disposition: inline Content-Length: 2003 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.7 pkgsrc/devel/py-test-flake8/Makefile:1.8 --- pkgsrc/devel/py-test-flake8/Makefile:1.7 Fri Feb 1 09:22:33 2019 +++ pkgsrc/devel/py-test-flake8/Makefile Fri Apr 24 08:29:22 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2019/02/01 09:22:33 adam Exp $ +# $NetBSD: Makefile,v 1.8 2020/04/24 08:29:22 adam Exp $ -DISTNAME= pytest-flake8-1.0.4 +DISTNAME= pytest-flake8-1.0.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-flake8/} @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-test>=3.5:../.. USE_LANGUAGES= # none do-test: - cd ${WRKSRC} && py.test-${PYVERSSUFFIX} + cd ${WRKSRC} && pytest-${PYVERSSUFFIX} .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-test-flake8/distinfo diff -u pkgsrc/devel/py-test-flake8/distinfo:1.7 pkgsrc/devel/py-test-flake8/distinfo:1.8 --- pkgsrc/devel/py-test-flake8/distinfo:1.7 Fri Feb 1 09:22:33 2019 +++ pkgsrc/devel/py-test-flake8/distinfo Fri Apr 24 08:29:22 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2019/02/01 09:22:33 adam Exp $ +$NetBSD: distinfo,v 1.8 2020/04/24 08:29:22 adam Exp $ -SHA1 (pytest-flake8-1.0.4.tar.gz) = 9bc6d19f4e36ab7b66f8c3aaf91d73382ba3db14 -RMD160 (pytest-flake8-1.0.4.tar.gz) = 75904d16ca22415e09f7b728920479035bd96e68 -SHA512 (pytest-flake8-1.0.4.tar.gz) = 39ac19f3216386dc33b7c3c7c12a026751bb636d140340eb9585e161292d74f587c3a032125380bd12834e841172bf47652c19036bd06d493abd11cefe428429 -Size (pytest-flake8-1.0.4.tar.gz) = 8183 bytes +SHA1 (pytest-flake8-1.0.5.tar.gz) = b7dd0687d2ad4f20a1a53ce9a1e0f60116e70402 +RMD160 (pytest-flake8-1.0.5.tar.gz) = 50ff28a455ad209f860cfc5b7e030cd4a814188b +SHA512 (pytest-flake8-1.0.5.tar.gz) = c7d598dbe0c8eb032b175231b2662d15f9f2bd349e83210269cdaa7aaed79e618beab4d07d04143a87fe00b50c20f803350006362326a7918c930618dad2c324 +Size (pytest-flake8-1.0.5.tar.gz) = 8317 bytes --_----------=_158771696278580--