summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pandas_1.5.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pandas: upgrade 1.5.3 -> 2.0.3Trevor Gamblin2023-07-241-36/+0
| | | | | | | | | | | pandas now requires versioneer, so add that to the DEPENDS list. The LICENSE checksum changed but this was due to line endings and not a difference in content. Changelog: https://github.com/pandas-dev/pandas/releases Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pandas: Fix TMPDIR references in dbg filesKhem Raj2023-04-161-0/+10
| | | | | | | | | | | These are embedded into comments in C source code generated with cython during do_compile. Fixes WARNING: python3-pandas-1.5.3-r0 do_package_qa: QA Issue: File /usr/src/debug/python3-pandas/1.5.3-r0/pandas/_libs/hashing.c in package python3-pandas-src contains reference to TMPDIR Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pandas: upgrade 1.5.2 -> 1.5.3Wang Mingyu2023-02-081-0/+26
Changelog: https://pandas.pydata.org/docs/whatsnew/v1.5.3.html Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>