Dear list / devs,
is it possible to release 3.3.8 early?
As far as I can see it is a prereq for my planned upgrade of the server from Ubuntu LTS 20.04 to Ubunto LTS 22.04. I use MySQL in my setup (own installation in venv), so my installation is affected by #1044, which is closed in 3.3.8
Also Ubuntu LTS 22.04 comes with Python 3.10 (https://packages.ubuntu.com/search?suite=jammy&keywords=python3) where the support is also stated earliest for 3.3.8 (https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/docs/NEWS.h...)
Am I right with my findings?
I planned to upgrade the server until end of this year, because there is less traffic in the last days of a year. But I think unless 3.3.8 is not released, I cannot update the server.
Kind regards Torge
On 12/27/22 10:07, Torge Riedel wrote:
Dear list / devs,
is it possible to release 3.3.8 early?
You can always upgrade from the GitLab master with
pip install --upgrade mailman@git+https://gitlab.com/mailman/mailman.git@heads/master
or you can upgrade to a specific commit with, e.g.
pip install --upgrade mailman@git+https://gitlab.com/mailman/mailman.git@7ce83ba5b59
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
On 2022-12-27 19:07, Torge Riedel wrote:
Dear list / devs,
is it possible to release 3.3.8 early?
As far as I can see it is a prereq for my planned upgrade of the server from Ubuntu LTS 20.04 to Ubunto LTS 22.04. I use MySQL in my setup (own installation in venv), so my installation is affected by #1044, which is closed in 3.3.8
Also Ubuntu LTS 22.04 comes with Python 3.10 (https://packages.ubuntu.com/search?suite=jammy&keywords=python3) where the support is also stated earliest for 3.3.8 (https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/docs/NEWS.h...)
Am I right with my findings?
I planned to upgrade the server until end of this year, because there is less traffic in the last days of a year. But I think unless 3.3.8 is not released, I cannot update the server.
Kind regards Torge
I installed Mailman 3.3.7 on Ubuntu LTS 22.04 without any problems (at least not related to the core functionality).
- Jan
Am 29.12.22 um 21:01 schrieb Jan Eden via Mailman-users:
On 2022-12-27 19:07, Torge Riedel wrote: [snip]
Am I right with my findings?
I planned to upgrade the server until end of this year, because there is less traffic in the last days of a year. But I think unless 3.3.8 is not released, I cannot update the server.
Kind regards Torge
I installed Mailman 3.3.7 on Ubuntu LTS 22.04 without any problems (at least not related to the core functionality).
Caution: this only works if you have less then 10 lists in the database (assuming that you also use sqlalchemy 1.4???). In this case there is the problem that the yield_per default is by 10 s.t. the query.values method will try to page by 10 results. This has been fixed in the master, see issue https://gitlab.com/mailman/mailman/-/issues/1044.
The relevant lines can be found in
sqlalchemy/orm/query.py, search for the values method and _yield_per which is set to 10 around line 1400 or so.
Is there maybe the possibility for a "hotfix" release or something?
Best
Claus
-- Claus-Justus Heine himself@claus-justus-heine.de http://www.claus-justus-heine.de/
Schatzmeister der Camerata Academica Freiburg e.V. --- www.cafev.de
On 2022-12-31 15:08, Claus-Justus Heine via Mailman-users wrote:
Am 29.12.22 um 21:01 schrieb Jan Eden via Mailman-users:
On 2022-12-27 19:07, Torge Riedel wrote: [snip]
Am I right with my findings?
I planned to upgrade the server until end of this year, because there is less traffic in the last days of a year. But I think unless 3.3.8 is not released, I cannot update the server.
Kind regards Torge
I installed Mailman 3.3.7 on Ubuntu LTS 22.04 without any problems (at least not related to the core functionality).
Caution: this only works if you have less then 10 lists in the database (assuming that you also use sqlalchemy 1.4???). In this case there is the problem that the yield_per default is by 10 s.t. the query.values method will try to page by 10 results. This has been fixed in the master, see issue https://gitlab.com/mailman/mailman/-/issues/1044.
Thanks for the heads-up – I use PostgreSQL with psycopg2, so my installation should not be affected.
- Jan
On 12/31/22 06:08, Claus-Justus Heine via Mailman-users wrote:
Is there maybe the possibility for a "hotfix" release or something?
As noted at https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/... you can always upgrade from the GitLab master.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (4)
-
Claus-Justus Heine
-
Jan Eden
-
Mark Sapiro
-
Torge Riedel