diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 14:50:12 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:53 +0000 |
commit | 0477a95f8d1923063d23b3f2aa637e8f4d4f853d (patch) | |
tree | 713806ed1309b351f720bfdf7a56024352731c7a /testing/py-arrow | |
parent | bb44f209ef4bd5a682436cf97a6399ffb793f0bc (diff) | |
download | aports-0477a95f8d1923063d23b3f2aa637e8f4d4f853d.tar.bz2 aports-0477a95f8d1923063d23b3f2aa637e8f4d4f853d.tar.xz |
testing/py-arrow: rebuild against python 3.7
Diffstat (limited to 'testing/py-arrow')
-rw-r--r-- | testing/py-arrow/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-arrow/APKBUILD b/testing/py-arrow/APKBUILD index b281b4a56c..c7ae0767c4 100644 --- a/testing/py-arrow/APKBUILD +++ b/testing/py-arrow/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-arrow _pkgname=arrow pkgver=0.10.0 -pkgrel=2 +pkgrel=3 pkgdesc="A Python library to create and manipulate dates, times, and timestamps" url="https://arrow.readthedocs.io/" arch="noarch" |