Skip to content

Commit

Permalink
update 'changelog' and 'control' files for 3.16.7 release (engine-3.16)
Browse files Browse the repository at this point in the history
  • Loading branch information
nastasi-oq committed Oct 26, 2023
1 parent 36af30d commit 41dd91d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
python3-oq-engine (3.16.7-1~xenial01) xenial; urgency=low

[Antonio Ettorre]
* Upgraded Django version to version 3.2.21 with a security fix

Expand All @@ -14,12 +16,14 @@
* Backported fix to `import_gmfs_csv`, which was breaking sometimes with a
filtered site collection

-- Matteo Nastasi (GEM Foundation) <nastasi@openquake.org> Thu, 26 Oct 2023 09:54:13 +0000

python3-oq-engine (3.16.6-1~xenial01) xenial; urgency=low

[Paolo Tormene]
* Fixed bug #8907: unable to run ClassicalDamage demo on Windows

-- Matteo Nastasi (GEM Foundation) <nastasi@openquake.org> Thu, 20 Jul 2023 12:51:10 +0000
-- Matteo Nastasi (GEM Foundation) <nastasi@openquake.org> Thu, 20 Jul 2023 12:51:10 +0000

python3-oq-engine (3.16.5-1~xenial01) xenial; urgency=low

Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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.2~)
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, ${dist:Depends}, python3-oq-libs (>=3.8.2-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.2~)
Suggests: python3-oq-libs-extra (>=3.8.2-2~)
Description: computes seismic hazard and physical risk
based on the hazard and risk libraries developed by the GEM foundation
(http://www.globalquakemodel.org/)
Expand Down
4 changes: 2 additions & 2 deletions debian/control.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.2~)
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, ${dist:Depends}, python3-oq-libs (>=3.8.2-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.2~)
Suggests: python3-oq-libs-extra (>=3.8.2-2~)
Description: computes seismic hazard and physical risk
based on the hazard and risk libraries developed by the GEM foundation
(http://www.globalquakemodel.org/)
Expand Down
2 changes: 1 addition & 1 deletion openquake/baselib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ def read(*paths, **validators):


# the version is managed by packager.sh with a sed
__version__ = '3.16.6'
__version__ = '3.16.7'

0 comments on commit 41dd91d

Please sign in to comment.