From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1343366-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 9F7F2158086 for <garchives@archives.gentoo.org>; Fri, 26 Nov 2021 01:06:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFB622BC071; Fri, 26 Nov 2021 01:06:23 +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 A81992BC071 for <gentoo-commits@lists.gentoo.org>; Fri, 26 Nov 2021 01:06:23 +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 A56F6342D74 for <gentoo-commits@lists.gentoo.org>; Fri, 26 Nov 2021 01:06:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FE441D4 for <gentoo-commits@lists.gentoo.org>; Fri, 26 Nov 2021 01:06:21 +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: <1637888732.08ba18ae18fe3941d2636787cd9ea7ee238d06ae.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.2.0-r1.ebuild dev-python/nbconvert/nbconvert-6.2.0.ebuild dev-python/nbconvert/nbconvert-6.3.0-r1.ebuild dev-python/nbconvert/nbconvert-6.3.0.ebuild X-VCS-Directories: dev-python/nbconvert/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 08ba18ae18fe3941d2636787cd9ea7ee238d06ae X-VCS-Branch: master Date: Fri, 26 Nov 2021 01:06:21 +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: 56b378fe-68e5-4937-bafd-d75ee9e5f1a1 X-Archives-Hash: 9377c75bbf94a9c2102a4fc5ff3348da commit: 08ba18ae18fe3941d2636787cd9ea7ee238d06ae Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Nov 26 01:05:32 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Nov 26 01:05:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08ba18ae dev-python/nbconvert: depend on newer traitlets (fixes test failure) Fix various failures in tests ending with: ``` E File "/usr/lib/python3.9/site-packages/traitlets/config/loader.py", line 931, in __call__ E namespace._flags.append(self.flag) E AttributeError: 'Namespace' object has no attribute '_flags' cmd = ['/usr/bin/python3.9', ``` Signed-off-by: Sam James <sam <AT> gentoo.org> .../nbconvert/{nbconvert-6.2.0.ebuild => nbconvert-6.2.0-r1.ebuild} | 2 +- .../nbconvert/{nbconvert-6.3.0.ebuild => nbconvert-6.3.0-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/nbconvert/nbconvert-6.2.0.ebuild b/dev-python/nbconvert/nbconvert-6.2.0-r1.ebuild similarity index 97% rename from dev-python/nbconvert/nbconvert-6.2.0.ebuild rename to dev-python/nbconvert/nbconvert-6.2.0-r1.ebuild index b95596254e03..b20585e26a9c 100644 --- a/dev-python/nbconvert/nbconvert-6.2.0.ebuild +++ b/dev-python/nbconvert/nbconvert-6.2.0-r1.ebuild @@ -26,7 +26,7 @@ RDEPEND=" dev-python/nbformat[${PYTHON_USEDEP}] >=dev-python/pandocfilters-1.4.1[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] - >=dev-python/traitlets-5.0[${PYTHON_USEDEP}] + >=dev-python/traitlets-5.1.1[${PYTHON_USEDEP}] dev-python/testpath[${PYTHON_USEDEP}] www-servers/tornado[${PYTHON_USEDEP}] " diff --git a/dev-python/nbconvert/nbconvert-6.3.0.ebuild b/dev-python/nbconvert/nbconvert-6.3.0-r1.ebuild similarity index 97% rename from dev-python/nbconvert/nbconvert-6.3.0.ebuild rename to dev-python/nbconvert/nbconvert-6.3.0-r1.ebuild index 4f1c928717f8..8d33161e3fed 100644 --- a/dev-python/nbconvert/nbconvert-6.3.0.ebuild +++ b/dev-python/nbconvert/nbconvert-6.3.0-r1.ebuild @@ -26,7 +26,7 @@ RDEPEND=" dev-python/nbformat[${PYTHON_USEDEP}] >=dev-python/pandocfilters-1.4.1[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] - >=dev-python/traitlets-5.0[${PYTHON_USEDEP}] + >=dev-python/traitlets-5.1.1[${PYTHON_USEDEP}] dev-python/testpath[${PYTHON_USEDEP}] www-servers/tornado[${PYTHON_USEDEP}] "