Bump Django to 3.1.x since 3.0 is now EOL'd. (#477)
This commit is contained in:
@@ -16,7 +16,7 @@ RUN set -ex \
|
|||||||
&& apk add --no-cache --virtual .mailman-rundeps bash sassc \
|
&& apk add --no-cache --virtual .mailman-rundeps bash sassc \
|
||||||
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.0' 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.4 \
|
||||||
uwsgi \
|
uwsgi \
|
||||||
psycopg2 \
|
psycopg2 \
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ RUN set -ex \
|
|||||||
mysqlclient \
|
mysqlclient \
|
||||||
typing \
|
typing \
|
||||||
django-utils-six \
|
django-utils-six \
|
||||||
&& python3 -m pip install -U 'Django<3.1' \
|
&& python3 -m pip install -U 'Django<3.2' \
|
||||||
&& python3 -m pip install -U \
|
&& python3 -m pip install -U \
|
||||||
git+https://gitlab.com/mailman/django-mailman3@${DJ_MM3_REF} \
|
git+https://gitlab.com/mailman/django-mailman3@${DJ_MM3_REF} \
|
||||||
&& apk del .build-deps \
|
&& apk del .build-deps \
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ RUN set -ex \
|
|||||||
&& apk add --no-cache --virtual .mailman-rundeps bash sassc \
|
&& apk add --no-cache --virtual .mailman-rundeps bash sassc \
|
||||||
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.1' 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.2 \
|
||||||
postorius==1.3.4 \
|
postorius==1.3.4 \
|
||||||
hyperkitty==1.3.4 \
|
hyperkitty==1.3.4 \
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ RUN set -ex \
|
|||||||
python-memcached \
|
python-memcached \
|
||||||
diskcache \
|
diskcache \
|
||||||
django-utils-six \
|
django-utils-six \
|
||||||
&& python3 -m pip install -U 'Django<3.1' \
|
&& python3 -m pip install -U 'Django<3.2' \
|
||||||
&& python3 -m pip install -U \
|
&& python3 -m pip install -U \
|
||||||
git+https://gitlab.com/mailman/django-mailman3@${DJ_MM3_REF} \
|
git+https://gitlab.com/mailman/django-mailman3@${DJ_MM3_REF} \
|
||||||
&& apk del .build-deps \
|
&& apk del .build-deps \
|
||||||
|
|||||||
Reference in New Issue
Block a user