py-arrow: add version 0.16.0 (#19203)

This commit is contained in:
rvinaybharadwaj 2020-10-06 18:44:26 -06:00 committed by GitHub
parent 7dbc07373d
commit 0553ef32d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,8 +15,9 @@ class PyArrow(PythonPackage):
work with dates and times with fewer imports and a lot less code."""
homepage = "https://arrow.readthedocs.io/en/latest/"
url = "https://pypi.io/packages/source/a/arrow/arrow-0.14.7.tar.gz"
url = "https://pypi.io/packages/source/a/arrow/arrow-0.16.0.tar.gz"
version('0.16.0', sha256='92aac856ea5175c804f7ccb96aca4d714d936f1c867ba59d747a8096ec30e90a')
version('0.14.7', sha256='67f8be7c0cf420424bc62d8d7dc40b44e4bb2f7b515f9cc2954fb36e35797656')
version('0.14.1', sha256='2d30837085011ef0b90ff75aa0a28f5c7d063e96b7e76b6cbc7e690310256685')