From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 64C96138334 for ; Fri, 12 Apr 2019 13:03:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60B89E08CD; Fri, 12 Apr 2019 13:03:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2413EE08A2 for ; Fri, 12 Apr 2019 13:03:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D543D340E50 for ; Fri, 12 Apr 2019 13:03:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72C105A5 for ; Fri, 12 Apr 2019 13:03:27 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1555074134.4e1edae9a4910b85104b33f7babd75e1ccdaad03.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-cov/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-cov/metadata.xml dev-python/pytest-cov/pytest-cov-2.3.1.ebuild dev-python/pytest-cov/pytest-cov-2.5.1-r1.ebuild dev-python/pytest-cov/pytest-cov-2.5.1-r2.ebuild dev-python/pytest-cov/pytest-cov-2.5.1.ebuild X-VCS-Directories: dev-python/pytest-cov/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: 4e1edae9a4910b85104b33f7babd75e1ccdaad03 X-VCS-Branch: master Date: Fri, 12 Apr 2019 13:03:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8c2a9f21-619a-4d9d-84a5-d691e5cbf569 X-Archives-Hash: 318babf84f0b9392c9ded9879f04325a commit: 4e1edae9a4910b85104b33f7babd75e1ccdaad03 Author: Virgil Dupras gentoo org> AuthorDate: Fri Apr 12 12:51:00 2019 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Fri Apr 12 13:02:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e1edae9 dev-python/pytest-cov: relax pytest-xdist dep constraint Tests were already failing badly before, for unrelated reasons and this is the only package holding pytest-xdist back (I don't even think that it's actually needed for testing...). Also, make the Python project the maintainer of this package. chutzpah doesn't have a single commit for this package in the git log. Everybody but him touched that package. Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/pytest-cov/metadata.xml | 6 +++--- dev-python/pytest-cov/pytest-cov-2.3.1.ebuild | 4 ++-- dev-python/pytest-cov/pytest-cov-2.5.1-r1.ebuild | 4 ++-- dev-python/pytest-cov/pytest-cov-2.5.1-r2.ebuild | 4 ++-- dev-python/pytest-cov/pytest-cov-2.5.1.ebuild | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/dev-python/pytest-cov/metadata.xml b/dev-python/pytest-cov/metadata.xml index 14ce7f07166..8dbf3c52128 100644 --- a/dev-python/pytest-cov/metadata.xml +++ b/dev-python/pytest-cov/metadata.xml @@ -1,9 +1,9 @@ - - chutzpah@gentoo.org - Patrick McLean + + python@gentoo.org + Python pytest-cov diff --git a/dev-python/pytest-cov/pytest-cov-2.3.1.ebuild b/dev-python/pytest-cov/pytest-cov-2.3.1.ebuild index f57ab12f396..7721a751ab1 100644 --- a/dev-python/pytest-cov/pytest-cov-2.3.1.ebuild +++ b/dev-python/pytest-cov/pytest-cov-2.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -35,7 +35,7 @@ DEPEND=" >=dev-python/pytest-2.8.0[${PYTHON_USEDEP}] dev-python/pytest-cache[${PYTHON_USEDEP}] ) - =dev-python/pytest-xdist-1.15.0[${PYTHON_USEDEP}] + dev-python/pytest-xdist[${PYTHON_USEDEP}] ) " diff --git a/dev-python/pytest-cov/pytest-cov-2.5.1-r1.ebuild b/dev-python/pytest-cov/pytest-cov-2.5.1-r1.ebuild index e0c277e0bfc..6683bf30f92 100644 --- a/dev-python/pytest-cov/pytest-cov-2.5.1-r1.ebuild +++ b/dev-python/pytest-cov/pytest-cov-2.5.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -36,7 +36,7 @@ DEPEND=" >=dev-python/pytest-2.8.0[${PYTHON_USEDEP}] dev-python/pytest-cache[${PYTHON_USEDEP}] ) - =dev-python/pytest-xdist-1.15.0[${PYTHON_USEDEP}] + dev-python/pytest-xdist[${PYTHON_USEDEP}] ) " diff --git a/dev-python/pytest-cov/pytest-cov-2.5.1-r2.ebuild b/dev-python/pytest-cov/pytest-cov-2.5.1-r2.ebuild index ee73b89744d..f82d830d826 100644 --- a/dev-python/pytest-cov/pytest-cov-2.5.1-r2.ebuild +++ b/dev-python/pytest-cov/pytest-cov-2.5.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -36,7 +36,7 @@ DEPEND=" >=dev-python/pytest-2.8.0[${PYTHON_USEDEP}] dev-python/pytest-cache[${PYTHON_USEDEP}] ) - >=dev-python/pytest-xdist-1.15.0[${PYTHON_USEDEP}] + dev-python/pytest-xdist[${PYTHON_USEDEP}] ) " diff --git a/dev-python/pytest-cov/pytest-cov-2.5.1.ebuild b/dev-python/pytest-cov/pytest-cov-2.5.1.ebuild index d64465eebd7..9b0b6785ecf 100644 --- a/dev-python/pytest-cov/pytest-cov-2.5.1.ebuild +++ b/dev-python/pytest-cov/pytest-cov-2.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -35,7 +35,7 @@ DEPEND=" >=dev-python/pytest-2.8.0[${PYTHON_USEDEP}] dev-python/pytest-cache[${PYTHON_USEDEP}] ) - =dev-python/pytest-xdist-1.15.0[${PYTHON_USEDEP}] + dev-python/pytest-xdist[${PYTHON_USEDEP}] ) "