From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1360492-garchives=archives.gentoo.org@lists.gentoo.org>
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 A82EA158087
	for <garchives@archives.gentoo.org>; Sat, 22 Jan 2022 23:16:45 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id AD21AE0101;
	Sat, 22 Jan 2022 23:16:44 +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 E5A4BE0101
	for <gentoo-commits@lists.gentoo.org>; Sat, 22 Jan 2022 23:16:43 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 smtp.gentoo.org (Postfix) with ESMTPS id 9F210342DC1
	for <gentoo-commits@lists.gentoo.org>; Sat, 22 Jan 2022 23:16:42 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 19E8E268
	for <gentoo-commits@lists.gentoo.org>; Sat, 22 Jan 2022 23:16:41 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1642893388.19e8a4736f9ad3697e87a0ae7ffdc2645ca5b1a3.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nbconvert/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/nbconvert/nbconvert-6.4.0-r1.ebuild dev-python/nbconvert/nbconvert-6.4.0.ebuild
X-VCS-Directories: dev-python/nbconvert/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 19e8a4736f9ad3697e87a0ae7ffdc2645ca5b1a3
X-VCS-Branch: master
Date: Sat, 22 Jan 2022 23:16:41 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: f3ffa4aa-26c4-4ca5-a140-95b078915ee2
X-Archives-Hash: 1a43fa4de84ab7a1cdfa41c372e26009

commit:     19e8a4736f9ad3697e87a0ae7ffdc2645ca5b1a3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 22 23:16:28 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 22 23:16:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19e8a473

dev-python/nbconvert: fix mistune upper bound

Closes: https://bugs.gentoo.org/831830
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../nbconvert/{nbconvert-6.4.0.ebuild => nbconvert-6.4.0-r1.ebuild}    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/nbconvert/nbconvert-6.4.0.ebuild b/dev-python/nbconvert/nbconvert-6.4.0-r1.ebuild
similarity index 95%
rename from dev-python/nbconvert/nbconvert-6.4.0.ebuild
rename to dev-python/nbconvert/nbconvert-6.4.0-r1.ebuild
index 3b031affd2a1..f75e157ec267 100644
--- a/dev-python/nbconvert/nbconvert-6.4.0.ebuild
+++ b/dev-python/nbconvert/nbconvert-6.4.0-r1.ebuild
@@ -21,7 +21,8 @@ RDEPEND="
 	dev-python/jinja[${PYTHON_USEDEP}]
 	dev-python/jupyter_core[${PYTHON_USEDEP}]
 	dev-python/jupyterlab_pygments[${PYTHON_USEDEP}]
-	>=dev-python/mistune-0.7.4[${PYTHON_USEDEP}]
+	>=dev-python/mistune-0.8.1[${PYTHON_USEDEP}]
+	<dev-python/mistune-2[${PYTHON_USEDEP}]
 	dev-python/nbclient[${PYTHON_USEDEP}]
 	dev-python/nbformat[${PYTHON_USEDEP}]
 	>=dev-python/pandocfilters-1.4.1[${PYTHON_USEDEP}]