Notes for future upgrade of pgweb to bookworm

From: Célestin Matte <celestin(dot)matte(at)cmatte(dot)me>
To: PostgreSQL WWW <pgsql-www(at)lists(dot)postgresql(dot)org>
Subject: Notes for future upgrade of pgweb to bookworm
Date: 2023-09-25 17:26:24
Message-ID: a9f636b4-2e7a-4313-ac23-f681f5630eff@cmatte.me
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

Afaik, moving support of pgweb from buster to bookworm isn't planned yet, but here's a note that may be useful when this is the case.

To avoid crashes during deployment, the following dependencies must be updated in requirements.txt:
bleach==3.1.4 -> bleach>=3.3.1
Babel==2.6.0 -> Babel>=2.7.0

Otherwise, there's an issue regarding collections in python3:
ImportError: cannot import name 'Mapping' from 'collections

I don't think it's useful to send a patch yet, but let me know if this is the case.
--
Célestin Matte

Browse pgsql-www by date

  From Date Subject
Next Message Matthias van de Meent 2023-09-28 22:46:43 Mailing list subscription's mail delivery delays?
Previous Message Cédric Villemain 2023-09-25 12:58:26 Re: what about adding CategoryTree support to the wiki ?