Codebase list python-castellan / c7ac572
Removed Python 2 support. Thomas Goirand 4 years ago
3 changed file(s) with 46 addition(s) and 87 deletion(s). Raw diff Collapse all Expand all
0 python-castellan (1.2.2-1) experimental; urgency=medium
1
2 * New upstream release.
3 * Removed Python 2 support.
4
5 -- Thomas Goirand <zigo@debian.org> Tue, 26 Mar 2019 17:50:55 +0100
6
07 python-castellan (0.19.0-1) unstable; urgency=medium
18
29 * New upstream release.
77 debhelper (>= 9),
88 dh-python,
99 openstack-pkg-tools,
10 python-all,
11 python-pbr (>= 2.0.0),
12 python-setuptools,
1310 python3-all,
14 python3-pbr (>= 2.0.0),
11 python3-pbr,
1512 python3-setuptools,
16 python3-sphinx (>= 1.6.2),
13 python3-sphinx,
1714 Build-Depends-Indep:
18 python-babel,
19 python-barbicanclient (>= 4.5.2),
20 python-cryptography (>= 2.1),
21 python-hacking (>= 0.10),
22 python-keystoneauth1 (>= 3.4.0),
23 python-oslo.config (>= 1:5.2.0),
24 python-oslo.context (>= 2.19.2),
25 python-oslo.i18n (>= 3.15.3),
26 python-oslo.log (>= 3.36.0),
27 python-oslo.utils (>= 3.33.0),
28 python-oslotest (>= 1:3.2.0),
29 python-stevedore (>= 1.20.0),
30 python-testscenarios,
31 python-testtools (>= 2.2.0),
3215 python3-babel,
33 python3-barbicanclient (>= 4.5.2),
34 python3-cryptography (>= 2.1),
35 python3-keystoneauth1 (>= 3.4.0),
36 python3-openstackdocstheme (>= 1.18.1),
37 python3-oslo.config (>= 1:5.2.0),
38 python3-oslo.context (>= 2.19.2),
39 python3-oslo.i18n (>= 3.15.3),
40 python3-oslo.log (>= 3.36.0),
41 python3-oslo.utils (>= 3.33.0),
42 python3-oslotest (>= 1:3.2.0),
43 python3-stevedore (>= 1.20.0),
16 python3-barbicanclient,
17 python3-cryptography,
18 python3-fixtures,
19 python3-hacking,
20 python3-keystoneauth1,
21 python3-openstackdocstheme,
22 python3-oslo.config,
23 python3-oslo.context,
24 python3-oslo.i18n,
25 python3-oslo.log,
26 python3-oslo.utils,
27 python3-oslotest,
28 python3-stestr,
29 python3-stevedore,
4430 python3-subunit,
4531 python3-testscenarios,
46 python3-testtools (>= 2.2.0),
32 python3-testtools,
4733 subunit,
48 testrepository,
49 Standards-Version: 4.1.3
34 Standards-Version: 4.3.0
5035 Vcs-Browser: https://salsa.debian.org/openstack-team/libs/python-castellan
5136 Vcs-Git: https://salsa.debian.org/openstack-team/libs/python-castellan.git
5237 Homepage: https://github.com/openstack/castellan
53
54 Package: python-castellan
55 Architecture: all
56 Depends:
57 python-babel,
58 python-barbicanclient (>= 4.5.2),
59 python-cryptography (>= 2.1),
60 python-keystoneauth1 (>= 3.4.0),
61 python-oslo.config (>= 1:5.2.0),
62 python-oslo.context (>= 2.19.2),
63 python-oslo.i18n (>= 3.15.3),
64 python-oslo.log (>= 3.36.0),
65 python-oslo.utils (>= 3.33.0),
66 python-pbr (>= 2.0.0),
67 python-stevedore (>= 1.20.0),
68 ${misc:Depends},
69 ${python:Depends},
70 Suggests:
71 python-castellan-doc,
72 Description: generic key manager interface for OpenStack - Python 2.x
73 The Castellan module provides a generic key manager interface so that
74 OpenStack projects can use Barbican, but also have the flexibilty to choose an
75 alternative Key Manager as needed. This is helpful during development, for
76 example, where a simple implementation of the Key Manager Interface can be
77 used instead of having to spin up a Barbican instance.
78 .
79 This package contains the Python 2.x module.
8038
8139 Package: python-castellan-doc
8240 Section: doc
9755 Architecture: all
9856 Depends:
9957 python3-babel,
100 python3-barbicanclient (>= 4.5.2),
101 python3-cryptography (>= 2.1),
102 python3-keystoneauth1 (>= 3.4.0),
103 python3-oslo.config (>= 1:5.2.0),
104 python3-oslo.context (>= 2.19.2),
105 python3-oslo.i18n (>= 3.15.3),
106 python3-oslo.log (>= 3.36.0),
107 python3-oslo.utils (>= 3.33.0),
108 python3-pbr (>= 2.0.0),
109 python3-stevedore (>= 1.20.0),
58 python3-barbicanclient,
59 python3-cryptography,
60 python3-keystoneauth1,
61 python3-oslo.config,
62 python3-oslo.context,
63 python3-oslo.i18n,
64 python3-oslo.log,
65 python3-oslo.utils,
66 python3-pbr,
67 python3-stevedore,
11068 ${misc:Depends},
11169 ${python3:Depends},
11270 Suggests:
33 include /usr/share/openstack-pkg-tools/pkgos.make
44
55 %:
6 dh $@ --buildsystem=python_distutils --with python2,python3,sphinxdoc
6 dh $@ --buildsystem=python_distutils --with python3,sphinxdoc
7
8 override_dh_auto_clean:
9 rm -rf build
10
11 override_dh_auto_build:
12 echo "Do nothing..."
713
814 override_dh_auto_install:
9 pkgos-dh_auto_install
15 pkgos-dh_auto_install --no-py2
1016
1117 mkdir -p $(CURDIR)/debian/python-castellan/etc/castellan
1218 PYTHONPATH=. oslo-config-generator --output-file $(CURDIR)/debian/python-castellan/etc/castellan/castellan.conf \
1521
1622 override_dh_auto_test:
1723 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
18 pkgos-dh_auto_test 'castellan\.tests\.unit.*'
24 pkgos-dh_auto_test --no-py2 'castellan\.tests\.unit.*'
1925 endif
2026
2127 override_dh_sphinxdoc:
28 ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS)))
2229 PYTHONPATH=. python3 -m sphinx -b html doc/source debian/python-castellan-doc/usr/share/doc/python-castellan-doc/html
2330 dh_sphinxdoc -O--buildsystem=python_distutils
24
25 override_dh_clean:
26 dh_clean -O--buildsystem=python_distutils
27 rm -rf build
28
29 # Commands not to run
30 override_dh_installcatalogs:
31 override_dh_installemacsen override_dh_installifupdown:
32 override_dh_installinfo override_dh_installmenu override_dh_installmime:
33 override_dh_installmodules override_dh_installlogcheck:
34 override_dh_installpam override_dh_installppp override_dh_installudev override_dh_installwm:
35 override_dh_installxfonts override_dh_gconf override_dh_icons override_dh_perl override_dh_usrlocal:
36 override_dh_installcron override_dh_installdebconf:
37 override_dh_installlogrotate override_dh_installgsettings:
31 endif