py-pooch: add 1.5.2 (#27305)

This commit is contained in:
Manuela Kuhn 2021-11-09 20:37:16 +01:00 committed by GitHub
parent 31c932eec9
commit 41d4473df4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,10 +14,12 @@ class PyPooch(PythonPackage):
homepage = "https://github.com/fatiando/pooch"
pypi = "pooch/pooch-1.3.0.tar.gz"
version('1.5.2', sha256='5969b2f1defbdc405df932767e05e0b536e2771c27f1f95d7f260bc99bf13581')
version('1.3.0', sha256='30d448e825904e2d763bbbe418831a788813c32f636b21c8d60ee5f474532898')
depends_on('python@3.6:', type=('build', 'run'))
depends_on('py-setuptools', type='build')
depends_on('py-setuptools-scm', when='@1.4:', type='build')
depends_on('py-requests', type=('build', 'run'))
depends_on('py-packaging', type=('build', 'run'))
depends_on('py-appdirs', type=('build', 'run'))