diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-03 08:40:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:31 +0000 |
commit | a56c249f7d61958f0d3e3b6d27be010a25020b68 (patch) | |
tree | 798c91e981d98c4ba02ccb8b00b48b06f28df9fb /testing/py3-arrow | |
parent | 70a704a8d0a28d754c2f1b05f3b7ad05df4ce0ab (diff) | |
download | aports-a56c249f7d61958f0d3e3b6d27be010a25020b68.tar.bz2 aports-a56c249f7d61958f0d3e3b6d27be010a25020b68.tar.xz |
testing/py3-arrow: rebuild against python 3.8
Diffstat (limited to 'testing/py3-arrow')
-rw-r--r-- | testing/py3-arrow/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-arrow/APKBUILD b/testing/py3-arrow/APKBUILD index 57c5389ea1..bc60cf7faf 100644 --- a/testing/py3-arrow/APKBUILD +++ b/testing/py3-arrow/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-arrow _pkgname=arrow pkgver=0.15.4 -pkgrel=0 +pkgrel=1 pkgdesc="Python3 library to create and manipulate dates, times, and timestamps" url="https://arrow.readthedocs.io/" arch="noarch" |