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-1.3.1.ebuild ChangeLog python-keystoneclient-1.3.0-r2.ebuild
Date: Tue, 28 Apr 2015 16:28:57
Message-Id: 20150428162848.AC0FF99F@oystercatcher.gentoo.org
1 prometheanfire 15/04/28 16:28:47
2
3 Modified: ChangeLog
4 Added: python-keystoneclient-1.3.1.ebuild
5 Removed: python-keystoneclient-1.3.0-r2.ebuild
6 Log:
7 an actual release with the cve fix now instead of just a patch
8
9 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
10
11 Revision Changes Path
12 1.55 dev-python/python-keystoneclient/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/ChangeLog?rev=1.55&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/ChangeLog?rev=1.55&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/ChangeLog?r1=1.54&r2=1.55
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v
21 retrieving revision 1.54
22 retrieving revision 1.55
23 diff -u -r1.54 -r1.55
24 --- ChangeLog 28 Apr 2015 00:55:04 -0000 1.54
25 +++ ChangeLog 28 Apr 2015 16:28:47 -0000 1.55
26 @@ -1,6 +1,14 @@
27 # ChangeLog for dev-python/python-keystoneclient
28 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v 1.54 2015/04/28 00:55:04 prometheanfire Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v 1.55 2015/04/28 16:28:47 prometheanfire Exp $
31 +
32 +*python-keystoneclient-1.3.1 (28 Apr 2015)
33 +
34 + 28 Apr 2015; Matthew Thode <prometheanfire@g.o>
35 + +python-keystoneclient-1.3.1.ebuild,
36 + -files/cve-2015-1852-master-keystoneclient.patch,
37 + -python-keystoneclient-1.3.0-r2.ebuild:
38 + an actual release with the cve fix now instead of just a patch
39
40 28 Apr 2015; Matthew Thode <prometheanfire@g.o>
41 python-keystoneclient-1.4.0.ebuild:
42
43
44
45 1.1 dev-python/python-keystoneclient/python-keystoneclient-1.3.1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-1.3.1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-1.3.1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: python-keystoneclient-1.3.1.ebuild
51 ===================================================================
52 # Copyright 1999-2015 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-1.3.1.ebuild,v 1.1 2015/04/28 16:28:47 prometheanfire Exp $
55
56 EAPI=5
57 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
58
59 inherit distutils-r1
60
61 DESCRIPTION="Client Library for OpenStack Identity"
62 HOMEPAGE="http://www.openstack.org/"
63 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
64
65 LICENSE="Apache-2.0"
66 SLOT="0"
67 KEYWORDS="~amd64 ~amd64-linux ~x86 ~x86-linux"
68 IUSE="doc examples test"
69
70 # Note: blacklist version not in portage:
71 #doc? ( !~dev-python/sphinx-1.3_preb1[${PYTHON_USEDEP}] )
72
73 TCDEPEND="
74 >=dev-python/lxml-2.3[${PYTHON_USEDEP}]
75 >=dev-python/mock-1.0[${PYTHON_USEDEP}]
76 >=dev-python/mox3-0.7.0[${PYTHON_USEDEP}]
77 >=dev-python/requests-mock-0.5.1[${PYTHON_USEDEP}]
78 >=dev-python/tempest-lib-0.2.0[${PYTHON_USEDEP}]
79 >=dev-python/testresources-0.2.4[${PYTHON_USEDEP}]
80 >=dev-python/webob-1.2.3[${PYTHON_USEDEP}]
81 "
82 DEPEND="
83 dev-python/setuptools[${PYTHON_USEDEP}]
84 >=dev-python/pbr-0.8[${PYTHON_USEDEP}]
85 <dev-python/pbr-1.0[${PYTHON_USEDEP}]
86 test? (
87 ${TCDEPEND}
88 >=dev-python/hacking-0.10.0[${PYTHON_USEDEP}]
89 <dev-python/hacking-0.11[${PYTHON_USEDEP}]
90 >=dev-python/keyring-2.1[${PYTHON_USEDEP}]
91 !~dev-python/keyring-3.3[${PYTHON_USEDEP}]
92 >=dev-python/oauthlib-0.6[${PYTHON_USEDEP}]
93 >=dev-python/oslotest-1.2.0[${PYTHON_USEDEP}]
94 >=dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
95 >=dev-python/requests-mock-0.5.1[${PYTHON_USEDEP}]
96 >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
97 >=dev-python/testtools-0.9.36[${PYTHON_USEDEP}]
98 !~dev-python/testtools-1.2.0[${PYTHON_USEDEP}]
99 )
100 doc? (
101 ${TCDEPEND}
102 >=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
103 >=dev-python/oslo-sphinx-2.2.0[${PYTHON_USEDEP}]
104 >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
105 !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
106 <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
107 )
108 "
109 RDEPEND="
110 >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
111 >=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
112 >=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
113 >=dev-python/oslo-config-1.9.0[${PYTHON_USEDEP}]
114 >=dev-python/oslo-i18n-1.3.0[${PYTHON_USEDEP}]
115 >=dev-python/oslo-serialization-1.2.0[${PYTHON_USEDEP}]
116 >=dev-python/oslo-utils-1.2.0[${PYTHON_USEDEP}]
117 >=dev-python/prettytable-0.7[${PYTHON_USEDEP}]
118 <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
119 >=dev-python/requests-2.2.0[${PYTHON_USEDEP}]
120 !~dev-python/requests-2.4.0[${PYTHON_USEDEP}]
121 >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
122 >=dev-python/stevedore-1.1.0[${PYTHON_USEDEP}]
123 "
124 PATCHES=(
125 )
126
127 python_prepare_all() {
128 use doc && esetup.py build_sphinx
129 distutils-r1_python_prepare_all
130 }
131
132 python_test() {
133 rm -rf .testrepository || die "couldn't remove '.testrepository' under ${EPYTHON}"
134
135 testr init || die "testr init failed under ${EPYTHON}"
136 testr run || die "testr run failed under ${EPYTHON}"
137 }
138
139 python_install_all() {
140 use doc && local HTML_DOCS=( doc/build/html/. )
141 use examples && local EXAMPLES=( examples/. )
142
143 distutils-r1_python_install_all
144 }