python3-pandas: update to 1.4.2.

This commit is contained in:
Andrew J. Hesford 2022-04-05 22:43:05 -04:00
parent 318e879de6
commit 8eb08e9524

View file

@ -1,6 +1,6 @@
# Template file for 'python3-pandas'
pkgname=python3-pandas
version=1.4.1
version=1.4.2
revision=1
wrksrc="pandas-${version}"
build_style=python3-module
@ -14,7 +14,7 @@ license="BSD-3-Clause"
homepage="https://pandas.pydata.org/"
changelog="https://pandas.pydata.org/pandas-docs/stable/whatsnew/index.html"
distfiles="https://github.com/pandas-dev/pandas/archive/v${version}.tar.gz"
checksum=123bf45a5d7fbd2980d2e4c348f6913406970f1558658e7f221324234c6c4825
checksum=e2d97255e7cd13b3d3931b49f7be50055e02ca6dff60a68e403b125f8f85c4d2
pre_build() {
# setup.py allows a -j argument to parallelize builds
@ -26,8 +26,8 @@ do_check() {
# S3 tests seem to require python3-pytest-xdist
PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest pandas \
--skip-slow --skip-network --skip-db -x -r EX \
--ignore pandas/tests/io/parser/test_network.py \
-m 'not single' -k 'not test_raw_roundtrip and not _s3'
--ignore pandas/tests/io/parser/test_network.py -m 'not single' \
-k 'not test_raw_roundtrip and not _s3 and not test_show_versions'
}
post_install() {