From e370df34eb05690036eb8d3714b42fb1d5440b43 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sun, 27 Dec 2020 21:05:21 +0200 Subject: [PATCH] python/python3-django: Updated for version 3.1.4. Signed-off-by: Dimitris Zlatanidis Signed-off-by: Willy Sudiarto Raharjo --- python/python3-django/python3-django.SlackBuild | 2 +- python/python3-django/python3-django.info | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python/python3-django/python3-django.SlackBuild b/python/python3-django/python3-django.SlackBuild index b3c79e0970..4a6275cf42 100644 --- a/python/python3-django/python3-django.SlackBuild +++ b/python/python3-django/python3-django.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=python3-django SRCNAM=$(echo $PRGNAM | cut -c9-14) -VERSION=${VERSION:-3.0.3} +VERSION=${VERSION:-3.1.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-django/python3-django.info b/python/python3-django/python3-django.info index e9fc1d32e5..b46f9fc2d5 100644 --- a/python/python3-django/python3-django.info +++ b/python/python3-django/python3-django.info @@ -1,8 +1,8 @@ PRGNAM="python3-django" -VERSION="3.0.3" +VERSION="3.1.4" HOMEPAGE="https://www.djangoproject.com/" -DOWNLOAD="https://github.com/django/django/archive/3.0.3/django-3.0.3.tar.gz" -MD5SUM="51b9c3579a8a389f8a3be5b1cb2bd199" +DOWNLOAD="https://github.com/django/django/archive/3.1.4/django-3.1.4.tar.gz" +MD5SUM="2108aa59926c8f26b34522b93bd510bd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pytz sqlparse asgiref"