From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 92AC4158041 for ; Fri, 5 Apr 2024 15:44:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69C86E29F9; Fri, 5 Apr 2024 15:44:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4FF8CE29F9 for ; Fri, 5 Apr 2024 15:44:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 848293432D7 for ; Fri, 5 Apr 2024 15:44:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E246C1681 for ; Fri, 5 Apr 2024 15:44:51 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1712331864.841e5a0997cd00cae7ebd8573db36561160e7f3f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hatchling/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/hatchling/hatchling-1.21.1-r1.ebuild dev-python/hatchling/hatchling-1.21.1.ebuild dev-python/hatchling/hatchling-1.22.5-r1.ebuild dev-python/hatchling/hatchling-1.22.5.ebuild X-VCS-Directories: dev-python/hatchling/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 841e5a0997cd00cae7ebd8573db36561160e7f3f X-VCS-Branch: master Date: Fri, 5 Apr 2024 15:44:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b1bf1d64-84e0-44e4-9fad-32ddc39279b5 X-Archives-Hash: ef3b34c457043898b8cbd814a06bc124 commit: 841e5a0997cd00cae7ebd8573db36561160e7f3f Author: Michał Górny gentoo org> AuthorDate: Fri Apr 5 15:44:24 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Apr 5 15:44:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=841e5a09 dev-python/hatchling: Depend on the newest trove-classifiers Closes: https://bugs.gentoo.org/928447 Signed-off-by: Michał Górny gentoo.org> .../{hatchling-1.21.1.ebuild => hatchling-1.21.1-r1.ebuild} | 7 ++++++- .../{hatchling-1.22.5.ebuild => hatchling-1.22.5-r1.ebuild} | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/dev-python/hatchling/hatchling-1.21.1.ebuild b/dev-python/hatchling/hatchling-1.21.1-r1.ebuild similarity index 91% rename from dev-python/hatchling/hatchling-1.21.1.ebuild rename to dev-python/hatchling/hatchling-1.21.1-r1.ebuild index 9233bcc8808f..6919c16fa12c 100644 --- a/dev-python/hatchling/hatchling-1.21.1.ebuild +++ b/dev-python/hatchling/hatchling-1.21.1-r1.ebuild @@ -35,7 +35,12 @@ RDEPEND=" $(python_gen_cond_dep ' >=dev-python/tomli-1.2.2[${PYTHON_USEDEP}] ' 3.10) - dev-python/trove-classifiers[${PYTHON_USEDEP}] +" +# always depend on the newest version available, at least until upstream +# stops treating unknown classifiers as a fatal error +# https://github.com/pypa/hatch/issues/1368 +RDEPEND+=" + >=dev-python/trove-classifiers-2024.3.25[${PYTHON_USEDEP}] " BDEPEND=" ${RDEPEND} diff --git a/dev-python/hatchling/hatchling-1.22.5.ebuild b/dev-python/hatchling/hatchling-1.22.5-r1.ebuild similarity index 91% rename from dev-python/hatchling/hatchling-1.22.5.ebuild rename to dev-python/hatchling/hatchling-1.22.5-r1.ebuild index 880c81d559bb..92ad9f5f8392 100644 --- a/dev-python/hatchling/hatchling-1.22.5.ebuild +++ b/dev-python/hatchling/hatchling-1.22.5-r1.ebuild @@ -36,7 +36,12 @@ RDEPEND=" $(python_gen_cond_dep ' >=dev-python/tomli-1.2.2[${PYTHON_USEDEP}] ' 3.10) - dev-python/trove-classifiers[${PYTHON_USEDEP}] +" +# always depend on the newest version available, at least until upstream +# stops treating unknown classifiers as a fatal error +# https://github.com/pypa/hatch/issues/1368 +RDEPEND+=" + >=dev-python/trove-classifiers-2024.3.25[${PYTHON_USEDEP}] " BDEPEND=" ${RDEPEND}