./www/mailman3-web, Mailman 3 Web interface

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.0.8, Package name: py311-mailman-web-0.0.8, Maintainer: pkgsrc-users

This is a Django project that contains default settings and url settings
for Mailman 3 Web Interface. It consists of the following sub-projects:

* Postorius
* Hyperkitty


Master sites:

Filesize: 28.396 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-12 12:58:57 by Mark Davies | Files touched by this commit (3) | Package updated
Log message:
mailman3-web: update to 0.0.8

0.0.8 (2023-10-22)
~~~~~~~~~~~~~~~~~~

* Bump min version dependency on django-mailman3, which will clear all existing
  django sessions so that changes in session serializer doesn't cause errors.

0.0.7 (2023-10-21)
~~~~~~~~~~~~~~~~~~

* [**BREAKING**] Reduce the default no. of workers for qrunner to 2.
* [**BREAKING**] Due to change in Django's ``SESSION_SERIALIZER``, it will cause
  all existing sessions to cause 500 errors, unless they are removed from the
  database. To do that, you can upgrade to django-mailman3 1.3.10, which will
  remove all current sessions.
* Add a new settings module ``mailman_web.settings.dev`` for development purposes.
  To use this, you can run ``export DJANGO_SETTINGS_MODULE=mailman_web.settings.dev``
  and then run ``mailman-web`` commands for dev purposes.
* Min Python version has been upgraded to 3.9 since the same is required for Core.
* Print a warning if a user sets both ``DJANGO_SETTINGS_MODULE`` and
  ``MAILMAN_WEB_CONFIG`` as the former overrides the latter.

Fixes
-----
* Instead of overriding ``PYTHONPATH`` env var always, append to it if it has
  already been defined.
   2023-11-07 23:38:10 by Thomas Klausner | Files touched by this commit (112)
Log message:
*: latest py-sphinx only support Python 3.9+
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-06-10 08:00:53 by Mark Davies | Files touched by this commit (3)
Log message:
mailman3-web: fix path for fulltext_index
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2023-06-04 05:42:23 by Mark Davies | Files touched by this commit (9)
Log message:
mailman3-web: add version 0.0.6

This is a Django project that contains default settings and url settings
for Mailman 3 Web Interface. It consists of the following sub-projects:

* Postorius
* Hyperkitty