From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-845851-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7C6C81388C2 for <garchives@archives.gentoo.org>; Thu, 12 Nov 2015 09:26:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97F2521C142; Thu, 12 Nov 2015 09:26:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F97421C142 for <gentoo-commits@lists.gentoo.org>; Thu, 12 Nov 2015 09:26:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8EDEA3406F2 for <gentoo-commits@lists.gentoo.org>; Thu, 12 Nov 2015 09:26:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5DB02332 for <gentoo-commits@lists.gentoo.org>; Thu, 12 Nov 2015 09:26:29 +0000 (UTC) From: "Justin Lecher" <jlec@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, "Justin Lecher" <jlec@gentoo.org> Message-ID: <1447319292.8fdbcd620b973c0b0586ebaa9891c032b82e0918.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:bug561696 commit in: sys-cluster/nova/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/nova/nova-12.0.0.ebuild sys-cluster/nova/nova-2015.2.9999.ebuild X-VCS-Directories: sys-cluster/nova/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 8fdbcd620b973c0b0586ebaa9891c032b82e0918 X-VCS-Branch: bug561696 Date: Thu, 12 Nov 2015 09:26:29 +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-Archives-Salt: 19f36b85-53cd-4829-8bca-fd104c50d462 X-Archives-Hash: cc48a57085ab4e711c3e65f3c1554832 commit: 8fdbcd620b973c0b0586ebaa9891c032b82e0918 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Thu Nov 12 09:08:12 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Thu Nov 12 09:08:12 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fdbcd62 sys-cluster/nova: Raise max version of dev-python/cryptography Tested by upstream https://review.openstack.org/#/c/244199/ Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> sys-cluster/nova/nova-12.0.0.ebuild | 2 +- sys-cluster/nova/nova-2015.2.9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/nova/nova-12.0.0.ebuild b/sys-cluster/nova/nova-12.0.0.ebuild index 070facf..f4bf716 100644 --- a/sys-cluster/nova/nova-12.0.0.ebuild +++ b/sys-cluster/nova/nova-12.0.0.ebuild @@ -104,7 +104,7 @@ RDEPEND=" !~dev-python/routes-2.1[$(python_gen_usedep 'python2_7')] <=dev-python/routes-2.2[${PYTHON_USEDEP}] >=dev-python/cryptography-1.0[${PYTHON_USEDEP}] - <=dev-python/cryptography-1.0.1-r9999[${PYTHON_USEDEP}] + <=dev-python/cryptography-1.1-r9999[${PYTHON_USEDEP}] >=dev-python/webob-1.2.3[${PYTHON_USEDEP}] <=dev-python/webob-1.4.1[${PYTHON_USEDEP}] >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}] diff --git a/sys-cluster/nova/nova-2015.2.9999.ebuild b/sys-cluster/nova/nova-2015.2.9999.ebuild index 1a23f08..6d8bb5d 100644 --- a/sys-cluster/nova/nova-2015.2.9999.ebuild +++ b/sys-cluster/nova/nova-2015.2.9999.ebuild @@ -105,7 +105,7 @@ RDEPEND=" !~dev-python/routes-2.1[$(python_gen_usedep 'python2_7')] <=dev-python/routes-2.2[${PYTHON_USEDEP}] >=dev-python/cryptography-1.0[${PYTHON_USEDEP}] - <=dev-python/cryptography-1.0.1-r9999[${PYTHON_USEDEP}] + <=dev-python/cryptography-1.1-r9999[${PYTHON_USEDEP}] >=dev-python/webob-1.2.3[${PYTHON_USEDEP}] <=dev-python/webob-1.4.1[${PYTHON_USEDEP}] >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]