Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jan 2024 05:24:09 GMT
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3687e17c78a7 - main - www/py-django32: Deprecate/Set to expire
Message-ID:  <202401160524.40G5O9ou026087@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kai:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3687e17c78a7df3ec9f510a89cab232effdaab51

commit 3687e17c78a7df3ec9f510a89cab232effdaab51
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2024-01-16 05:12:41 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2024-01-16 05:12:41 +0000

    www/py-django32: Deprecate/Set to expire
    
    * Set a deprecation note and let it expire to the end of June to give
      enough time to switch all affected ports over to Django 4.2 which is
      the next LTS release.
    
      The plan is to make every consumer ready for Django 4.2 during 2024Q1
      and then switch everything to Django 4.2 after 2024Q2 has branched.
    
    PR:             276319
    Differential Revision:  https://reviews.freebsd.org/D43344
    With hat:       python
---
 www/py-django32/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/py-django32/Makefile b/www/py-django32/Makefile
index d64b0fbf24c5..f49a74889f51 100644
--- a/www/py-django32/Makefile
+++ b/www/py-django32/Makefile
@@ -16,6 +16,9 @@ WWW=		https://www.djangoproject.com/
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Django 3.2 is now in Extended Support, receives security fixes only and will reach End-Of-Life in April 2024. Upgrade to a later Django version. See https://www.djangoproject.com/download/
+EXPIRATION_DATE=2024-06-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}asgiref>0:www/py-asgiref@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sqlparse>=0:databases/py-sqlparse@${PY_FLAVOR}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401160524.40G5O9ou026087>