Codebase list python-google-auth / a59c107
Drop Python 2 support (Closes: #937799). Ondřej Nový 4 years ago
3 changed file(s) with 2 addition(s) and 32 deletion(s). Raw diff Collapse all Expand all
33 * Use pybuild to build package.
44 * Bump debhelper compat level to 12.
55 * Bump standards version to 4.4.0 (no changes).
6 * Drop Python 2 support (Closes: #937799).
67
78 -- Ondřej Nový <onovy@debian.org> Thu, 18 Jul 2019 16:53:21 +0200
89
77 debhelper-compat (= 12),
88 dh-python,
99 openstack-pkg-tools,
10 python-all,
11 python-setuptools,
1210 python3-all,
1311 python3-setuptools,
1412 Build-Depends-Indep:
15 python-cachetools (>= 2.0.0),
16 python-certifi,
17 python-flask,
18 python-mock,
19 python-oauth2client,
20 python-pyasn1,
21 python-pyasn1-modules (>= 0.2.1),
22 python-pytest,
23 python-pytest-localserver,
24 python-requests,
25 python-rsa,
26 python-six,
27 python-urllib3,
2813 python3-cachetools (>= 2.0.0),
2914 python3-certifi,
3015 python3-flask,
4328 Vcs-Git: https://salsa.debian.org/openstack-team/python/python-google-auth.git
4429 Homepage: https://github.com/GoogleCloudPlatform/google-auth-library-python
4530
46 Package: python-google-auth
47 Architecture: all
48 Depends:
49 python-cachetools (>= 2.0.0),
50 python-pyasn1,
51 python-pyasn1-modules (>= 0.2.1),
52 python-rsa,
53 python-six,
54 ${misc:Depends},
55 ${python:Depends},
56 Description: Google Authentication Library - Python 2.7
57 This library simplifies using Google's various server-to-server authentication
58 mechanisms to access Google APIs.
59 .
60 This package contains the Python 2.7 module.
61
6231 Package: python3-google-auth
6332 Architecture: all
6433 Depends:
55 export PYBUILD_NAME=google-auth
66
77 %:
8 dh $@ --buildsystem=pybuild --with python2,python3
8 dh $@ --buildsystem=pybuild --with python3
99
1010 override_dh_clean:
1111 dh_clean