diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-04 16:06:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:38 +0000 |
commit | 43f79fbbe1a0e4975da7a2649c7a3214d7d0396a (patch) | |
tree | ac2f6763c8982c50ee68117704e0bcd8885f4f48 /testing/py3-pandas | |
parent | e28b77b4e4909397f2df998df429adce412c920a (diff) | |
download | aports-43f79fbbe1a0e4975da7a2649c7a3214d7d0396a.tar.bz2 aports-43f79fbbe1a0e4975da7a2649c7a3214d7d0396a.tar.xz |
testing/py3-pandas: rebuild against python 3.8
Diffstat (limited to 'testing/py3-pandas')
-rw-r--r-- | testing/py3-pandas/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-pandas/APKBUILD b/testing/py3-pandas/APKBUILD index 77bf06aabc..cb8a214241 100644 --- a/testing/py3-pandas/APKBUILD +++ b/testing/py3-pandas/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-pandas _pkgname=pandas pkgver=0.25.3 -pkgrel=0 +pkgrel=1 pkgdesc="Powerful data structures for data analysis, time series, and statistics" url="http://pandas.pydata.org/" arch="all" |