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.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 F03CD15808B for ; Sat, 17 Feb 2024 14:35:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 499F4E2A21; Sat, 17 Feb 2024 14:35:42 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2EA80E2A21 for ; Sat, 17 Feb 2024 14:35:42 +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 6AAA533D3CF for ; Sat, 17 Feb 2024 14:35:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD59914D2 for ; Sat, 17 Feb 2024 14:35:37 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1708180516.a209cd6431bf38f2a93ed92fdb159e7b5a628b97.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/buildbot/files/buildbot-3.11.0-importlib.resources.patch X-VCS-Directories: dev-util/buildbot/files/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a209cd6431bf38f2a93ed92fdb159e7b5a628b97 X-VCS-Branch: master Date: Sat, 17 Feb 2024 14:35:37 +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: 8737ea30-0b63-4bd1-b85a-c42929e51c54 X-Archives-Hash: c3e64a38eaed36b2c652f549302384ba commit: a209cd6431bf38f2a93ed92fdb159e7b5a628b97 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Feb 17 14:35:16 2024 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Feb 17 14:35:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a209cd64 dev-util/buildbot: remove unused patch Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: David Seifert gentoo.org> .../files/buildbot-3.11.0-importlib.resources.patch | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/dev-util/buildbot/files/buildbot-3.11.0-importlib.resources.patch b/dev-util/buildbot/files/buildbot-3.11.0-importlib.resources.patch deleted file mode 100644 index 3854b93fe4b8..000000000000 --- a/dev-util/buildbot/files/buildbot-3.11.0-importlib.resources.patch +++ /dev/null @@ -1,13 +0,0 @@ -https://github.com/buildbot/buildbot/pull/7270 -We don't use older python then 3.10 so use importlib.resources ---- a/buildbot/www/plugin.py 2023-12-27 11:18:13.107479017 +0100 -+++ b/buildbot/www/plugin.py 2023-12-27 11:20:55.710106750 +0100 -@@ -14,7 +14,7 @@ - # Copyright Buildbot Team Members - - --import importlib_resources -+import importlib.resources as importlib_resources - - from twisted.web import static -