From 045e99044223cfc707f5969791d7db2be8c5aa9b Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Sat, 10 Dec 2022 09:58:04 -0700 Subject: [PATCH] package/python-django: bump to version 4.1.4 Drop no longer required pytz and setuptools runtime dependencies. Signed-off-by: James Hilliard Signed-off-by: Yann E. MORIN --- package/python-django/Config.in | 3 --- package/python-django/python-django.hash | 4 ++-- package/python-django/python-django.mk | 4 ++-- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/package/python-django/Config.in b/package/python-django/Config.in index 8ffceb7275..5830cadc93 100644 --- a/package/python-django/Config.in +++ b/package/python-django/Config.in @@ -3,10 +3,7 @@ config BR2_PACKAGE_PYTHON_DJANGO select BR2_PACKAGE_PYTHON3_UNICODEDATA select BR2_PACKAGE_PYTHON3_PYEXPAT select BR2_PACKAGE_PYTHON_ASGIREF # runtime - select BR2_PACKAGE_PYTHON_PYTZ # runtime - select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime select BR2_PACKAGE_PYTHON_SQLPARSE # runtime - help Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. It takes your diff --git a/package/python-django/python-django.hash b/package/python-django/python-django.hash index b9ae8a1da1..40526bc0ff 100644 --- a/package/python-django/python-django.hash +++ b/package/python-django/python-django.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/django/json -md5 60c54c37ecf9e5e635ee6bb07a13a9fa Django-4.1.3.tar.gz -sha256 678bbfc8604eb246ed54e2063f0765f13b321a50526bdc8cb1f943eda7fa31f1 Django-4.1.3.tar.gz +md5 02e2222d064d800f37c6a0ba78ce87f3 Django-4.1.4.tar.gz +sha256 d38a4e108d2386cb9637da66a82dc8d0733caede4c83c4afdbda78af4214211b Django-4.1.4.tar.gz # Locally computed sha256 checksums sha256 b846415d1b514e9c1dff14a22deb906d794bc546ca6129f950a18cd091e2a669 LICENSE diff --git a/package/python-django/python-django.mk b/package/python-django/python-django.mk index c90caa9635..96ec53f82c 100644 --- a/package/python-django/python-django.mk +++ b/package/python-django/python-django.mk @@ -4,10 +4,10 @@ # ################################################################################ -PYTHON_DJANGO_VERSION = 4.1.3 +PYTHON_DJANGO_VERSION = 4.1.4 PYTHON_DJANGO_SOURCE = Django-$(PYTHON_DJANGO_VERSION).tar.gz # The official Django site has an unpractical URL -PYTHON_DJANGO_SITE = https://files.pythonhosted.org/packages/d0/ab/33f9c2bd4cf7ff2d319131eca7231247f962f781ebc8a012ebe02582244a +PYTHON_DJANGO_SITE = https://files.pythonhosted.org/packages/de/7d/ca5d224f7d345b0defd0a57c6deb0c6115fbe5304e4d9571f728b617f1a3 PYTHON_DJANGO_LICENSE = BSD-3-Clause PYTHON_DJANGO_LICENSE_FILES = LICENSE