ce59801b72
Django 4.2 reached its End-of-Life on 7th April 2026 and Django 5.2 is the new LTS (= Long Term Support) release which will be supported until April 2028. * Switch most ports that use www/py-django42 to www/py-django52. * Where necessary, remove PORTSCOUT, which is no longer needed because an update to a newer version that no longer supports Django 4.2 should now be possible. * Bump PORTREVISION due dependency change where necessary. PR: 291707 Reviewed by: sunpoet (python) Differential Revision: https://reviews.freebsd.org/D56966
18 lines
464 B
TOML
18 lines
464 B
TOML
Add support for Django 5.2
|
|
|
|
Obtained from:
|
|
|
|
https://gitlab.com/mailman/hyperkitty/-/commit/b8b7536c2cb7380ec55ed62140617cff8ae36b1d
|
|
|
|
--- pyproject.toml.orig 2026-05-11 11:59:00 UTC
|
|
+++ pyproject.toml
|
|
@@ -23,7 +23,7 @@ dependencies = [
|
|
"django-gravatar2>=1.0.6",
|
|
"django-haystack>=2.8.0",
|
|
"django-q2>=1.0.0",
|
|
- "django>=4.2,<5.1",
|
|
+ "django>=4.2,<5.3",
|
|
"django_mailman3>=1.3.13",
|
|
"djangorestframework>=3.0.0",
|
|
"flufl.lock>=4.0",
|