aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-10-09 15:53:45 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-10-09 19:08:55 +0000
commite7fe90f0fb6896ae112518b190bbdbf5d7ca3545 (patch)
tree1252f7e115bd5b7e06ab96a6234a8a660996d468
parent88f929c6a428d5f058b29443a04fed694d93fc9b (diff)
downloadalpine_aports-e7fe90f0fb6896ae112518b190bbdbf5d7ca3545.tar.bz2
alpine_aports-e7fe90f0fb6896ae112518b190bbdbf5d7ca3545.tar.xz
alpine_aports-e7fe90f0fb6896ae112518b190bbdbf5d7ca3545.zip
testing/py3-arrow: upgrade to 0.17.0
-rw-r--r--testing/py3-arrow/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-arrow/APKBUILD b/testing/py3-arrow/APKBUILD
index 1815ddb71c..1d1c713dc3 100644
--- a/testing/py3-arrow/APKBUILD
+++ b/testing/py3-arrow/APKBUILD
@@ -2,7 +2,7 @@
2# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> 2# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
3pkgname=py3-arrow 3pkgname=py3-arrow
4_pyname=arrow 4_pyname=arrow
5pkgver=0.16.0 5pkgver=0.17.0
6pkgrel=0 6pkgrel=0
7pkgdesc="Python3 library to create and manipulate dates, times, and timestamps" 7pkgdesc="Python3 library to create and manipulate dates, times, and timestamps"
8options="!check" # Requires unpackaged 'chai' 8options="!check" # Requires unpackaged 'chai'
@@ -32,4 +32,4 @@ package() {
32 python3 setup.py install --prefix=/usr --root="$pkgdir" 32 python3 setup.py install --prefix=/usr --root="$pkgdir"
33} 33}
34 34
35sha512sums="e48316bd31a86d640e50987010bd56c6859e972522e753c00d83730f1ce4764716eb9a22c4aa9aa0d64949f25acb7e1a3479ce0e1c62058fcb887a442f2247d6 arrow-0.16.0.tar.gz" 35sha512sums="30ab01c66ef1dfb7fb35dc8609ca19039fa3e37638ff0df681d0ffc9dbc832e9d3a577d9a45fc70ff3e74aacb6198b37e61ada22854572c57c27d7ecbef09caa arrow-0.17.0.tar.gz"