Codebase list python-castellan / 8bfa952
Running wrap-and-sort -bast. Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> Daniel Baumann 6 years ago
2 changed file(s) with 87 addition(s) and 78 deletion(s). Raw diff Collapse all Expand all
66 [ Daniel Baumann ]
77 * Updating vcs fields.
88 * Updating copyright format url.
9 * Running wrap-and-sort -bast.
910
1011 -- Ondřej Nový <novy@ondrej.org> Sat, 09 Apr 2016 19:26:00 +0200
1112
11 Section: python
22 Priority: optional
33 Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
4 Uploaders: Thomas Goirand <zigo@debian.org>,
5 Build-Depends: debhelper (>= 9),
6 dh-python,
7 openstack-pkg-tools,
8 python-all,
9 python-pbr (>= 1.8),
10 python-setuptools,
11 python-sphinx,
12 python3-all,
13 python3-pbr (>= 1.8),
14 python3-setuptools,
15 Build-Depends-Indep: python-babel,
16 python-barbicanclient (>= 3.3.0),
17 python-cryptography (>= 1.0),
18 python-hacking (>= 0.10),
19 python-oslo.config (>= 1:3.7.0),
20 python-oslo.context (>= 0.2.0),
21 python-oslo.log (>= 2.0.0),
22 python-oslo.policy (>= 0.5.0),
23 python-oslo.serialization (>= 2.0.0),
24 python-oslo.utils (>= 3.5.0),
25 python-oslosphinx (>= 2.5.0),
26 python-oslotest (>= 1.10.0),
27 python-testscenarios,
28 python-testtools (>= 1.4.0),
29 python3-babel,
30 python3-barbicanclient (>= 3.3.0),
31 python3-cryptography (>= 1.0),
32 python3-oslo.config (>= 1:3.7.0),
33 python3-oslo.context (>= 0.2.0),
34 python3-oslo.log (>= 2.0.0),
35 python3-oslo.policy (>= 0.5.0),
36 python3-oslo.serialization (>= 2.0.0),
37 python3-oslo.utils (>= 3.5.0),
38 python3-oslotest (>= 1.10.0),
39 python3-subunit,
40 python3-testscenarios,
41 python3-testtools (>= 1.4.0),
42 subunit,
43 testrepository,
4 Uploaders:
5 Thomas Goirand <zigo@debian.org>,
6 Build-Depends:
7 debhelper (>= 9),
8 dh-python,
9 openstack-pkg-tools,
10 python-all,
11 python-pbr (>= 1.8),
12 python-setuptools,
13 python-sphinx,
14 python3-all,
15 python3-pbr (>= 1.8),
16 python3-setuptools,
17 Build-Depends-Indep:
18 python-babel,
19 python-barbicanclient (>= 3.3.0),
20 python-cryptography (>= 1.0),
21 python-hacking (>= 0.10),
22 python-oslo.config (>= 1:3.7.0),
23 python-oslo.context (>= 0.2.0),
24 python-oslo.log (>= 2.0.0),
25 python-oslo.policy (>= 0.5.0),
26 python-oslo.serialization (>= 2.0.0),
27 python-oslo.utils (>= 3.5.0),
28 python-oslosphinx (>= 2.5.0),
29 python-oslotest (>= 1.10.0),
30 python-testscenarios,
31 python-testtools (>= 1.4.0),
32 python3-babel,
33 python3-barbicanclient (>= 3.3.0),
34 python3-cryptography (>= 1.0),
35 python3-oslo.config (>= 1:3.7.0),
36 python3-oslo.context (>= 0.2.0),
37 python3-oslo.log (>= 2.0.0),
38 python3-oslo.policy (>= 0.5.0),
39 python3-oslo.serialization (>= 2.0.0),
40 python3-oslo.utils (>= 3.5.0),
41 python3-oslotest (>= 1.10.0),
42 python3-subunit,
43 python3-testscenarios,
44 python3-testtools (>= 1.4.0),
45 subunit,
46 testrepository,
4447 Standards-Version: 3.9.8
4548 Vcs-Browser: https://anonscm.debian.org/cgit/openstack/clients/python-castellan.git
4649 Vcs-Git: https://anonscm.debian.org/git/openstack/clients/python-castellan.git
4851
4952 Package: python-castellan
5053 Architecture: all
51 Depends: python-babel,
52 python-cryptography (>= 1.0),
53 python-oslo.config (>= 1:3.7.0),
54 python-oslo.context (>= 0.2.0),
55 python-oslo.log (>= 2.0.0),
56 python-oslo.policy (>= 0.3.1),
57 python-oslo.serialization (>= 2.0.0),
58 python-oslo.utils (>= 3.5.0),
59 python-pbr (>= 1.8),
60 ${misc:Depends},
61 ${python:Depends},
62 Suggests: python-castellan-doc,
54 Depends:
55 python-babel,
56 python-cryptography (>= 1.0),
57 python-oslo.config (>= 1:3.7.0),
58 python-oslo.context (>= 0.2.0),
59 python-oslo.log (>= 2.0.0),
60 python-oslo.policy (>= 0.3.1),
61 python-oslo.serialization (>= 2.0.0),
62 python-oslo.utils (>= 3.5.0),
63 python-pbr (>= 1.8),
64 ${misc:Depends},
65 ${python:Depends},
66 Suggests:
67 python-castellan-doc,
6368 Description: generic key manager interface for OpenStack - Python 2.x
6469 The Castellan module provides a generic key manager interface so that
6570 OpenStack projects can use Barbican, but also have the flexibilty to choose an
6974 .
7075 This package contains the Python 2.x module.
7176
77 Package: python-castellan-doc
78 Section: doc
79 Architecture: all
80 Depends:
81 ${misc:Depends},
82 ${sphinxdoc:Depends},
83 Description: generic key manager interface for OpenStack - doc
84 The Castellan module provides a generic key manager interface so that
85 OpenStack projects can use Barbican, but also have the flexibilty to choose an
86 alternative Key Manager as needed. This is helpful during development, for
87 example, where a simple implementation of the Key Manager Interface can be
88 used instead of having to spin up a Barbican instance.
89 .
90 This package contains the documentation.
91
7292 Package: python3-castellan
7393 Architecture: all
74 Depends: python3-babel,
75 python3-cryptography (>= 1.0),
76 python3-oslo.config (>= 1:3.7.0),
77 python3-oslo.context (>= 0.2.0),
78 python3-oslo.log (>= 2.0.0),
79 python3-oslo.policy (>= 0.3.1),
80 python3-oslo.serialization (>= 2.0.0),
81 python3-oslo.utils (>= 3.5.0),
82 python3-pbr (>= 1.8),
83 ${misc:Depends},
84 ${python3:Depends},
85 Suggests: python-castellan-doc,
94 Depends:
95 python3-babel,
96 python3-cryptography (>= 1.0),
97 python3-oslo.config (>= 1:3.7.0),
98 python3-oslo.context (>= 0.2.0),
99 python3-oslo.log (>= 2.0.0),
100 python3-oslo.policy (>= 0.3.1),
101 python3-oslo.serialization (>= 2.0.0),
102 python3-oslo.utils (>= 3.5.0),
103 python3-pbr (>= 1.8),
104 ${misc:Depends},
105 ${python3:Depends},
106 Suggests:
107 python-castellan-doc,
86108 Description: generic key manager interface for OpenStack - Python 3.x
87109 The Castellan module provides a generic key manager interface so that
88110 OpenStack projects can use Barbican, but also have the flexibilty to choose an
91113 used instead of having to spin up a Barbican instance.
92114 .
93115 This package contains the Python 3.x module.
94
95 Package: python-castellan-doc
96 Section: doc
97 Architecture: all
98 Depends: ${misc:Depends},
99 ${sphinxdoc:Depends},
100 Description: generic key manager interface for OpenStack - doc
101 The Castellan module provides a generic key manager interface so that
102 OpenStack projects can use Barbican, but also have the flexibilty to choose an
103 alternative Key Manager as needed. This is helpful during development, for
104 example, where a simple implementation of the Key Manager Interface can be
105 used instead of having to spin up a Barbican instance.
106 .
107 This package contains the documentation.