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 (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B12DB158232 for ; Fri, 6 Dec 2024 05:10:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0E1FE0A99; Fri, 6 Dec 2024 05:10:33 +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 D06EAE0A97 for ; Fri, 6 Dec 2024 05:10:32 +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 BD9E4340C7F for ; Fri, 6 Dec 2024 05:10:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14CBB1F28 for ; Fri, 6 Dec 2024 05:10:30 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1733461004.496bd8027c5e67420e9c152281a00252b1713b7c.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyqt6/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyqt6/pyqt6-6.8.0_pre2411221125.ebuild X-VCS-Directories: dev-python/pyqt6/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 496bd8027c5e67420e9c152281a00252b1713b7c X-VCS-Branch: master Date: Fri, 6 Dec 2024 05:10:30 +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: f9d6ebcd-0878-411d-92af-9801ab421bfa X-Archives-Hash: e7cd7d1c9b08e1c9b618021d9149f0e4 commit: 496bd8027c5e67420e9c152281a00252b1713b7c Author: Ionen Wolkens gentoo org> AuthorDate: Fri Dec 6 03:52:07 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Dec 6 04:56:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=496bd802 dev-python/pyqt6: update sip+pyqt-builder min reqs Old versions still "worked" but were technically incorrect missing a few new things for Qt 6.8 (pyproject.toml also requests these versions), but given new sip+pyqt-builder weren't released yet we stuck to the old for the snapshots. This will likely become enforced when PyQt6 gets a proper release. Not that it was a big issue so shouldn't need to revbump. Signed-off-by: Ionen Wolkens gentoo.org> dev-python/pyqt6/pyqt6-6.8.0_pre2411221125.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyqt6/pyqt6-6.8.0_pre2411221125.ebuild b/dev-python/pyqt6/pyqt6-6.8.0_pre2411221125.ebuild index c55633447423..bf0a775a95b7 100644 --- a/dev-python/pyqt6/pyqt6-6.8.0_pre2411221125.ebuild +++ b/dev-python/pyqt6/pyqt6-6.8.0_pre2411221125.ebuild @@ -96,8 +96,8 @@ DEPEND=" vulkan? ( dev-util/vulkan-headers ) " BDEPEND=" - >=dev-python/pyqt-builder-1.15[${PYTHON_USEDEP}] - >=dev-python/sip-6.8.6[${PYTHON_USEDEP}] + >=dev-python/pyqt-builder-1.17[${PYTHON_USEDEP}] + >=dev-python/sip-6.9[${PYTHON_USEDEP}] >=dev-qt/qtbase-${QT_PV} dbus? ( virtual/pkgconfig ) "