Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-keystoneclient: python-keystoneclient-0.2.4.ebuild ChangeLog python-keystoneclient-0.2.3-r2.ebuild
Date: Wed, 29 May 2013 15:40:08
Message-Id: 20130529154004.92E782171D@flycatcher.gentoo.org
1 prometheanfire 13/05/29 15:40:04
2
3 Modified: ChangeLog
4 Added: python-keystoneclient-0.2.4.ebuild
5 Removed: python-keystoneclient-0.2.3-r2.ebuild
6 Log:
7 python-keystoneclient fix in 0.2.4 for CVE-2013-2104 bug 471696
8
9 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
10
11 Revision Changes Path
12 1.10 dev-python/python-keystoneclient/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/ChangeLog?rev=1.10&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/ChangeLog?rev=1.10&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/ChangeLog?r1=1.9&r2=1.10
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v
21 retrieving revision 1.9
22 retrieving revision 1.10
23 diff -u -r1.9 -r1.10
24 --- ChangeLog 24 May 2013 14:54:20 -0000 1.9
25 +++ ChangeLog 29 May 2013 15:40:04 -0000 1.10
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-python/python-keystoneclient
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v 1.9 2013/05/24 14:54:20 prometheanfire Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v 1.10 2013/05/29 15:40:04 prometheanfire Exp $
31 +
32 +*python-keystoneclient-0.2.4 (29 May 2013)
33 +
34 + 29 May 2013; Matthew Thode <prometheanfire@g.o>
35 + +python-keystoneclient-0.2.4.ebuild, -python-keystoneclient-0.2.3-r2.ebuild:
36 + python-keystoneclient fix in 0.2.4 for CVE-2013-2104 bug 471696
37
38 *python-keystoneclient-0.2.3-r2 (24 May 2013)
39
40
41
42
43 1.1 dev-python/python-keystoneclient/python-keystoneclient-0.2.4.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-0.2.4.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-0.2.4.ebuild?rev=1.1&content-type=text/plain
47
48 Index: python-keystoneclient-0.2.4.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-0.2.4.ebuild,v 1.1 2013/05/29 15:40:04 prometheanfire Exp $
53
54 EAPI=5
55 #restricted due to packages missing and bad depends in the test ==webob-1.0.8
56 RESTRICT="test"
57 #PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
58 PYTHON_COMPAT=( python2_7 )
59
60 inherit distutils-r1
61
62 DESCRIPTION="A client for the OpenStack Keystone API"
63 HOMEPAGE="https://github.com/openstack/python-keystoneclient"
64 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
65
66 LICENSE="Apache-2.0"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69 IUSE="test"
70
71 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
72 test? ( dev-python/Babel[${PYTHON_USEDEP}]
73 dev-python/coverage[${PYTHON_USEDEP}]
74 dev-python/fixtures[${PYTHON_USEDEP}]
75 dev-python/keyring[${PYTHON_USEDEP}]
76 dev-python/mock[${PYTHON_USEDEP}]
77 dev-python/mox[${PYTHON_USEDEP}]
78 dev-python/nose[${PYTHON_USEDEP}]
79 dev-python/nose-exclude[${PYTHON_USEDEP}]
80 dev-python/nosehtmloutput[${PYTHON_USEDEP}]
81 dev-python/openstack-nose-plugin[${PYTHON_USEDEP}]
82 =dev-python/pep8-1.3.3
83 >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
84 >=dev-python/testtools-0.9.22[${PYTHON_USEDEP}]
85 dev-python/unittest2[${PYTHON_USEDEP}]
86 =dev-python/webob-1.0.8 )"
87 RDEPEND="dev-python/iso8601[${PYTHON_USEDEP}]
88 dev-python/prettytable
89 >=dev-python/requests-0.8.8
90 <=dev-python/requests-1.0
91 dev-python/simplejson[${PYTHON_USEDEP}]
92 virtual/python-argparse[${PYTHON_USEDEP}]"
93
94 PATCHES=(
95 )
96 # "${FILESDIR}/0.2.3-CVE-2013-2104.patch"
97
98 python_test() {
99 ${PYTHON} setup.py nosetests || die
100 }