From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1688017-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 (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 51C15158042
	for <garchives@archives.gentoo.org>; Sat,  9 Nov 2024 09:08:30 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 141FEE0918;
	Sat,  9 Nov 2024 09:08:29 +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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id F156DE0918
	for <gentoo-commits@lists.gentoo.org>; Sat,  9 Nov 2024 09:08:28 +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 C19DF33C1EB
	for <gentoo-commits@lists.gentoo.org>; Sat,  9 Nov 2024 09:08:27 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B3641F0B
	for <gentoo-commits@lists.gentoo.org>; Sat,  9 Nov 2024 09:08:25 +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: <1731143240.88c51e005dcc2de3a7feccd8d6a04ff280c05e8d.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-util/buildbot/buildbot-4.1.0.ebuild
X-VCS-Directories: dev-util/buildbot/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 88c51e005dcc2de3a7feccd8d6a04ff280c05e8d
X-VCS-Branch: master
Date: Sat,  9 Nov 2024 09:08:25 +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: 70b6e177-4460-4c0b-b4b6-042f68eab977
X-Archives-Hash: 2cb09cc6209a537483d3807d90e03697

commit:     88c51e005dcc2de3a7feccd8d6a04ff280c05e8d
Author:     Magnus Granberg <zorry <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 30 21:09:33 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov  9 09:07:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88c51e00

dev-util/buildbot: Bump to 4.1.0

Signed-off-by: Magnus Granberg <zorry <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/buildbot/buildbot-4.1.0.ebuild | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/dev-util/buildbot/buildbot-4.1.0.ebuild b/dev-util/buildbot/buildbot-4.1.0.ebuild
index dbc53da2edb8..057a336d38f3 100644
--- a/dev-util/buildbot/buildbot-4.1.0.ebuild
+++ b/dev-util/buildbot/buildbot-4.1.0.ebuild
@@ -23,7 +23,7 @@ RESTRICT="!test? ( test )"
 # https://github.com/buildbot/buildbot/commit/b941956d3b9598804b46cf9ceebadc549f90e303
 # Fix CommandToString.test_list_with_objects
 PATCHES=(
-        "${FILESDIR}/buildbot-4.1.0-TestCommandToString.patch"
+	"${FILESDIR}/buildbot-4.1.0-TestCommandToString.patch"
 )
 
 RDEPEND="
@@ -54,8 +54,8 @@ RDEPEND="
 	docker? (
 		>=dev-python/docker-7.0.0[${PYTHON_USEDEP}]
 		dev-python/requests[${PYTHON_USEDEP}]
-	)
-"
+	)"
+
 BDEPEND="
 	test? (
 		${RDEPEND}
@@ -71,7 +71,7 @@ BDEPEND="
 		dev-python/pypugjs[${PYTHON_USEDEP}]
 		dev-python/txrequests[${PYTHON_USEDEP}]
 		dev-python/treq[${PYTHON_USEDEP}]
-                dev-util/ruff
+		dev-util/ruff
 	)"
 
 DOC_CONTENTS="The \"buildbot\" user and the \"buildmaster\" init script has been added
@@ -82,9 +82,6 @@ The scripts can	run as a different user if desired."
 src_prepare() {
 	# disable all warnings as errors
 	sed -e "/warnings.filterwarnings('error')/d" -i buildbot/test/__init__.py || die
-	# https://github.com/buildbot/buildbot/issues/6776
-	# https://bugs.gentoo.org/904062
-	rm buildbot/test/integration/test_try_client.py || die
 
 	distutils-r1_src_prepare
 }