From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 6577915808A for ; Sun, 03 Aug 2025 10:11:19 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 4E4C9340D23 for ; Sun, 03 Aug 2025 10:11:19 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 99FF9110561; Sun, 03 Aug 2025 10:11:12 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 8FE80110561 for ; Sun, 03 Aug 2025 10:11: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 47421340D6F for ; Sun, 03 Aug 2025 10:11:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8936326A for ; Sun, 03 Aug 2025 10:11:10 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1754214925.3c0a2e8cad40a93d7d0fa4878d27084c24298b0c.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/umockdev/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/umockdev/umockdev-0.18.3.ebuild dev-util/umockdev/umockdev-0.19.1.ebuild dev-util/umockdev/umockdev-0.19.3.ebuild dev-util/umockdev/umockdev-9999.ebuild X-VCS-Directories: dev-util/umockdev/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 3c0a2e8cad40a93d7d0fa4878d27084c24298b0c X-VCS-Branch: master Date: Sun, 03 Aug 2025 10:11: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: 4badeebf-d0fd-4a1b-a71b-f57bb4cb5183 X-Archives-Hash: f9321ade6b930976fc5b1dd33d7ee8c8 commit: 3c0a2e8cad40a93d7d0fa4878d27084c24298b0c Author: Lukas Schmelting posteo com> AuthorDate: Sat Aug 2 16:31:52 2025 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Aug 3 09:55:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c0a2e8c dev-util/umockdev: update PYTHON_COMPAT Signed-off-by: Lukas Schmelting posteo.com> Part-of: https://github.com/gentoo/gentoo/pull/43298 Closes: https://github.com/gentoo/gentoo/pull/43298 Signed-off-by: Pacho Ramos gentoo.org> dev-util/umockdev/umockdev-0.18.3.ebuild | 4 ++-- dev-util/umockdev/umockdev-0.19.1.ebuild | 2 +- dev-util/umockdev/umockdev-0.19.3.ebuild | 2 +- dev-util/umockdev/umockdev-9999.ebuild | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-util/umockdev/umockdev-0.18.3.ebuild b/dev-util/umockdev/umockdev-0.18.3.ebuild index 0e726e29a308..e3e25ad0ae9c 100644 --- a/dev-util/umockdev/umockdev-0.18.3.ebuild +++ b/dev-util/umockdev/umockdev-0.18.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit flag-o-matic meson-multilib python-any-r1 vala diff --git a/dev-util/umockdev/umockdev-0.19.1.ebuild b/dev-util/umockdev/umockdev-0.19.1.ebuild index 755d99bc8585..650d09109f23 100644 --- a/dev-util/umockdev/umockdev-0.19.1.ebuild +++ b/dev-util/umockdev/umockdev-0.19.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit flag-o-matic meson-multilib python-any-r1 vala diff --git a/dev-util/umockdev/umockdev-0.19.3.ebuild b/dev-util/umockdev/umockdev-0.19.3.ebuild index c42fb72132ed..fc7256cd846f 100644 --- a/dev-util/umockdev/umockdev-0.19.3.ebuild +++ b/dev-util/umockdev/umockdev-0.19.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit flag-o-matic meson-multilib python-any-r1 vala diff --git a/dev-util/umockdev/umockdev-9999.ebuild b/dev-util/umockdev/umockdev-9999.ebuild index c1fa33c426d3..fc7256cd846f 100644 --- a/dev-util/umockdev/umockdev-9999.ebuild +++ b/dev-util/umockdev/umockdev-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit flag-o-matic meson-multilib python-any-r1 vala