From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1657680-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 CFBCE159C9B
	for <garchives@archives.gentoo.org>; Wed, 31 Jul 2024 15:10:15 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0671DE2A69;
	Wed, 31 Jul 2024 15:10:15 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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 pigeon.gentoo.org (Postfix) with ESMTPS id B19F3E2A69
	for <gentoo-commits@lists.gentoo.org>; Wed, 31 Jul 2024 15:10:14 +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 BE12B3409EC
	for <gentoo-commits@lists.gentoo.org>; Wed, 31 Jul 2024 15:10:13 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 003501E87
	for <gentoo-commits@lists.gentoo.org>; Wed, 31 Jul 2024 15:10:12 +0000 (UTC)
From: "Petr Vaněk" <arkamar@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, "Petr Vaněk" <arkamar@gentoo.org>
Message-ID: <1722438539.17e7a1df144e2a1e7f23b388a490cfbacf94a56e.arkamar@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/twisted/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/twisted/twisted-24.3.0.ebuild dev-python/twisted/twisted-24.3.0_p20240628.ebuild
X-VCS-Directories: dev-python/twisted/
X-VCS-Committer: arkamar
X-VCS-Committer-Name: Petr Vaněk
X-VCS-Revision: 17e7a1df144e2a1e7f23b388a490cfbacf94a56e
X-VCS-Branch: master
Date: Wed, 31 Jul 2024 15:10:12 +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: 3bf47c4b-b85f-407a-8c70-a472e96ad5a1
X-Archives-Hash: 60de3e9e38e1437142c7f2c397aa5217

commit:     17e7a1df144e2a1e7f23b388a490cfbacf94a56e
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 31 15:07:12 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 15:08:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e7a1df

dev-python/twisted: restrict <net-misc/openssh-9.7 for tests

Some tests fail with openssh-9.8, see
https://github.com/twisted/twisted/issues/12273

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 dev-python/twisted/twisted-24.3.0.ebuild           | 2 ++
 dev-python/twisted/twisted-24.3.0_p20240628.ebuild | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/dev-python/twisted/twisted-24.3.0.ebuild b/dev-python/twisted/twisted-24.3.0.ebuild
index 2d913b858d7d..ef1b40fca895 100644
--- a/dev-python/twisted/twisted-24.3.0.ebuild
+++ b/dev-python/twisted/twisted-24.3.0.ebuild
@@ -55,6 +55,7 @@ RDEPEND="
 		>=dev-python/idna-2.4[${PYTHON_USEDEP}]
 	)
 "
+# tests fail with openssh-9.8, see https://github.com/twisted/twisted/issues/12273
 BDEPEND="
 	>=dev-python/hatch-fancy-pypi-readme-22.5.0[${PYTHON_USEDEP}]
 	>=dev-python/incremental-22.10.0[${PYTHON_USEDEP}]
@@ -72,6 +73,7 @@ BDEPEND="
 			>=dev-python/pyhamcrest-2[${PYTHON_USEDEP}]
 			>=dev-python/pyserial-3.0[${PYTHON_USEDEP}]
 			virtual/openssh
+			<net-misc/openssh-9.8
 			ssl? (
 				>=dev-python/pyopenssl-21.0.0[${PYTHON_USEDEP}]
 				>=dev-python/service-identity-18.1.0[${PYTHON_USEDEP}]

diff --git a/dev-python/twisted/twisted-24.3.0_p20240628.ebuild b/dev-python/twisted/twisted-24.3.0_p20240628.ebuild
index 4fd83b143c4f..044b23c244e6 100644
--- a/dev-python/twisted/twisted-24.3.0_p20240628.ebuild
+++ b/dev-python/twisted/twisted-24.3.0_p20240628.ebuild
@@ -61,6 +61,7 @@ RDEPEND="
 		>=dev-python/idna-2.4[${PYTHON_USEDEP}]
 	)
 "
+# tests fail with openssh-9.8, see https://github.com/twisted/twisted/issues/12273
 BDEPEND="
 	>=dev-python/hatch-fancy-pypi-readme-22.5.0[${PYTHON_USEDEP}]
 	>=dev-python/incremental-22.10.0[${PYTHON_USEDEP}]
@@ -78,6 +79,7 @@ BDEPEND="
 			>=dev-python/pyhamcrest-2[${PYTHON_USEDEP}]
 			>=dev-python/pyserial-3.0[${PYTHON_USEDEP}]
 			virtual/openssh
+			<net-misc/openssh-9.8
 			ssl? (
 				>=dev-python/pyopenssl-21.0.0[${PYTHON_USEDEP}]
 				>=dev-python/service-identity-18.1.0[${PYTHON_USEDEP}]