1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
|
# ChangeLog for dev-python/python-novaclient
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-novaclient/ChangeLog,v 1.21 2014/07/06 12:48:54 mgorny Exp $
06 Jul 2014; Michał Górny <mgorny@gentoo.org> python-novaclient-2.15.0.ebuild,
python-novaclient-2.17.0-r1.ebuild, python-novaclient-2.17.0.ebuild,
python-novaclient-9999.ebuild:
Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
unittest2 (those packages were only required for <=python-2.6).
*python-novaclient-2.17.0-r1 (12 May 2014)
12 May 2014; Matthew Thode <prometheanfire@gentoo.org>
+python-novaclient-2.17.0-r1.ebuild:
updating for new fun
27 Apr 2014; Matthew Thode <prometheanfire@gentoo.org>
-python-novaclient-2.11.1-r1.ebuild, -python-novaclient-2.13.0-r1.ebuild,
-python-novaclient-2.14.1.ebuild:
updating clients
*python-novaclient-2.17.0 (21 Apr 2014)
21 Apr 2014; Matthew Thode <prometheanfire@gentoo.org>
+python-novaclient-2.17.0.ebuild:
update for bug 508186
30 Mar 2014; Michał Górny <mgorny@gentoo.org> python-novaclient-2.14.1.ebuild:
Disable py2.6 since it is no longer supported in dev-python/pbr.
19 Mar 2014; Sébastien Fabbro <bicatali@gentoo.org>
python-novaclient-2.15.0.ebuild:
Keyword ~amd64-linux ~x86-linux
26 Nov 2013; Ian Delaney <idella4@gentoo.org> metadata.xml,
python-novaclient-9999.ebuild:
switched herd
26 Nov 2013; Ian Delaney <idella4@gentoo.org> python-novaclient-2.15.0.ebuild,
python-novaclient-9999.ebuild:
re-invoked (unrestricted) & updated test phase
*python-novaclient-2.15.0 (24 Oct 2013)
24 Oct 2013; Matthew Thode <prometheanfire@gentoo.org>
+python-novaclient-2.15.0.ebuild:
added testing to 2.15.0 takes forever, but works
*python-novaclient-2.14.1 (11 Aug 2013)
11 Aug 2013; Matthew Thode <prometheanfire@gentoo.org>
+python-novaclient-2.14.1.ebuild, -python-novaclient-2.10.0-r1.ebuild,
-python-novaclient-2.13.0.ebuild:
updating python-novaclient
*python-novaclient-2.13.0-r1 (31 May 2013)
31 May 2013; Matthew Thode <prometheanfire@gentoo.org>
+python-novaclient-2.13.0-r1.ebuild:
updating python-keystoneclient deps to be fully distutils-r1 and update the
requests dep to be more in line with reality
03 May 2013; Matthew Thode <prometheanfire@gentoo.org>
python-novaclient-2.10.0-r1.ebuild, python-novaclient-2.11.1-r1.ebuild,
python-novaclient-2.13.0.ebuild, python-novaclient-9999.ebuild:
removing the non-existant python 2.5 support
*python-novaclient-2.13.0 (03 Apr 2013)
03 Apr 2013; Matthew Thode <prometheanfire@gentoo.org>
+python-novaclient-2.13.0.ebuild:
just a bump of python-novaclient to 2.13.0
*python-novaclient-2.11.1-r1 (20 Mar 2013)
20 Mar 2013; Matthew Thode <prometheanfire@gentoo.org>
-python-novaclient-2.11.1.ebuild, +python-novaclient-2.11.1-r1.ebuild:
revbump for bug 462248, also needed a newer version of requests...
*python-novaclient-2.11.1 (06 Mar 2013)
06 Mar 2013; Matthew Thode <prometheanfire@gentoo.org>
+python-novaclient-2.11.1.ebuild:
bumping python-novaclient to 2.11.1, still needs work on tests
14 Jan 2013; Matthew Thode <prometheanfire@gentoo.org>
python-novaclient-2.10.0-r1.ebuild:
should fix the unittest2 bug 450654
*python-novaclient-2.10.0-r1 (11 Jan 2013)
11 Jan 2013; Matthew Thode <prometheanfire@gentoo.org>
+python-novaclient-2.10.0-r1.ebuild, python-novaclient-9999.ebuild:
adding [] for python depends
06 Jan 2013; Michał Górny <mgorny@gentoo.org> python-novaclient-2.10.0.ebuild,
python-novaclient-9999.ebuild:
Use virtual/python-unittest2.
*python-novaclient-2.10.0 (01 Jan 2013)
01 Jan 2013; Matthew Thode <prometheanfire@gentoo.org>
+python-novaclient-2.10.0.ebuild:
adding python-novaclient-2.10.0 to tree
01 Jan 2013; Matthew Thode <prometheanfire@gentoo.org>
python-novaclient-9999.ebuild:
better test support and eapi5 and distutils-r1 :D
*python-novaclient-9999 (31 Dec 2012)
31 Dec 2012; Matthew Thode <prometheanfire@gentoo.org>
+python-novaclient-9999.ebuild, +metadata.xml:
initial add of python-novaclient
|