Bump versions (#504)
* Bump Postorius 1.3.5 * Also bump django-mailman3 and mailmanclient * Pin psycopg2 in Postorius
This commit is contained in:
@@ -17,9 +17,9 @@ RUN set -ex \
|
|||||||
postgresql-client mysql-client py3-mysqlclient curl mailcap gettext \
|
postgresql-client mysql-client py3-mysqlclient curl mailcap gettext \
|
||||||
python3 py3-pip libffi libuuid pcre-dev \
|
python3 py3-pip libffi libuuid pcre-dev \
|
||||||
&& python3 -m pip install -U 'Django<3.2' pip setuptools wheel \
|
&& python3 -m pip install -U 'Django<3.2' pip setuptools wheel \
|
||||||
&& python3 -m pip install postorius==1.3.4 \
|
&& python3 -m pip install postorius==1.3.5 \
|
||||||
uwsgi \
|
uwsgi \
|
||||||
psycopg2 \
|
'psycopg2<2.9' \
|
||||||
dj-database-url \
|
dj-database-url \
|
||||||
mysqlclient \
|
mysqlclient \
|
||||||
typing \
|
typing \
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ RUN set -ex \
|
|||||||
git+https://gitlab.com/mailman/mailmanclient@${CLIENT_REF} \
|
git+https://gitlab.com/mailman/mailmanclient@${CLIENT_REF} \
|
||||||
git+https://gitlab.com/mailman/postorius@${POSTORIUS_REF} \
|
git+https://gitlab.com/mailman/postorius@${POSTORIUS_REF} \
|
||||||
uwsgi \
|
uwsgi \
|
||||||
psycopg2 \
|
'psycopg2<2.9' \
|
||||||
dj-database-url \
|
dj-database-url \
|
||||||
mysqlclient \
|
mysqlclient \
|
||||||
typing \
|
typing \
|
||||||
|
|||||||
@@ -17,10 +17,10 @@ RUN set -ex \
|
|||||||
postgresql-client mysql-client py3-mysqlclient curl mailcap gettext \
|
postgresql-client mysql-client py3-mysqlclient curl mailcap gettext \
|
||||||
python3 py3-pip xapian-core xapian-bindings-python3 libffi pcre-dev \
|
python3 py3-pip xapian-core xapian-bindings-python3 libffi pcre-dev \
|
||||||
&& python3 -m pip install -U 'Django<3.2' pip setuptools wheel \
|
&& python3 -m pip install -U 'Django<3.2' pip setuptools wheel \
|
||||||
&& pip install mailmanclient==3.3.2 \
|
&& pip install mailmanclient==3.3.3 \
|
||||||
postorius==1.3.4 \
|
postorius==1.3.5 \
|
||||||
hyperkitty==1.3.4 \
|
hyperkitty==1.3.4 \
|
||||||
django-mailman3==1.3.5 \
|
django-mailman3==1.3.7 \
|
||||||
whoosh \
|
whoosh \
|
||||||
uwsgi \
|
uwsgi \
|
||||||
'psycopg2<2.9' \
|
'psycopg2<2.9' \
|
||||||
|
|||||||
Reference in New Issue
Block a user