Received: by mail.netbsd.org (Postfix, from userid 605) id 0FD4384DEB; Thu, 30 Nov 2017 08:18:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8E18B84D63 for ; Thu, 30 Nov 2017 08:18:32 +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 AtXNo0krFq6r for ; Thu, 30 Nov 2017 08:18:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1B90384D39 for ; Thu, 30 Nov 2017 08:18:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 16EC3FB40; Thu, 30 Nov 2017 08:18:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151202991252640" MIME-Version: 1.0 Date: Thu, 30 Nov 2017 08:18:32 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test-timeout To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171130081832.16EC3FB40@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. --_----------=_151202991252640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Nov 30 08:18:32 UTC 2017 Modified Files: pkgsrc/devel/py-test-timeout: Makefile distinfo Log Message: py-test-timeout: updated to 1.2.1 1.2.1 Fix for pytest 3.3 Update supported python versions: - Add CPython 3.6. - Drop CPyhon 2.6 (as did pytest 3.3) - Drop CPyhon 3.3 - Drop CPyhon 3.4 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-test-timeout/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-timeout/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151202991252640 Content-Disposition: inline Content-Length: 1779 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test-timeout/Makefile diff -u pkgsrc/devel/py-test-timeout/Makefile:1.3 pkgsrc/devel/py-test-timeout/Makefile:1.4 --- pkgsrc/devel/py-test-timeout/Makefile:1.3 Sun Nov 26 16:56:06 2017 +++ pkgsrc/devel/py-test-timeout/Makefile Thu Nov 30 08:18:31 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2017/11/26 16:56:06 adam Exp $ +# $NetBSD: Makefile,v 1.4 2017/11/30 08:18:31 adam Exp $ -DISTNAME= pytest-timeout-1.2.0 +DISTNAME= pytest-timeout-1.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-timeout/} Index: pkgsrc/devel/py-test-timeout/distinfo diff -u pkgsrc/devel/py-test-timeout/distinfo:1.1 pkgsrc/devel/py-test-timeout/distinfo:1.2 --- pkgsrc/devel/py-test-timeout/distinfo:1.1 Thu Oct 19 06:52:03 2017 +++ pkgsrc/devel/py-test-timeout/distinfo Thu Nov 30 08:18:31 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/10/19 06:52:03 adam Exp $ +$NetBSD: distinfo,v 1.2 2017/11/30 08:18:31 adam Exp $ -SHA1 (pytest-timeout-1.2.0.tar.gz) = 6895457de75f39992af318693136fd05d2c825f7 -RMD160 (pytest-timeout-1.2.0.tar.gz) = 3e0674c33446d700105f90fc1c7afcf252bfe932 -SHA512 (pytest-timeout-1.2.0.tar.gz) = b86548843e9ff8c8f7d1c39735025cdfa98befe2860e2a8a5d422d08bd7f542032384f147125a2a2841268154cc3a3874ef0aa4765d454fd5390edb773b106ae -Size (pytest-timeout-1.2.0.tar.gz) = 13258 bytes +SHA1 (pytest-timeout-1.2.1.tar.gz) = 372ca063cf61447a1522d304519cf7aa5c23f961 +RMD160 (pytest-timeout-1.2.1.tar.gz) = 80f382698b944aab16eaef54c678c627b7499ce1 +SHA512 (pytest-timeout-1.2.1.tar.gz) = 749a0dad83b82e93a97a8590900f2285679ec368612fdcfe3f5f7a5b64774ac85196dc31df111c6a99efda92dc03f751f17ec20862bed1f6aea7d7e4140a06bb +Size (pytest-timeout-1.2.1.tar.gz) = 11498 bytes --_----------=_151202991252640--