Add py-pytz 2019.3 (#13182)

This commit is contained in:
Adam J. Stewart 2019-10-13 19:42:55 -05:00 committed by GitHub
parent 2835e9bf17
commit d6f6c41d58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,10 +10,11 @@ class PyPytz(PythonPackage):
"""World timezone definitions, modern and historical.""" """World timezone definitions, modern and historical."""
homepage = "http://pythonhosted.org/pytz" homepage = "http://pythonhosted.org/pytz"
url = "https://pypi.io/packages/source/p/pytz/pytz-2016.10.tar.gz" url = "https://pypi.io/packages/source/p/pytz/pytz-2019.3.tar.gz"
import_modules = ['pytz'] import_modules = ['pytz']
version('2019.3', sha256='b02c06db6cf09c12dd25137e563b31700d3b80fcc4ad23abb7a315f2789819be')
version('2018.4', sha256='c06425302f2cf668f1bba7a0a03f3c1d34d4ebeef2c72003da308b3947c7f749') version('2018.4', sha256='c06425302f2cf668f1bba7a0a03f3c1d34d4ebeef2c72003da308b3947c7f749')
version('2016.10', sha256='9a43e20aa537cfad8fe7a1715165c91cb4a6935d40947f2d070e4c80f2dcd22b') version('2016.10', sha256='9a43e20aa537cfad8fe7a1715165c91cb4a6935d40947f2d070e4c80f2dcd22b')
version('2016.6.1', sha256='6f57732f0f8849817e9853eb9d50d85d1ebb1404f702dbc44ee627c642a486ca') version('2016.6.1', sha256='6f57732f0f8849817e9853eb9d50d85d1ebb1404f702dbc44ee627c642a486ca')