py-tzlocal: add new version 2.0.0 (#13565)

This commit is contained in:
Andreas Baumbach 2019-11-04 23:43:15 +01:00 committed by Adam J. Stewart
parent 3bd7d7f211
commit 6b27d87e7a

View File

@ -12,6 +12,7 @@ class PyTzlocal(PythonPackage):
homepage = "https://github.com/regebro/tzlocal" homepage = "https://github.com/regebro/tzlocal"
url = "https://pypi.io/packages/source/t/tzlocal/tzlocal-1.3.tar.gz" url = "https://pypi.io/packages/source/t/tzlocal/tzlocal-1.3.tar.gz"
version('2.0.0', sha256='949b9dd5ba4be17190a80c0268167d7e6c92c62b30026cf9764caf3e308e5590')
version('1.3', sha256='d160c2ce4f8b1831dabfe766bd844cf9012f766539cf84139c2faac5201882ce') version('1.3', sha256='d160c2ce4f8b1831dabfe766bd844cf9012f766539cf84139c2faac5201882ce')
depends_on('py-setuptools', type='build') depends_on('py-setuptools', type='build')