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 72B2B15800A for ; Wed, 16 Aug 2023 20:17:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9A632BC035; Wed, 16 Aug 2023 20:17:27 +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 8F7562BC035 for ; Wed, 16 Aug 2023 20:17:27 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A632033D3C5 for ; Wed, 16 Aug 2023 20:17:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C43DFBF for ; Wed, 16 Aug 2023 20:17:24 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1692216788.157412240a26b74ead96b14d005f7b07f1a9228f.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/notebook/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/notebook/notebook-6.5.4-r1.ebuild dev-python/notebook/notebook-6.5.4.ebuild X-VCS-Directories: dev-python/notebook/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 157412240a26b74ead96b14d005f7b07f1a9228f X-VCS-Branch: master Date: Wed, 16 Aug 2023 20:17:24 +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: 32a477b7-2440-44ae-857a-cb93842d7021 X-Archives-Hash: b7f3100fd8c4a665160530e848fb69cf commit: 157412240a26b74ead96b14d005f7b07f1a9228f Author: Michael Orlitzky gentoo org> AuthorDate: Wed Aug 16 13:54:37 2023 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Wed Aug 16 20:13:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15741224 dev-python/notebook: add dev-libs/mathjax upper bound Upstream requires the old mathjax-2.x, so when we add mathjax-3.x, bad things will happen otherwise. Newer notebook-7.x versions rely on a CDN to supply MathJax. Bug: https://bugs.gentoo.org/837722 Signed-off-by: Michael Orlitzky gentoo.org> dev-python/notebook/{notebook-6.5.4.ebuild => notebook-6.5.4-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/notebook/notebook-6.5.4.ebuild b/dev-python/notebook/notebook-6.5.4-r1.ebuild similarity index 99% rename from dev-python/notebook/notebook-6.5.4.ebuild rename to dev-python/notebook/notebook-6.5.4-r1.ebuild index fbd4ef1d8dfe..2b36143194c9 100644 --- a/dev-python/notebook/notebook-6.5.4.ebuild +++ b/dev-python/notebook/notebook-6.5.4-r1.ebuild @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86" RDEPEND=" - >=dev-libs/mathjax-2.7.4 +