diff --git a/debian/changelog b/debian/changelog index 170fd092d927..850301d59559 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 @@ -14,12 +16,14 @@ * Backported fix to `import_gmfs_csv`, which was breaking sometimes with a filtered site collection + -- Matteo Nastasi (GEM Foundation) 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) Thu, 20 Jul 2023 12:51:10 +0000 + -- Matteo Nastasi (GEM Foundation) Thu, 20 Jul 2023 12:51:10 +0000 python3-oq-engine (3.16.5-1~xenial01) xenial; urgency=low diff --git a/debian/control b/debian/control index 91a70c21ac04..a6293e0881bb 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.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/) diff --git a/debian/control.in b/debian/control.in index d170d92638b3..2fbd913409d6 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.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/) diff --git a/openquake/baselib/__init__.py b/openquake/baselib/__init__.py index b9edf4696d85..5d7100713e0d 100644 --- a/openquake/baselib/__init__.py +++ b/openquake/baselib/__init__.py @@ -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'