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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 49FDE138334 for ; Sat, 15 Sep 2018 02:00:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40986E0A49; Sat, 15 Sep 2018 02:00:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 12CEDE0A49 for ; Sat, 15 Sep 2018 02:00:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF105335D12 for ; Sat, 15 Sep 2018 02:00:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E4073C3 for ; Sat, 15 Sep 2018 02:00:44 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1536976460.5a0ff09d0211ef83c1adbbc785ac14381263fa2f.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/celery/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/celery/celery-4.1.0.ebuild X-VCS-Directories: dev-python/celery/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: 5a0ff09d0211ef83c1adbbc785ac14381263fa2f X-VCS-Branch: master Date: Sat, 15 Sep 2018 02:00:44 +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-Archives-Salt: 36191e7e-a33a-40d7-a35c-9154f3848c61 X-Archives-Hash: 74af1579e08945a81acf62f970388aec commit: 5a0ff09d0211ef83c1adbbc785ac14381263fa2f Author: Virgil Dupras gentoo org> AuthorDate: Sat Sep 15 01:54:20 2018 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Sat Sep 15 01:54:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a0ff09d dev-python/celery: tighten kombu dep constraint Bug: https://bugs.gentoo.org/666228 Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-python/celery/celery-4.1.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/celery/celery-4.1.0.ebuild b/dev-python/celery/celery-4.1.0.ebuild index d3123184b97..62a6904ff53 100644 --- a/dev-python/celery/celery-4.1.0.ebuild +++ b/dev-python/celery/celery-4.1.0.ebuild @@ -18,8 +18,9 @@ KEYWORDS="amd64 x86" # there has been no apparent expression of interest or demand by users for them. See requires.txt IUSE="doc examples redis sqs test yaml" +# kombu < 4.2: #666228 (can be loosened in next bump) RDEPEND=" - =dev-python/kombu-4.0.2[${PYTHON_USEDEP}] >=dev-python/billiard-3.5.0.2[${PYTHON_USEDEP}]