Add extra version of py-arrow (#14966)

This commit is contained in:
iarspider 2020-02-16 06:02:21 +01:00 committed by GitHub
parent ad7c11c482
commit d7de6cf055
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@ class PyArrow(PythonPackage):
url = "https://pypi.io/packages/source/a/arrow/arrow-0.14.7.tar.gz" url = "https://pypi.io/packages/source/a/arrow/arrow-0.14.7.tar.gz"
version('0.14.7', sha256='67f8be7c0cf420424bc62d8d7dc40b44e4bb2f7b515f9cc2954fb36e35797656') version('0.14.7', sha256='67f8be7c0cf420424bc62d8d7dc40b44e4bb2f7b515f9cc2954fb36e35797656')
version('0.14.1', sha256='2d30837085011ef0b90ff75aa0a28f5c7d063e96b7e76b6cbc7e690310256685')
depends_on('python@2.7:2.8,3.5:', type=('build', 'run')) depends_on('python@2.7:2.8,3.5:', type=('build', 'run'))
depends_on('py-setuptools', type='build') depends_on('py-setuptools', type='build')