mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: python-django: Update to 5.2.11.
Fixes CVEs CVE-2026-1207, CVE-2026-1285, CVE-2026-1287, CVE-2026-1312, CVE-2025-13473, and CVE-2025-14550. * gnu/packages/django.scm (python-django): Update to 5.2.11. [native-inputs]: Remove python-wheel. Change-Id: I7f9b2f9e074e2754d690e75d97fae6b770573d01 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
7e8c76c785
commit
36a37a6767
@@ -203,13 +203,13 @@ your project into different processes.")
|
||||
(define-public python-django
|
||||
(package
|
||||
(name "python-django")
|
||||
(version "5.2.9")
|
||||
(version "5.2.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "django" version))
|
||||
(sha256
|
||||
(base32 "15d45imlysz7wcm4azf6a9rjv19jxb953x8sav0fc9wcbvycrd8n"))))
|
||||
(base32 "1lq2dynfw6jmvzrzgfrlij2qnxcksaxgnrfr0pj3bvmrv0m2jbbz"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
'(#:test-flags
|
||||
@@ -270,8 +270,7 @@ your project into different processes.")
|
||||
python-pyyaml
|
||||
python-setuptools
|
||||
;; optional for tests: python-selenium
|
||||
python-tblib
|
||||
python-wheel))
|
||||
python-tblib))
|
||||
(propagated-inputs
|
||||
(list python-asgiref
|
||||
python-sqlparse
|
||||
|
||||
Reference in New Issue
Block a user