From a064ad5b44a9e8413f215453c7ce5758bced4725 Mon Sep 17 00:00:00 2001 From: Michael Schubert Date: Sun, 15 Mar 2026 08:14:58 +0000 Subject: [PATCH 1/3] dev-python/dpath: py3.14 compat Signed-off-by: Michael Schubert --- dev-python/dpath/dpath-2.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/dpath/dpath-2.2.0.ebuild b/dev-python/dpath/dpath-2.2.0.ebuild index 3fc4409e782..98e27339de4 100644 --- a/dev-python/dpath/dpath-2.2.0.ebuild +++ b/dev-python/dpath/dpath-2.2.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2025 Gentoo Foundation +# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit pypi distutils-r1 From a909c4b46c520747c06451e130323aa89bc340be Mon Sep 17 00:00:00 2001 From: Michael Schubert Date: Sun, 15 Mar 2026 08:18:04 +0000 Subject: [PATCH 2/3] dev-python/argparse-dataclass: py3.14 compat Signed-off-by: Michael Schubert --- dev-python/argparse-dataclass/argparse-dataclass-2.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/argparse-dataclass/argparse-dataclass-2.0.0.ebuild b/dev-python/argparse-dataclass/argparse-dataclass-2.0.0.ebuild index d527473035a..b03ca3bcdf6 100644 --- a/dev-python/argparse-dataclass/argparse-dataclass-2.0.0.ebuild +++ b/dev-python/argparse-dataclass/argparse-dataclass-2.0.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2025 Gentoo Foundation +# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit pypi distutils-r1 From a5d142073dad3812d8d371f6e495cdb315ea247e Mon Sep 17 00:00:00 2001 From: Michael Schubert Date: Sun, 15 Mar 2026 08:20:29 +0000 Subject: [PATCH 3/3] dev-python/yte: version bump 1.9.4 Signed-off-by: Michael Schubert --- dev-python/yte/Manifest | 2 +- dev-python/yte/{yte-1.9.0.ebuild => yte-1.9.4.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename dev-python/yte/{yte-1.9.0.ebuild => yte-1.9.4.ebuild} (87%) diff --git a/dev-python/yte/Manifest b/dev-python/yte/Manifest index fea260f0041..bcd98696c10 100644 --- a/dev-python/yte/Manifest +++ b/dev-python/yte/Manifest @@ -1 +1 @@ -DIST yte-1.9.0.gh.tar.gz 16484 BLAKE2B 94210f4cadc75acf40bd0725fd6796119653f6a38e17d0d8fa2adb07b88aa7ce85efcaff99ab6d1a0e732bb9aa740709147d5d136a3bd75c60d5d858da118ae2 SHA512 7cda6e9b0125a4e5b11721da6cc5789f9938264208245f671774b35d6e34a085225239d40f4f7c87a17b976d0769f65ad7da838879d7c9c4cc5ddd2b800f73a4 +DIST yte-1.9.4.gh.tar.gz 16878 BLAKE2B 991a4bbdd6d9baeac8268b20741c3c6c1087609fd0618aa4825fc3ded2505cc0c9779c40da4800aa8c10b0d45ad7178146e0897680c93d3e7bf25c414e52a643 SHA512 b05135218e6a130c7cd3e479b993c3a8ea81100ecbe6a07ddade54039a5a73347882efe0c35e1a7c63954e0d417434cc1bf7d018e71132270e7dc9eba9967382 diff --git a/dev-python/yte/yte-1.9.0.ebuild b/dev-python/yte/yte-1.9.4.ebuild similarity index 87% rename from dev-python/yte/yte-1.9.0.ebuild rename to dev-python/yte/yte-1.9.4.ebuild index 19c5e67f1d9..cb5ad5969d1 100644 --- a/dev-python/yte/yte-1.9.0.ebuild +++ b/dev-python/yte/yte-1.9.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2025 Gentoo Foundation +# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=uv-build -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1