Сравнение opensearch-py-1.1.0 с opensearch-py-2.3.0
/usr/portage/dev-python/opensearch-py/opensearch-py-2.3.0.ebuild 2023-10-09 14:52:30.316368371 +0300 | ||
---|---|---|
14 | 14 |
https://github.com/opensearch-project/opensearch-py |
15 | 15 |
" |
16 | 16 |
SRC_URI=" |
17 |
https://github.com/opensearch-project/opensearch-py/archive/${PV}.tar.gz |
|
17 |
https://github.com/opensearch-project/opensearch-py/archive/v${PV}.tar.gz |
|
18 | 18 |
-> ${P}.gh.tar.gz |
19 | 19 |
" |
20 | 20 | |
... | ... | |
27 | 27 |
RESTRICT="test" |
28 | 28 | |
29 | 29 |
RDEPEND=" |
30 |
<dev-python/urllib3-2[${PYTHON_USEDEP}] |
|
30 |
>=dev-python/urllib3-1.21.1[${PYTHON_USEDEP}] |
|
31 |
>=dev-python/requests-2.4.0[${PYTHON_USEDEP}] |
|
32 |
dev-python/six[${PYTHON_USEDEP}] |
|
33 |
dev-python/python-dateutil[${PYTHON_USEDEP}] |
|
31 | 34 |
dev-python/certifi[${PYTHON_USEDEP}] |
32 | 35 |
" |
33 | 36 |
BDEPEND=" |
34 | 37 |
test? ( |
35 |
>=dev-python/requests-2.0.0[${PYTHON_USEDEP}] |
|
36 | 38 |
dev-python/mock[${PYTHON_USEDEP}] |
37 | 39 |
dev-python/pyyaml[${PYTHON_USEDEP}] |
40 |
dev-python/pytz[${PYTHON_USEDEP}] |
|
38 | 41 |
dev-python/pytest[${PYTHON_USEDEP}] |
39 | 42 |
dev-python/botocore[${PYTHON_USEDEP}] |
43 |
dev-python/pytest-mock[${PYTHON_USEDEP}] |
|
40 | 44 |
) |
41 | 45 |
" |