From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 507531580EB for ; Mon, 26 May 2025 17:20:37 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3A0D5342FF4 for ; Mon, 26 May 2025 17:20:37 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 35C46110105; Mon, 26 May 2025 17:20:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 2FF95110105 for ; Mon, 26 May 2025 17:20:36 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D42D9342FDD for ; Mon, 26 May 2025 17:20:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A0C818B2 for ; Mon, 26 May 2025 17:20:34 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1748280030.c2c615166da4a3d57adcaf7aa637e011c49ebb73.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/selenium/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/selenium/selenium-4.33.0-r1.ebuild dev-python/selenium/selenium-4.33.0.ebuild X-VCS-Directories: dev-python/selenium/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c2c615166da4a3d57adcaf7aa637e011c49ebb73 X-VCS-Branch: master Date: Mon, 26 May 2025 17:20:34 +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: 0d4b1086-923a-4bd5-be26-c1ede41eb926 X-Archives-Hash: 33641b1e49a24d163fd91f9c88210cc7 commit: c2c615166da4a3d57adcaf7aa637e011c49ebb73 Author: Michał Górny gentoo org> AuthorDate: Mon May 26 17:17:22 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 26 17:20:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c61516 dev-python/selenium: Unpin dependencies Signed-off-by: Michał Górny gentoo.org> .../selenium/{selenium-4.33.0.ebuild => selenium-4.33.0-r1.ebuild} | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dev-python/selenium/selenium-4.33.0.ebuild b/dev-python/selenium/selenium-4.33.0-r1.ebuild similarity index 95% rename from dev-python/selenium/selenium-4.33.0.ebuild rename to dev-python/selenium/selenium-4.33.0-r1.ebuild index 8e51fc2bb379..4b3a06784cc4 100644 --- a/dev-python/selenium/selenium-4.33.0.ebuild +++ b/dev-python/selenium/selenium-4.33.0-r1.ebuild @@ -35,15 +35,10 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-python/certifi-2025.4.26[${PYTHON_USEDEP}] - =dev-python/trio-0.30[${PYTHON_USEDEP}] - =dev-python/trio-websocket-0.12.2[${PYTHON_USEDEP}] - =dev-python/typing-extensions-4.13.2[${PYTHON_USEDEP}] - =dev-python/urllib3-2.4.0[${PYTHON_USEDEP}] - =dev-python/websocket-client-1.8.0[${PYTHON_USEDEP}] " BDEPEND=" @@ -73,6 +68,8 @@ src_prepare() { # do not build selenium-manager implicitly sed -e 's:\[tool\.setuptools-rust:[tool.ignore-me:' \ -i pyproject.toml || die + # unpin deps + sed -i -e 's:~=:>=:g' pyproject.toml || die if use test; then cd "${WORKDIR}/${TEST_P}" || die