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 A82EA158087 for ; 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 ; 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 ; 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 ; Sat, 22 Jan 2022 23:16:41 +0000 (UTC) From: "Sam James" 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" 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: 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: f3ffa4aa-26c4-4ca5-a140-95b078915ee2 X-Archives-Hash: 1a43fa4de84ab7a1cdfa41c372e26009 commit: 19e8a4736f9ad3697e87a0ae7ffdc2645ca5b1a3 Author: Sam James gentoo org> AuthorDate: Sat Jan 22 23:16:28 2022 +0000 Commit: Sam James gentoo 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 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/pandocfilters-1.4.1[${PYTHON_USEDEP}]