From 3b314a79673c8bf5e19dacdfea7ce32cb18b86e2 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Mon, 4 Dec 2023 18:50:31 +0200 Subject: python/python3-django: Updated for version 4.2.8. 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(-) (limited to 'python/python3-django') diff --git a/python/python3-django/python3-django.SlackBuild b/python/python3-django/python3-django.SlackBuild index ad1a4cd974..ac8f6cc32a 100644 --- a/python/python3-django/python3-django.SlackBuild +++ b/python/python3-django/python3-django.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-django SRCNAM=$(echo $PRGNAM | cut -c9-14) -VERSION=${VERSION:-4.2.7} +VERSION=${VERSION:-4.2.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-django/python3-django.info b/python/python3-django/python3-django.info index 8eb8e5e970..6c9e0e1be6 100644 --- a/python/python3-django/python3-django.info +++ b/python/python3-django/python3-django.info @@ -1,8 +1,8 @@ PRGNAM="python3-django" -VERSION="4.2.7" +VERSION="4.2.8" HOMEPAGE="https://www.djangoproject.com/" -DOWNLOAD="https://github.com/django/django/archive/4.2.7/django-4.2.7.tar.gz" -MD5SUM="7fa7d627cbc23eac5386926e56e67966" +DOWNLOAD="https://github.com/django/django/archive/4.2.8/django-4.2.8.tar.gz" +MD5SUM="a07ca2c8b67f9b99013f21ad0d1fdd26" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="sqlparse asgiref" -- cgit v1.2.3-65-gdbad