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 <sam@gentoo.org>
This commit is contained in:
Sam James 2025-11-10 14:59:20 +00:00
parent 5694ee9f68
commit 9d316862d6
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
2 changed files with 6 additions and 3 deletions

View File

@ -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 \

View File

@ -36,9 +36,12 @@
#--- END OF EXAMPLES ---
# Michał Górny <mgorny@gentoo.org> (2025-11-10)
# Release not on PyPI (yet?), causing regressions in dev-python/black.
# Sam James <sam@gentoo.org> (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 <asturm@gentoo.org> (2025-11-03)