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 9AF751581C1 for ; Fri, 5 Jul 2024 03:08:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC652E29EC; Fri, 5 Jul 2024 03:08:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 7AB11E29EC for ; Fri, 5 Jul 2024 03:08:12 +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 98EDF335D1C for ; Fri, 5 Jul 2024 03:08:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 011D31DBC for ; Fri, 5 Jul 2024 03:08:10 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1720148863.5097ece0a1a72ad1ecad8ac2b558c6fc6840b32b.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/buildbot/buildbot-9999.ebuild X-VCS-Directories: dev-util/buildbot/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: 5097ece0a1a72ad1ecad8ac2b558c6fc6840b32b X-VCS-Branch: master Date: Fri, 5 Jul 2024 03:08:10 +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: d4790633-00d9-409f-bcc8-3150a031e167 X-Archives-Hash: b940bf4424459b7d70a3a792a1d86713 commit: 5097ece0a1a72ad1ecad8ac2b558c6fc6840b32b Author: Eli Schwartz gentoo org> AuthorDate: Fri Jul 5 03:04:14 2024 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Fri Jul 5 03:07:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5097ece0 dev-util/buildbot: sync live Enables py3.12 and squelches the QA report claim that this package is lagging in the migration. Signed-off-by: Eli Schwartz gentoo.org> dev-util/buildbot/buildbot-9999.ebuild | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/dev-util/buildbot/buildbot-9999.ebuild b/dev-util/buildbot/buildbot-9999.ebuild index 16c913ecb0b9..443e087a5fa6 100644 --- a/dev-util/buildbot/buildbot-9999.ebuild +++ b/dev-util/buildbot/buildbot-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_REQ_USE="sqlite" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) EGIT_REPO_URI="https://github.com/buildbot/${PN}.git" inherit readme.gentoo-r1 git-r3 systemd distutils-r1 @@ -24,8 +24,10 @@ RDEPEND=" acct-user/buildbot >=dev-python/alembic-1.6.0[${PYTHON_USEDEP}] >=dev-python/autobahn-0.16.0[${PYTHON_USEDEP}] + >=dev-python/croniter-1.3.0[${PYTHON_USEDEP}] + >=dev-python/msgpack-0.6.0[${PYTHON_USEDEP}] >=dev-python/jinja-2.1[${PYTHON_USEDEP}] - dev-python/markdown[${PYTHON_USEDEP}] + dev-python/packaging[${PYTHON_USEDEP}] dev-python/pyjwt[${PYTHON_USEDEP}] >=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] @@ -33,8 +35,8 @@ RDEPEND=" =dev-python/twisted-18.7.0[${PYTHON_USEDEP}] >=dev-python/txaio-2.2.2[${PYTHON_USEDEP}] + >=dev-python/unidiff-0.7.5[${PYTHON_USEDEP}] >=dev-python/zope-interface-4.1.1[${PYTHON_USEDEP}] - dev-util/buildbot-worker[${PYTHON_USEDEP}] crypt? ( >=dev-python/pyopenssl-16.0.0[${PYTHON_USEDEP}] dev-python/service-identity[${PYTHON_USEDEP}] @@ -45,7 +47,7 @@ RDEPEND=" dev-python/txrequests[${PYTHON_USEDEP}] ) docker? ( - >=dev-python/docker-2.2.0[${PYTHON_USEDEP}] + >=dev-python/docker-7.0.0[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] ) " @@ -53,13 +55,13 @@ BDEPEND=" test? ( ${RDEPEND} ~dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}] - dev-util/buildbot-worker[${PYTHON_USEDEP}] + ~dev-util/buildbot-worker-${PV}[${PYTHON_USEDEP}] ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}] >=dev-python/boto3-1.12.48[${PYTHON_USEDEP}] dev-python/lz4[${PYTHON_USEDEP}] dev-python/ldap3[${PYTHON_USEDEP}] - dev-python/markdown[${PYTHON_USEDEP}] - dev-python/moto[${PYTHON_USEDEP}] + >=dev-python/markdown-3.0.0[${PYTHON_USEDEP}] + >=dev-python/moto-4.2.13[${PYTHON_USEDEP}] dev-python/parameterized[${PYTHON_USEDEP}] dev-python/pypugjs[${PYTHON_USEDEP}] dev-python/treq[${PYTHON_USEDEP}]