diff --git a/dev-python/throttler/Manifest b/dev-python/throttler/Manifest index fcd07b799a9..5bca1b85e32 100644 --- a/dev-python/throttler/Manifest +++ b/dev-python/throttler/Manifest @@ -1 +1 @@ -DIST throttler-1.2.2.gh.tar.gz 8874 BLAKE2B f4f62059483551d2516e0d744ce4de4de1d83c5d169583944f2fba390acc2f6aadd5f212158de2c59b85356d71396a02404051e9206dfffec25be95ae983686a SHA512 a45cba0400e2e6225bcc396d1a216e781be9264345c215aa0c9e009d463bb80fca449ef0cc6a67657c443f9624e0864644cd5187351e815292894176dd6f13bb +DIST throttler-1.2.3.gh.tar.gz 179034 BLAKE2B 10697cfad5a4b669391d3c9c03a083b71f9c8f6c74763b2a15e7350f017d5f1b48065454e84e1b5e94904530c374d62f02e7204b341a5e5a2dfbf132926ddd47 SHA512 799dc14a7b1e9e80a4da46a2c829dfcc4d2a5063f60d1e6c55ca149fac28915cddbc890890781535875bc111390eb899346866923f3393b09076d0864f30dbd4 diff --git a/dev-python/throttler/throttler-1.2.2.ebuild b/dev-python/throttler/throttler-1.2.3.ebuild similarity index 86% rename from dev-python/throttler/throttler-1.2.2.ebuild rename to dev-python/throttler/throttler-1.2.3.ebuild index ff19bca7552..5fd43a63f78 100644 --- a/dev-python/throttler/throttler-1.2.2.ebuild +++ b/dev-python/throttler/throttler-1.2.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1