From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1565361-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 186F0158089 for <garchives@archives.gentoo.org>; Wed, 25 Oct 2023 02:26:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 959322BC01E; Wed, 25 Oct 2023 02:26:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D9172BC01E for <gentoo-commits@lists.gentoo.org>; Wed, 25 Oct 2023 02:26:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8301F335CF4 for <gentoo-commits@lists.gentoo.org>; Wed, 25 Oct 2023 02:26:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DE5B12C8 for <gentoo-commits@lists.gentoo.org>; Wed, 25 Oct 2023 02:26:53 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1698200545.350d8aec7030763a52df813c6f3f622487f76e10.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/virtualenv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/virtualenv/virtualenv-20.24.5.ebuild dev-python/virtualenv/virtualenv-20.24.6.ebuild X-VCS-Directories: dev-python/virtualenv/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 350d8aec7030763a52df813c6f3f622487f76e10 X-VCS-Branch: master Date: Wed, 25 Oct 2023 02:26:53 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 58c05c75-c813-43e0-8968-30c91164165a X-Archives-Hash: 5d1a1acbd0935d4d29e1888e0ad17e2c commit: 350d8aec7030763a52df813c6f3f622487f76e10 Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com> AuthorDate: Wed Oct 18 02:08:12 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Oct 25 02:22:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=350d8aec dev-python/virtualenv: remove outdated test dependency on six Removed in 20.16.7: https://github.com/pypa/virtualenv/commit/2224abb367286cd2d6b888b0e22ee4d108ec6b74 Bug: https://bugs.gentoo.org/879619 Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/virtualenv/virtualenv-20.24.5.ebuild | 1 - dev-python/virtualenv/virtualenv-20.24.6.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/dev-python/virtualenv/virtualenv-20.24.5.ebuild b/dev-python/virtualenv/virtualenv-20.24.5.ebuild index 9e0dc89cb632..dfdcadbe7e94 100644 --- a/dev-python/virtualenv/virtualenv-20.24.5.ebuild +++ b/dev-python/virtualenv/virtualenv-20.24.5.ebuild @@ -40,7 +40,6 @@ BDEPEND=" ' pypy3) >=dev-python/pytest-mock-3.6.1[${PYTHON_USEDEP}] >=dev-python/setuptools-67.8[${PYTHON_USEDEP}] - >=dev-python/six-1.9.0[${PYTHON_USEDEP}] $(python_gen_cond_dep ' dev-python/time-machine[${PYTHON_USEDEP}] ' 'python3*') diff --git a/dev-python/virtualenv/virtualenv-20.24.6.ebuild b/dev-python/virtualenv/virtualenv-20.24.6.ebuild index 4ea9d9820200..4ac0f6450965 100644 --- a/dev-python/virtualenv/virtualenv-20.24.6.ebuild +++ b/dev-python/virtualenv/virtualenv-20.24.6.ebuild @@ -41,7 +41,6 @@ BDEPEND=" >=dev-python/pytest-mock-3.6.1[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}] >=dev-python/setuptools-67.8[${PYTHON_USEDEP}] - >=dev-python/six-1.9.0[${PYTHON_USEDEP}] $(python_gen_cond_dep ' dev-python/time-machine[${PYTHON_USEDEP}] ' 'python3*')