Skip to content

Commit

Permalink
Preparing release 3.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hoanphungt committed Dec 6, 2024
1 parent 9ff8ae9 commit f5d8ce4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
3Di Results Analysis changelog
========================

3.12 (unreleased)
-----------------
3.11.1 (2024-12-06)
-------------------

- Compatibility with Python 3.12 (#1061)
- Bumped h5py to 3.10.0 and scipy to 1.13.0 for python 3.12 compatibility (#1061)
Expand Down
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
from qgis/qgis:final-3_28_4
FROM qgis/qgis:3.40
RUN apt-get update && apt-get install -y python3-pyqt5.qtwebsockets wget python3-scipy python3-h5py zip && apt-get clean
# RUN mkdir -p /tests_directory
COPY requirements-dev.txt /root
# coverage is already installed globally, so we need to force-install it explicitly
RUN pip3 install 'coverage>6.1.1,<7.0' --force
RUN pip3 install -r /root/requirements-dev.txt
RUN qgis_setup.sh
RUN pip3 install 'coverage>6.1.1,<7.0' --force --break-system-packages
RUN pip3 install -r /root/requirements-dev.txt --break-system-packages
# RUN qgis_setup.sh

# Copied the original PYTHONPATH and added the profile's python dir to
# imitate qgis' behaviour.
ENV PYTHONPATH /usr/share/qgis/python/:/usr/share/qgis/python/plugins:/usr/lib/python3/dist-packages/qgis:/usr/share/qgis/python/qgis:/root/.local/share/QGIS/QGIS3/profiles/default/python
ENV PYTHONPATH=/usr/share/qgis/python/:/usr/share/qgis/python/plugins:/usr/lib/python3/dist-packages/qgis:/usr/share/qgis/python/qgis:/root/.local/share/QGIS/QGIS3/profiles/default/python
# Note: we'll mount the current dir into this WORKDIR
WORKDIR /root/.local/share/QGIS/QGIS3/profiles/default/python/plugins/threedi_results_analysis
2 changes: 1 addition & 1 deletion version.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12.dev0
3.11.1

0 comments on commit f5d8ce4

Please sign in to comment.