From baafb68da6182257b38b0be6ad7f185b4ea38fb1 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Mon, 5 Oct 2020 10:23:39 +0300 Subject: [PATCH 1/2] django: bump to version 3.1.2 Signed-off-by: Alexandru Ardelean --- lang/python/django/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/django/Makefile b/lang/python/django/Makefile index 7841d22ca..b09be5f31 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.1 +PKG_VERSION:=3.1.2 PKG_RELEASE:=1 PYPI_NAME:=Django -PKG_HASH:=59c8125ca873ed3bdae9c12b146fbbd6ed8d0f743e4cf5f5817af50c51f1fc2f +PKG_HASH:=a2127ad0150ec6966655bedf15dbbff9697cc86d61653db2da1afa506c0b04cc PKG_MAINTAINER:=Alexandru Ardelean , Peter Stadler PKG_LICENSE:=BSD-3-Clause From 4e63dea7b49394c110241d93cb63195002edc07d Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Mon, 5 Oct 2020 10:27:10 +0300 Subject: [PATCH 2/2] django-restframework: bump to version 3.12.1 Signed-off-by: Alexandru Ardelean --- lang/python/django-restframework/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/django-restframework/Makefile b/lang/python/django-restframework/Makefile index d5fdc82ce..5d9cf88e5 100644 --- a/lang/python/django-restframework/Makefile +++ b/lang/python/django-restframework/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django-restframework -PKG_VERSION:=3.11.1 +PKG_VERSION:=3.12.1 PKG_RELEASE:=1 PYPI_NAME:=djangorestframework -PKG_HASH:=6dd02d5a4bd2516fb93f80360673bf540c3b6641fec8766b1da2870a5aa00b32 +PKG_HASH:=d54452aedebb4b650254ca092f9f4f5df947cb1de6ab245d817b08b4f4156249 PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=BSD-3-Clause