aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-06-26 00:54:29 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-06-26 04:27:11 +0000
commitcb83f53d60c30451a7202c5b5f09a0190f85b7de (patch)
tree9eae870a4aca0e5c04790be1c6b288e60a4b8f6b
parentdaf51ac3b748a770c3f97edc72026c4a64e63038 (diff)
downloadalpine_aports-cb83f53d60c30451a7202c5b5f09a0190f85b7de.tar.bz2
alpine_aports-cb83f53d60c30451a7202c5b5f09a0190f85b7de.tar.xz
alpine_aports-cb83f53d60c30451a7202c5b5f09a0190f85b7de.zip
testing/py3-pandas: upgrade to 1.0.5
-rw-r--r--testing/py3-pandas/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-pandas/APKBUILD b/testing/py3-pandas/APKBUILD
index 1a66ad71cc..6b13e97b2b 100644
--- a/testing/py3-pandas/APKBUILD
+++ b/testing/py3-pandas/APKBUILD
@@ -2,7 +2,7 @@
2# Maintainer: Carlos Giraldo <cgiraldo@gradiant.org> 2# Maintainer: Carlos Giraldo <cgiraldo@gradiant.org>
3pkgname=py3-pandas 3pkgname=py3-pandas
4_pkgname=pandas 4_pkgname=pandas
5pkgver=1.0.4 5pkgver=1.0.5
6pkgrel=0 6pkgrel=0
7pkgdesc="Powerful data structures for data analysis, time series, and statistics" 7pkgdesc="Powerful data structures for data analysis, time series, and statistics"
8url="https://pandas.pydata.org/" 8url="https://pandas.pydata.org/"
@@ -24,4 +24,4 @@ package() {
24 python3 setup.py install --prefix=/usr --root="$pkgdir" 24 python3 setup.py install --prefix=/usr --root="$pkgdir"
25} 25}
26 26
27sha512sums="01ef73cab3db067ca4a29992d71aa637425b8d70473fde6ccfb359dfedc9546315c6d37d74f3825c924cab789c2536ec69db071a303cfc5e1a7897b253dd9467 pandas-1.0.4.tar.gz" 27sha512sums="bb9e3ed9988f7b878ac6f9d7c6c054b119acfc4b960ae42ea92436979ef2098289123cac32b176753942a1edb3b6bd35c4eaf05112a25fbf8a89078fd76a2646 pandas-1.0.5.tar.gz"