From 9d316862d6444dc4cb31fac5a23a120bba11acee Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 10 Nov 2025 14:59:20 +0000 Subject: [PATCH] dev-python/click: destabilize & mask 8.3.0 8.3.1 is a quasi-release and 8.3.0 has regressions, so destabilise and mask 8.3.0 too (8.3.1 was done in af954596ebe10208a7b6c6fc0ed65fac5388a95b). Bug: https://bugs.gentoo.org/964910 Bug: https://github.com/pallets/click/issues/3087 Bug: https://github.com/pallets/click/pull/3109 Signed-off-by: Sam James --- dev-python/click/click-8.3.0.ebuild | 2 +- profiles/package.mask | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-python/click/click-8.3.0.ebuild b/dev-python/click/click-8.3.0.ebuild index ff136fe7da557..eb22f102edeaa 100644 --- a/dev-python/click/click-8.3.0.ebuild +++ b/dev-python/click/click-8.3.0.ebuild @@ -21,7 +21,7 @@ SRC_URI=" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" IUSE="examples" distutils_enable_sphinx docs \ diff --git a/profiles/package.mask b/profiles/package.mask index 5772aebc97e5a..1c746a9aa3570 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -36,9 +36,12 @@ #--- END OF EXAMPLES --- -# Michał Górny (2025-11-10) -# Release not on PyPI (yet?), causing regressions in dev-python/black. +# Sam James (2025-11-05) +# re 8.3.0: Has regressions breaking media-video/subliminal and 8.3.1 +# which fixes some (but not all of those regressions) is semi-released only. +# re 8.3.1: Release not on PyPI (yet?), causing regressions in dev-python/black. # https://github.com/pallets/click/issues/3087 +~dev-python/click-8.3.0 ~dev-python/click-8.3.1 # Andreas Sturmlechner (2025-11-03)