Diff google-auth-2.23.0 with a google-auth-2.23.1
/usr/portage/dev-python/google-auth/google-auth-2.23.1.ebuild 2023-10-09 14:52:30.288368370 +0300 | ||
---|---|---|
24 | 24 |
>=dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}] |
25 | 25 |
>=dev-python/pyasn1-modules-0.2.1[${PYTHON_USEDEP}] |
26 | 26 |
>=dev-python/rsa-3.1.4[${PYTHON_USEDEP}] |
27 |
>=dev-python/urllib3-2.0.5[${PYTHON_USEDEP}] |
|
27 | 28 |
" |
28 | 29 |
BDEPEND=" |
29 | 30 |
test? ( |
... | ... | |
38 | 39 |
dev-python/pyu2f[${PYTHON_USEDEP}] |
39 | 40 |
dev-python/requests[${PYTHON_USEDEP}] |
40 | 41 |
dev-python/responses[${PYTHON_USEDEP}] |
41 |
>=dev-python/urllib3-2[${PYTHON_USEDEP}] |
|
42 | 42 |
) |
43 | 43 |
" |
44 | 44 | |
45 | 45 |
distutils_enable_tests pytest |
46 | 46 | |
47 |
PATCHES=( |
|
48 |
# https://github.com/googleapis/google-auth-library-python/pull/1290 |
|
49 |
"${FILESDIR}"/google-auth-2.20.0-urllib3-2.patch |
|
50 |
) |
|
51 | ||
52 | 47 |
python_test() { |
53 | 48 |
local EPYTEST_IGNORE=( |
54 | 49 |
# these are compatibility tests with oauth2client |