diff --git a/lang/python/host-pip-requirements/Django-1.11.txt b/lang/python/host-pip-requirements/Django-1.11.txt index 48e981ec5..4c1330bf1 100644 --- a/lang/python/host-pip-requirements/Django-1.11.txt +++ b/lang/python/host-pip-requirements/Django-1.11.txt @@ -1,2 +1,2 @@ Django==1.11.29 --hash=sha256:4200aefb6678019a0acf0005cd14cfce3a5e6b9b90d06145fcdd2e474ad4329c -pytz==2020.1 --hash=sha256:c35965d010ce31b23eeb663ed3cc8c906275d6be1a34393a1d73a41febf4a048 +pytz==2020.4 --hash=sha256:3e6b7dd2d1e0a59084bcee14a17af60c5c562cdc16d828e8eba2e683d3a7e268 diff --git a/lang/python/python-pytz/Makefile b/lang/python/python-pytz/Makefile index d34537527..311230bce 100644 --- a/lang/python/python-pytz/Makefile +++ b/lang/python/python-pytz/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-pytz -PKG_VERSION:=2020.1 +PKG_VERSION:=2020.4 PKG_RELEASE:=1 PYPI_NAME:=pytz -PKG_HASH:=c35965d010ce31b23eeb663ed3cc8c906275d6be1a34393a1d73a41febf4a048 +PKG_HASH:=3e6b7dd2d1e0a59084bcee14a17af60c5c562cdc16d828e8eba2e683d3a7e268 PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=MIT