guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

28/55: gnu: Remove python-django@2.2.


From: guix-commits
Subject: 28/55: gnu: Remove python-django@2.2.
Date: Thu, 21 Sep 2023 13:31:37 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit d9620855de56c090a9a4992f356e7f74ee19af60
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Sep 9 20:55:04 2023 +0800

    gnu: Remove python-django@2.2.
    
    This version is no longer maintained and contains known security flaws.
    
    * gnu/packages/django.scm (python-django-2.2): Remove variable.
---
 gnu/packages/django.scm | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index b1a5a1e86a..ad778304d6 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -171,21 +171,6 @@ to the @dfn{don't repeat yourself} (DRY) principle.")
        ;; Django 4.0 deprecated pytz in favor of Pythons built-in zoneinfo.
        (append python-pytz)))))
 
-(define-public python-django-2.2
-  (package
-    (inherit python-django-3.2)
-    (version "2.2.28")
-    (source (origin
-              (method url-fetch)
-              (uri (pypi-uri "Django" version))
-              (sha256
-               (base32
-                "04vl7aivsshzsnn547lm4jdinr67afhdspc40f0c06xzmxbvc002"))))
-    (native-inputs
-     (modify-inputs (package-native-inputs python-django-3.2)
-       (prepend ;; 2.2 requires Selenium for the test suite.
-                python-selenium)))))
-
 ;; Use 3.2 LTS as the default until packages gain support for 4.x.
 (define-public python-django python-django-3.2)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]