From ca45446f16d8a72f15f2794b315401ae7b1fd6bb Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Mon, 8 Feb 2021 08:33:19 +0200 Subject: [PATCH] python-pytz: bump to version 2021.1 Signed-off-by: Alexandru Ardelean --- lang/python/host-pip-requirements/Django-1.11.txt | 2 +- lang/python/python-pytz/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/host-pip-requirements/Django-1.11.txt b/lang/python/host-pip-requirements/Django-1.11.txt index 4c1330bf1..eeff752f6 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.4 --hash=sha256:3e6b7dd2d1e0a59084bcee14a17af60c5c562cdc16d828e8eba2e683d3a7e268 +pytz==2021.1 --hash=sha256:83a4a90894bf38e243cf052c8b58f381bfe9a7a483f6a9cab140bc7f702ac4da diff --git a/lang/python/python-pytz/Makefile b/lang/python/python-pytz/Makefile index 311230bce..b0b3d3559 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.4 +PKG_VERSION:=2021.1 PKG_RELEASE:=1 PYPI_NAME:=pytz -PKG_HASH:=3e6b7dd2d1e0a59084bcee14a17af60c5c562cdc16d828e8eba2e683d3a7e268 +PKG_HASH:=83a4a90894bf38e243cf052c8b58f381bfe9a7a483f6a9cab140bc7f702ac4da PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=MIT