Diff pandas-1.5.2 with a pandas-1.5.3
/usr/portage/dev-python/pandas/pandas-1.5.3.ebuild 2023-10-09 14:52:30.320368371 +0300 | ||
---|---|---|
24 | 24 | |
25 | 25 |
SLOT="0" |
26 | 26 |
LICENSE="BSD" |
27 |
KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 ~sparc ~x86" |
|
27 |
KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |
|
28 | 28 |
IUSE="doc full-support minimal test X" |
29 | 29 |
RESTRICT="!test? ( test )" |
30 | 30 | |
... | ... | |
68 | 68 |
) |
69 | 69 |
) |
70 | 70 |
" |
71 |
COMMON_DEPEND=" |
|
71 |
DEPEND=" |
|
72 | 72 |
>=dev-python/numpy-1.21.0[${PYTHON_USEDEP}] |
73 |
" |
|
74 |
COMMON_DEPEND=" |
|
75 |
${DEPEND} |
|
73 | 76 |
>=dev-python/python-dateutil-2.8.1-r3[${PYTHON_USEDEP}] |
74 | 77 |
>=dev-python/pytz-2020.1[${PYTHON_USEDEP}] |
75 | 78 |
" |
76 | 79 |
# <cython-3: bug #898706 |
77 |
DEPEND=" |
|
80 |
BDEPEND=" |
|
78 | 81 |
${COMMON_DEPEND} |
79 |
>=dev-python/cython-0.29.32[${PYTHON_USEDEP}] |
|
80 | 82 |
<dev-python/cython-3[${PYTHON_USEDEP}] |
83 |
>=dev-python/cython-0.29.32[${PYTHON_USEDEP}] |
|
81 | 84 |
doc? ( |
82 | 85 |
${VIRTUALX_DEPEND} |
83 | 86 |
dev-python/beautifulsoup4[${PYTHON_USEDEP}] |
... | ... | |
163 | 166 |
pandas/tests/api/test_api.py::TestTesting::test_util_testing_deprecated |
164 | 167 |
pandas/tests/api/test_api.py::TestTesting::test_util_testing_deprecated_direct |
165 | 168 |
pandas/tests/io/test_clipboard.py::TestClipboard::test_raw_roundtrip |
169 |
pandas/tests/copy_view/test_internals.py::test_switch_options |
|
166 | 170 | |
167 | 171 |
# TODO: xdist? |
168 | 172 |
pandas/tests/test_expressions.py::TestExpressions::test_run_binary |
... | ... | |
175 | 179 | |
176 | 180 |
# OOMs |
177 | 181 |
pandas/tests/io/parser/test_c_parser_only.py::test_bytes_exceed_2gb |
182 | ||
183 |
# xarray version incompatibility |
|
184 |
pandas/tests/test_downstream.py::test_xarray_cftimeindex_nearest |
|
185 | ||
186 |
# warning from dask |
|
187 |
pandas/tests/test_downstream.py::test_construct_dask_float_array_int_dtype_match_ndarray |
|
178 | 188 |
) |
179 | 189 | |
180 | 190 |
local -x LC_ALL=C.UTF-8 |