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 390B5158094 for ; Sat, 3 Sep 2022 09:47:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67AFAE07EE; Sat, 3 Sep 2022 09:47:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B842E07EE for ; Sat, 3 Sep 2022 09:47:37 +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 324BD3410DE for ; Sat, 3 Sep 2022 09:47:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 703D0D4 for ; Sat, 3 Sep 2022 09:47:34 +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: <1662198277.fdfc086f341f037dea4dd9ae3b6e94dbb3ed48ba.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/openapi-spec-validator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/openapi-spec-validator/openapi-spec-validator-0.5.0-r1.ebuild dev-python/openapi-spec-validator/openapi-spec-validator-0.5.0.ebuild X-VCS-Directories: dev-python/openapi-spec-validator/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fdfc086f341f037dea4dd9ae3b6e94dbb3ed48ba X-VCS-Branch: master Date: Sat, 3 Sep 2022 09:47:34 +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: 3a5fccb1-b37b-4f8c-8d2f-c3a1819b2908 X-Archives-Hash: f7671f506e756003e3f112bc4d21bceb commit: fdfc086f341f037dea4dd9ae3b6e94dbb3ed48ba Author: Michał Górny gentoo org> AuthorDate: Sat Sep 3 09:44:37 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Sep 3 09:44:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdfc086f dev-python/openapi-spec-validator: Fix dependencies Closes: https://bugs.gentoo.org/868162 Signed-off-by: Michał Górny gentoo.org> ...dator-0.5.0.ebuild => openapi-spec-validator-0.5.0-r1.ebuild} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-python/openapi-spec-validator/openapi-spec-validator-0.5.0.ebuild b/dev-python/openapi-spec-validator/openapi-spec-validator-0.5.0-r1.ebuild similarity index 85% rename from dev-python/openapi-spec-validator/openapi-spec-validator-0.5.0.ebuild rename to dev-python/openapi-spec-validator/openapi-spec-validator-0.5.0-r1.ebuild index e6eeebc3d5af..1f646e897835 100644 --- a/dev-python/openapi-spec-validator/openapi-spec-validator-0.5.0.ebuild +++ b/dev-python/openapi-spec-validator/openapi-spec-validator-0.5.0-r1.ebuild @@ -23,14 +23,15 @@ SLOT="0" KEYWORDS="~amd64 ~ppc64 ~riscv" RDEPEND=" - >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}] - dev-python/jsonschema-spec[${PYTHON_USEDEP}] - >=dev-python/openapi-schema-validator-0.2.0[${PYTHON_USEDEP}] + >=dev-python/jsonschema-4.0.0[${PYTHON_USEDEP}] + >=dev-python/jsonschema-spec-0.1.1[${PYTHON_USEDEP}] + >=dev-python/lazy-object-proxy-1.7.1[${PYTHON_USEDEP}] + >=dev-python/openapi-schema-validator-0.3.2[${PYTHON_USEDEP}] >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] $(python_gen_cond_dep ' - dev-python/importlib_resources[${PYTHON_USEDEP}] + >=dev-python/importlib_resources-5.8.0[${PYTHON_USEDEP}] ' 3.8) "