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 91A4C158087 for ; Sat, 22 Jan 2022 10:56:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D563E07AE; Sat, 22 Jan 2022 10:56:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3EA89E07AE for ; Sat, 22 Jan 2022 10:56:43 +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 49FA4342E72 for ; Sat, 22 Jan 2022 10:56:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AF87D0 for ; Sat, 22 Jan 2022 10:56:40 +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: <1642848995.e94749b58e4243a6a66e58a3018d41cf939567c6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/warlock/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/warlock/warlock-1.3.3-r1.ebuild dev-python/warlock/warlock-1.3.3.ebuild X-VCS-Directories: dev-python/warlock/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e94749b58e4243a6a66e58a3018d41cf939567c6 X-VCS-Branch: master Date: Sat, 22 Jan 2022 10:56:40 +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: b46a1caa-dadd-422e-afe2-8817f4bdf774 X-Archives-Hash: c4dbf3659edc8593f80ecab2ec192ce0 commit: e94749b58e4243a6a66e58a3018d41cf939567c6 Author: Michał Górny gentoo org> AuthorDate: Sat Jan 22 10:52:34 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jan 22 10:56:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e94749b5 dev-python/warlock: Unblock jsonschema-4 Closes: https://bugs.gentoo.org/722514 Signed-off-by: Michał Górny gentoo.org> .../{warlock-1.3.3.ebuild => warlock-1.3.3-r1.ebuild} | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/dev-python/warlock/warlock-1.3.3.ebuild b/dev-python/warlock/warlock-1.3.3-r1.ebuild similarity index 66% rename from dev-python/warlock/warlock-1.3.3.ebuild rename to dev-python/warlock/warlock-1.3.3-r1.ebuild index c49438cbee87..0086c8697dbe 100644 --- a/dev-python/warlock/warlock-1.3.3.ebuild +++ b/dev-python/warlock/warlock-1.3.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,6 +19,12 @@ RDEPEND=" >=dev-python/jsonpatch-0.10[${PYTHON_USEDEP}] =dev-python/jsonschema-0.7[${PYTHON_USEDEP}] -