aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2021-02-15 02:30:03 -0800
committerGitHub <noreply@github.com>2021-02-15 02:30:03 -0800
commitceb32dc42c8e08493e564753ec4ef0aac68941cf (patch)
tree607b3bf9de10c437e89f34e56d8d4b5a84d76732 /lang
parent23e0bc9f9ca9d1ce86b997483f16383e8e00017b (diff)
parent09214dec38a9469e19700668cafb1cb1a272d26e (diff)
Merge pull request #14753 from commodo/python-updates1
python-pytz,numpy: bump versions
Diffstat (limited to 'lang')
-rw-r--r--lang/python/host-pip-requirements/Django-1.11.txt2
-rw-r--r--lang/python/numpy/Makefile4
-rw-r--r--lang/python/python-pytz/Makefile4
3 files changed, 5 insertions, 5 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/numpy/Makefile b/lang/python/numpy/Makefile
index edbc53b2b..31d4989b7 100644
--- a/lang/python/numpy/Makefile
+++ b/lang/python/numpy/Makefile
@@ -6,11 +6,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=numpy
-PKG_VERSION:=1.20.0
+PKG_VERSION:=1.20.1
PKG_RELEASE:=1
PYPI_NAME:=$(PKG_NAME)
-PKG_HASH:=3d8233c03f116d068d5365fed4477f2947c7229582dad81e5953088989294cec
+PKG_HASH:=3bc63486a870294683980d76ec1e3efc786295ae00128f9ea38e2c6e74d5a60a
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
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 <ardeleanalex@gmail.com>
PKG_LICENSE:=MIT