From 4be416cbda9cbbd8a73b6cf4d2ae604e93762c0f Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Tue, 29 Sep 2020 14:08:24 +0200 Subject: [PATCH] update changelog for 3.10.0 release (engine-3.10) --- debian/changelog | 4 ++++ debian/control | 3 +-- doc/installing/development-windows.md | 2 +- doc/installing/linux-generic.md | 6 +++--- doc/installing/macos.md | 6 +++--- doc/installing/windows.md | 2 +- 6 files changed, 13 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index b631265f2795..26b1a0ce87e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,5 @@ +python3-oq-engine (3.10.0-1~xenial01) xenial; urgency=low + [Richard Styron] * Added secondary perils ZhuLiquefactionGeneral and HazusLateralSpreading, supplementing HazusLiquefaction and NewmarkDisplacement @@ -149,6 +151,8 @@ * Removed the dependency from PyYAML, replaced the .yml files in the HMTK with .toml files and added an utility `utils/yaml2toml` + -- Matteo Nastasi (GEM Foundation) Tue, 29 Sep 2020 11:53:24 +0000 + python3-oq-engine (3.9.0-1~xenial01) xenial; urgency=low [Michele Simionato] diff --git a/debian/control b/debian/control index e46a43aa415e..e4802d7edab5 100644 --- a/debian/control +++ b/debian/control @@ -10,13 +10,12 @@ 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}, python3-oq-libs (>=2.5.3~) +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, python3-oq-libs (>=2.5.3~), python3-oq-libs-extra (>= 2.5.3~) 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 (>= 2.5.3~) 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/development-windows.md b/doc/installing/development-windows.md index 4e61ebba3dbd..72aab57c632d 100644 --- a/doc/installing/development-windows.md +++ b/doc/installing/development-windows.md @@ -8,7 +8,7 @@ ## Extract the content of the downloaded zip -Unzip the downloaded zip file, which has a name like `OpenQuake_Engine_3.9.0_2003311327.zip` to any location in your filesystem; at this step the extracted folder can be also moved to a different location or renamed after the extraction. +Unzip the downloaded zip file, which has a name like `OpenQuake_Engine_3.10.0_2003311327.zip` to any location in your filesystem; at this step the extracted folder can be also moved to a different location or renamed after the extraction. **PLEASE NOTE: The following commands must be executed from the `oq-console.bat` console available into the root folder.** diff --git a/doc/installing/linux-generic.md b/doc/installing/linux-generic.md index e5e9f370b237..71fb8ad84f47 100644 --- a/doc/installing/linux-generic.md +++ b/doc/installing/linux-generic.md @@ -29,14 +29,14 @@ Requirements are: ## Install packages from the OpenQuake website -Download the installer from https://downloads.openquake.org/pkgs/linux/oq-engine/openquake-setup-linux64-3.9.0-2.run using any browser +Download the installer from https://downloads.openquake.org/pkgs/linux/oq-engine/openquake-setup-linux64-3.10.0-1.run using any browser From a terminal run ```bash cd Downloads -chmod +x openquake-setup-linux64-3.9.0-2.run -./openquake-setup-linux64-3.9.0-2.run +chmod +x openquake-setup-linux64-3.10.0-1.run +./openquake-setup-linux64-3.10.0-1.run ``` then follow the wizard on screen. By default the code is installed in `~/openquake`. diff --git a/doc/installing/macos.md b/doc/installing/macos.md index 900d892d9c7f..d9b0c1f2fe67 100644 --- a/doc/installing/macos.md +++ b/doc/installing/macos.md @@ -23,14 +23,14 @@ Make sure to run the script located under `/Applications/Python 3.6/Install Cert ## Install packages from the OpenQuake website -Download the installer from https://downloads.openquake.org/pkgs/macos/oq-engine/openquake-setup-macos-3.9.0-2.run using any browser. +Download the installer from https://downloads.openquake.org/pkgs/macos/oq-engine/openquake-setup-macos-3.10.0-1.run using any browser. From the Terminal app (or using iTerm) run: ```bash cd Downloads -chmod +x openquake-setup-macos-3.9.0-2.run -./openquake-setup-macos-3.9.0-2.run +chmod +x openquake-setup-macos-3.10.0-1.run +./openquake-setup-macos-3.10.0-1.run ``` then follow the wizard on screen. By default the code is installed in `~/openquake`. diff --git a/doc/installing/windows.md b/doc/installing/windows.md index 0b7fdec557c3..49a703e4064b 100644 --- a/doc/installing/windows.md +++ b/doc/installing/windows.md @@ -20,7 +20,7 @@ Requirements are: ## Install or upgrade packages from the OpenQuake website -Download the installer from https://downloads.openquake.org/pkgs/windows/oq-engine/OpenQuake_Engine_3.9.0-2.exe using any browser and run the installer, then follow the wizard on screen. +Download the installer from https://downloads.openquake.org/pkgs/windows/oq-engine/OpenQuake_Engine_3.10.0-1.exe using any browser and run the installer, then follow the wizard on screen. ![installer-screenshot-1](../img/win-installer-1.png) ![installer-screenshot-2](../img/win-installer-2.png)