diff --git a/debian/changelog b/debian/changelog index fcf3ce9aa703..688bc30db227 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,5 @@ +python3-oq-engine (3.17.0-2~xenial01) xenial; urgency=low + [Michele Simionato] * Raise an early error if the user disable both realizations and statistics * Internal: added dbserver.user in openquake.cfg @@ -207,6 +209,8 @@ * Optimized disaggregation in performance, memory consumption and data transfer; also changed the task distribution algorithm + -- Matteo Nastasi (GEM Foundation) Wed, 12 Jul 2023 13:00:58 +0000 + python3-oq-engine (3.16.0-2~xenial01) xenial; urgency=low [Matteo Nastasi] diff --git a/debian/control b/debian/control index a05d5f724268..91a70c21ac04 100644 --- a/debian/control +++ b/debian/control @@ -10,13 +10,13 @@ Homepage: http://github.com/gem/oq-engine Package: python3-oq-engine Architecture: amd64 X-Python-Version: >= 3.6 -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, ${dist:Depends}, python3-oq-libs (>=3.8.1~) +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, ${dist:Depends}, python3-oq-libs (>=3.8.2~) Conflicts: python-noq, python-oq, python-nhlib Replaces: python-oq-risklib, python-oq-hazardlib, python-oq-engine (<< ${binary:Version}) # See https://www.debian.org/doc/debian-policy/ch-relationships.html#s-breaks Breaks: python-oq-risklib, python-oq-hazardlib, python-oq-engine (<< ${binary:Version}) Recommends: ${dist:Recommends} -Suggests: python3-oq-libs-extra (>=3.8.1~) +Suggests: python3-oq-libs-extra (>=3.8.2~) Description: computes seismic hazard and physical risk based on the hazard and risk libraries developed by the GEM foundation (http://www.globalquakemodel.org/) diff --git a/debian/control.in b/debian/control.in index 7425637756c7..d170d92638b3 100644 --- a/debian/control.in +++ b/debian/control.in @@ -10,13 +10,13 @@ Homepage: http://github.com/gem/oq-engine Package: python3-oq-engine Architecture: amd64 X-Python-Version: >= 3.6 -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, ${dist:Depends}, python3-oq-libs (>=3.8.1~) +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, ${dist:Depends}, python3-oq-libs (>=3.8.2~) Conflicts: python-noq, python-oq, python-nhlib Replaces: python-oq-risklib, python-oq-hazardlib, python-oq-engine (<< ${binary:Version}) # See https://www.debian.org/doc/debian-policy/ch-relationships.html#s-breaks Breaks: python-oq-risklib, python-oq-hazardlib, python-oq-engine (<< ${binary:Version}) Recommends: ${dist:Recommends} -Suggests: python3-oq-libs-extra (>=3.8.1~) +Suggests: python3-oq-libs-extra (>=3.8.2~) Description: computes seismic hazard and physical risk based on the hazard and risk libraries developed by the GEM foundation (http://www.globalquakemodel.org/) diff --git a/doc/installing/README.md b/doc/installing/README.md index 8c2b277d6995..0031b11576b9 100644 --- a/doc/installing/README.md +++ b/doc/installing/README.md @@ -37,7 +37,7 @@ Check more advanced [hardware suggestions here](./hardware-suggestions.md). **On Windows** - Download OpenQuake Engine for Windows: https://downloads.openquake.org/pkgs/windows/oq-engine/OpenQuake_Engine_3.16.5-1.exe . + Download OpenQuake Engine for Windows: https://downloads.openquake.org/pkgs/windows/oq-engine/OpenQuake_Engine_3.17.0-1.exe . Then follow the wizard on screen. > **Warning**: > Administrator level access may be required.