meta-openembedded/meta-python/recipes-devtools/python/python3-pandas
Hongxu Jia c723824e4d
python3-pandas: fix reproducibility issue
The type of new_value is either `npy_timedelta' or `int64_t'
In build/pandas/_libs/tslibs/timedeltas.cpython-313-x86_64-linux-gnu.so.p/pandas/_libs/tslibs/timedeltas.pyx.c
..
npy_timedelta __pyx_v_new_value;
...

In build/pandas/_libs/tslibs/timedeltas.cpython-313-x86_64-linux-gnu.so.p/pandas/_libs/tslibs/timedeltas.pyx.c
...
__pyx_t_5numpy_int64_t __pyx_v_new_value;
...

Explicitly define it as int64_t to assure the generated source is
reproducibility between builds

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-10-05 21:43:44 -07:00
..
0001-BLD-add-option-to-specify-numpy-header-location.patch
0001-fix-reproducibility-issue.patch python3-pandas: fix reproducibility issue 2025-10-05 21:43:44 -07:00
0001-pyproject.toml-don-t-pin-dependency-versions.patch