Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-celery/
Date: Mon, 30 Nov 2015 10:33:24
Message-Id: 1448879594.d496d0a997429028cf096ee8488db8aa8d845e90.jlec@gentoo
1 commit: d496d0a997429028cf096ee8488db8aa8d845e90
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 30 10:33:06 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 30 10:33:14 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d496d0a9
7
8 dev-python/django-celery: Raise max django version to include latest sec update
9
10 Package-Manager: portage-2.2.25
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/django-celery/django-celery-3.1.16.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/django-celery/django-celery-3.1.16.ebuild b/dev-python/django-celery/django-celery-3.1.16.ebuild
17 index 872f74f..b1be19b 100644
18 --- a/dev-python/django-celery/django-celery-3.1.16.ebuild
19 +++ b/dev-python/django-celery/django-celery-3.1.16.ebuild
20 @@ -24,7 +24,7 @@ IUSE="doc examples test"
21 PY2_USEDEP=$(python_gen_usedep python2_7)
22 RDEPEND=">=dev-python/celery-3.1.15[${PYTHON_USEDEP}]
23 >dev-python/django-1.4[${PYTHON_USEDEP}]
24 - <=dev-python/django-1.7.10[${PYTHON_USEDEP}]
25 + <=dev-python/django-1.7.11[${PYTHON_USEDEP}]
26 dev-python/pytz[${PYTHON_USEDEP}]"
27 DEPEND="${RDEPEND}
28 dev-python/setuptools[${PYTHON_USEDEP}]