diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-19 14:08:57 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-19 20:19:34 +0000 |
commit | ceeca528ab4d972bc8630ac9db9a8e4b4dbab0d4 (patch) | |
tree | bd511bbf166d3da5e7ef6061c1b95ef507c5121c /testing/py3-pandas | |
parent | 1af3a4498b7f556c54ddab9f833ad1ce803202a8 (diff) | |
download | aports-ceeca528ab4d972bc8630ac9db9a8e4b4dbab0d4.tar.bz2 aports-ceeca528ab4d972bc8630ac9db9a8e4b4dbab0d4.tar.xz |
testing/py3-pandas: upgrade to 1.0.3
Diffstat (limited to 'testing/py3-pandas')
-rw-r--r-- | testing/py3-pandas/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-pandas/APKBUILD b/testing/py3-pandas/APKBUILD index 6fcd32cf82..a8cdfdea84 100644 --- a/testing/py3-pandas/APKBUILD +++ b/testing/py3-pandas/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Carlos Giraldo <cgiraldo@gradiant.org> pkgname=py3-pandas _pkgname=pandas -pkgver=1.0.2 +pkgver=1.0.3 pkgrel=0 pkgdesc="Powerful data structures for data analysis, time series, and statistics" url="https://pandas.pydata.org/" @@ -24,4 +24,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="c122ebccf7f048d64f105e447d09b0b7daf42d66eaaf4e993a7808b0ae1ca408032e5fd4a9dd0a3ab46cbd28ed48ff097012c53b6a6e1eed8edb3352b674ccda pandas-1.0.2.tar.gz" +sha512sums="636636aade213927f8cc38c0b1b7b8259ad04afdfa29c0b152203577a3deaea68e51bcf40200e3e2bc2b2b22d3682a28b5a5be3301aabd50629650e05b837d7a pandas-1.0.3.tar.gz" |