diff --git a/lang/python/django/Makefile b/lang/python/django/Makefile index b09be5f31..482b608fa 100644 --- a/lang/python/django/Makefile +++ b/lang/python/django/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django -PKG_VERSION:=3.1.2 +PKG_VERSION:=3.1.3 PKG_RELEASE:=1 PYPI_NAME:=Django -PKG_HASH:=a2127ad0150ec6966655bedf15dbbff9697cc86d61653db2da1afa506c0b04cc +PKG_HASH:=14b87775ffedab2ef6299b73343d1b4b41e5d4e2aa58c6581f114dbec01e3f8f PKG_MAINTAINER:=Alexandru Ardelean , Peter Stadler PKG_LICENSE:=BSD-3-Clause 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/numpy/Makefile b/lang/python/numpy/Makefile index c93fb4cb0..7906dd364 100644 --- a/lang/python/numpy/Makefile +++ b/lang/python/numpy/Makefile @@ -6,12 +6,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=numpy -# Note: make sure to periodically update the Cython version in HOST_PYTHON3_PACKAGE_BUILD_DEPENDS -PKG_VERSION:=1.19.3 +PKG_VERSION:=1.19.4 PKG_RELEASE:=1 PYPI_NAME:=$(PKG_NAME) -PKG_HASH:=35bf5316af8dc7c7db1ad45bec603e5fb28671beb98ebd1d65e8059efcfd3b72 +PKG_HASH:=141ec3a3300ab89c7f2b0775289954d193cc8edb621ea05f99db9cb181530512 PKG_MAINTAINER:=Alexandru Ardelean @@ -21,7 +20,7 @@ PKG_CPE_ID:=cpe:/a:numpy:numpy # yes, zip... sigh PYPI_SOURCE_EXT:=zip -HOST_PYTHON3_PACKAGE_BUILD_DEPENDS:=Cython # Cython>=0.29.21 +HOST_PYTHON3_PACKAGE_BUILD_DEPENDS:=Cython include ../pypi.mk include $(INCLUDE_DIR)/package.mk 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