Files
ports/www/py-postorius/files/patch-pyproject.toml
T
Kai Knoblich ce59801b72 *: Switch consumers over to Django 5.2
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
2026-05-28 07:18:35 +02:00

18 lines
393 B
TOML

Add Django 5.2 support
Obtained from:
https://gitlab.com/mailman/postorius/-/commit/0468ab0329df85b89e6b5d9f7b4d1805f47450c9
--- pyproject.toml.orig 2026-05-11 11:01:34 UTC
+++ pyproject.toml
@@ -18,7 +18,7 @@ dependencies = [
]
dependencies = [
"django-mailman3>=1.3.13",
- "django>=4.2,<5.1",
+ "django>=4.2,<5.3",
"mailmanclient>=3.3.3",
"readme_renderer[md]",
]