commit: ac305bad259c948981ad1fda273ec0da0a5a251d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri May 2 09:26:35 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri May 2 09:29:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac305bad
dev-python/referencing: Revbump due to eclass 3.10 cond dep bug Bug: https://bugs.gentoo.org/955213 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../{referencing-0.36.2.ebuild => referencing-0.36.2-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/referencing/referencing-0.36.2.ebuild b/dev-python/referencing/referencing-0.36.2-r1.ebuild similarity index 92% rename from dev-python/referencing/referencing-0.36.2.ebuild rename to dev-python/referencing/referencing-0.36.2-r1.ebuild index 5d1567e9c1d1..af49279b3b3a 100644 --- a/dev-python/referencing/referencing-0.36.2.ebuild +++ b/dev-python/referencing/referencing-0.36.2-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) +PYTHON_COMPAT=( pypy3_11 python3_{11..13} ) inherit distutils-r1 pypi @@ -23,7 +23,7 @@ RDEPEND=" >=dev-python/rpds-py-0.7.0[${PYTHON_USEDEP}] $(python_gen_cond_dep ' >=dev-python/typing-extensions-4.4.0[${PYTHON_USEDEP}] - ' 3.{10..12}) + ' 3.{11..12}) " BDEPEND=" dev-python/hatch-vcs[${PYTHON_USEDEP}]
