Skip to content

Commit 933c420

Browse files
committed
Remove trailing spaces
1 parent dce7feb commit 933c420

19 files changed

+45
-45
lines changed

14.0/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9-slim-trixie
1+
FROM python:3.9-slim-trixie
22
ARG UID=999
33
ARG GID=999
44
# create the working directory and a place to set the logs (if wanted)
@@ -28,7 +28,7 @@ ENV BUILD_PACKAGE \
2828
libjpeg-dev \
2929
libpng-dev \
3030
zlib1g-dev \
31-
libcairo2-dev
31+
libcairo2-dev
3232

3333

3434

@@ -40,7 +40,7 @@ RUN set -x; \
4040
&& /install/postgres.sh \
4141
&& /install/kwkhtml_client.sh \
4242
&& /install/kwkhtml_client_force_python3.sh \
43-
&& /install/dev_package.sh
43+
&& /install/dev_package.sh
4444

4545
# grab dockerize to generate template and
4646
# wait on postgres
@@ -68,7 +68,7 @@ ENV PATH=/odoo/.venv/bin:$PATH
6868
ENV PYTHONPATH=$PYTHONPATH:/odoo/
6969
RUN echo "export PATH=$PATH" >> ~/.bashrc
7070

71-
RUN /odoo/.venv/bin/pip install -r /odoo/base_requirements.txt
71+
RUN /odoo/.venv/bin/pip install -r /odoo/base_requirements.txt
7272
RUN /odoo/.venv/bin/pip install -r /odoo/extra_requirements.txt
7373
RUN /odoo/.venv/bin/pip install -r /odoo/test_requirements.txt
7474
USER root

14.0/base_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ requests==2.25.1 # official 2.21.0
3939
zeep==3.2.0
4040
python-stdnum==1.13 # official 1.8
4141
vobject==0.9.6.1
42-
Werkzeug==2.0.2
42+
Werkzeug==2.0.2
4343
XlsxWriter==1.1.2
4444
xlwt==1.3.*
4545
xlrd==1.2.0; python_version >= '3.8'

14.0/src_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Requirements for the project itself and for Odoo.
22
# When we install Odoo with -e, odoo.py is available in the PATH and
33
# 'openerp' in the PYTHONPATH
4-
#
4+
#
55
# They are installed only after all the project's files have been copied
66
# into the image (with ONBUILD)
77
-e .

15.0/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim-trixie
1+
FROM python:3.12-slim-trixie
22
ARG UID=999
33
ARG GID=999
44
# create the working directory and a place to set the logs (if wanted)
@@ -28,7 +28,7 @@ ENV BUILD_PACKAGE \
2828
libjpeg-dev \
2929
libpng-dev \
3030
zlib1g-dev \
31-
libcairo2-dev
31+
libcairo2-dev
3232

3333

3434

@@ -40,7 +40,7 @@ RUN set -x; \
4040
&& /install/postgres.sh \
4141
&& /install/kwkhtml_client.sh \
4242
&& /install/kwkhtml_client_force_python3.sh \
43-
&& /install/dev_package.sh
43+
&& /install/dev_package.sh
4444

4545
# grab dockerize to generate template and
4646
# wait on postgres
@@ -68,7 +68,7 @@ ENV PATH=/odoo/.venv/bin:$PATH
6868
ENV PYTHONPATH=$PYTHONPATH:/odoo/
6969
RUN echo "export PATH=$PATH" >> ~/.bashrc
7070

71-
RUN /odoo/.venv/bin/pip install -r /odoo/base_requirements.txt
71+
RUN /odoo/.venv/bin/pip install -r /odoo/base_requirements.txt
7272
RUN /odoo/.venv/bin/pip install -r /odoo/extra_requirements.txt
7373
RUN /odoo/.venv/bin/pip install -r /odoo/test_requirements.txt
7474
USER root

15.0/src_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Requirements for the project itself and for Odoo.
22
# When we install Odoo with -e, odoo.py is available in the PATH and
33
# 'openerp' in the PYTHONPATH
4-
#
4+
#
55
# They are installed only after all the project's files have been copied
66
# into the image (with ONBUILD)
77
-e .

16.0/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim-trixie
1+
FROM python:3.12-slim-trixie
22
ARG UID=999
33
ARG GID=999
44
# create the working directory and a place to set the logs (if wanted)
@@ -27,7 +27,7 @@ ENV BUILD_PACKAGE \
2727
libjpeg-dev \
2828
libpng-dev \
2929
zlib1g-dev \
30-
libcairo2-dev
30+
libcairo2-dev
3131

3232
# Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf
3333
# wkhtml-buster is kept as in official image, no deb available for bullseye
@@ -37,7 +37,7 @@ RUN set -x; \
3737
&& /install/postgres.sh \
3838
&& /install/kwkhtml_client.sh \
3939
&& /install/kwkhtml_client_force_python3.sh \
40-
&& /install/dev_package.sh
40+
&& /install/dev_package.sh
4141

4242
# grab dockerize to generate template and
4343
# wait on postgres
@@ -65,7 +65,7 @@ ENV PATH=/odoo/.venv/bin:$PATH
6565
ENV PYTHONPATH=$PYTHONPATH:/odoo/
6666
RUN echo "export PATH=$PATH" >> ~/.bashrc
6767

68-
RUN /odoo/.venv/bin/pip install -r /odoo/base_requirements.txt
68+
RUN /odoo/.venv/bin/pip install -r /odoo/base_requirements.txt
6969
RUN /odoo/.venv/bin/pip install -r /odoo/extra_requirements.txt
7070
USER root
7171
RUN set -x; \

16.0/src_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Requirements for the project itself and for Odoo.
22
# When we install Odoo with -e, odoo.py is available in the PATH and
33
# 'openerp' in the PYTHONPATH
4-
#
4+
#
55
# They are installed only after all the project's files have been copied
66
# into the image (with ONBUILD)
77
-e .

17.0/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim-trixie
1+
FROM python:3.12-slim-trixie
22
ARG UID=999
33
ARG GID=999
44
# create the working directory and a place to set the logs (if wanted)
@@ -28,7 +28,7 @@ ENV BUILD_PACKAGE \
2828
libjpeg-dev \
2929
libpng-dev \
3030
zlib1g-dev \
31-
libcairo2-dev
31+
libcairo2-dev
3232

3333
# run in a virtualenv
3434
# Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf
@@ -39,7 +39,7 @@ RUN set -x; \
3939
&& /install/postgres.sh \
4040
&& /install/kwkhtml_client.sh \
4141
&& /install/kwkhtml_client_force_python3.sh \
42-
&& /install/dev_package.sh
42+
&& /install/dev_package.sh
4343

4444
# grab dockerize to generate template and
4545
# wait on postgres
@@ -67,7 +67,7 @@ ENV PATH=/odoo/.venv/bin:$PATH
6767
ENV PYTHONPATH=$PYTHONPATH:/odoo/
6868
RUN echo "export PATH=$PATH" >> ~/.bashrc
6969

70-
RUN /odoo/.venv/bin/pip install -r /odoo/base_requirements.txt
70+
RUN /odoo/.venv/bin/pip install -r /odoo/base_requirements.txt
7171
RUN /odoo/.venv/bin/pip install -r /odoo/extra_requirements.txt
7272
RUN /odoo/.venv/bin/pip install -r /odoo/test_requirements.txt
7373
USER root

17.0/base_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ libsass==0.22.0 ; python_version >= '3.12' # (Noble) Mostly to have a wheel pac
1515
lxml==5.2.1; python_version >= '3.12' # (Noble - removed html clean)
1616
lxml-html-clean; python_version >= '3.12' # (Noble - removed from lxml, unpinned for futur security patches)
1717
MarkupSafe==2.1.5 ; python_version >= '3.12' # (Noble) Mostly to have a wheel package
18-
num2words==0.5.13 ; python_version >= '3.12'
18+
num2words==0.5.13 ; python_version >= '3.12'
1919
ofxparse==0.21
2020
passlib==1.7.4 # min version = 1.7.2 (Focal with security backports)
2121
Pillow==10.3.0 ; python_version >= '3.12' # (Noble) Mostly to have a wheel package

17.0/src_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Requirements for the project itself and for Odoo.
22
# When we install Odoo with -e, odoo.py is available in the PATH and
33
# 'openerp' in the PYTHONPATH
4-
#
4+
#
55
# They are installed only after all the project's files have been copied
66
# into the image (with ONBUILD)
77
-e .

0 commit comments

Comments
 (0)