python/python3-django: Updated for version 4.2.13.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dimitris Zlatanidis 2024-05-09 19:06:24 +03:00 committed by Willy Sudiarto Raharjo
parent 3ea3b59e9f
commit c41f00b392
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-django
SRCNAM=$(echo $PRGNAM | cut -c9-14)
VERSION=${VERSION:-4.2.9}
VERSION=${VERSION:-4.2.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-django"
VERSION="4.2.9"
VERSION="4.2.13"
HOMEPAGE="https://www.djangoproject.com/"
DOWNLOAD="https://github.com/django/django/archive/4.2.9/django-4.2.9.tar.gz"
MD5SUM="653896818a682e045188fb8af5e335a0"
DOWNLOAD="https://github.com/django/django/archive/4.2.13/django-4.2.13.tar.gz"
MD5SUM="27ee069bb9f740497b089a127f1298d2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="sqlparse asgiref"