[release-announce] zaqar 9.0.0 (train)
no-reply at openstack.org
no-reply at openstack.org
Wed Oct 16 13:02:25 UTC 2019
We are tickled pink to announce the release of:
zaqar 9.0.0: OpenStack Queuing and Notification Service
This release is part of the train release series.
The source is available from:
https://opendev.org/openstack/zaqar
Download the package from:
https://tarballs.openstack.org/zaqar/
Please report issues through:
https://bugs.launchpad.net/zaqar/+bugs
For more details, please see below.
Changes in zaqar 8.0.0..9.0.0
-----------------------------
99524769 Add zaqar-specs link to readme.rst
b6045e90 Quick fix for v1.1 api schema
2e69bc5b Modify api schema for remove pool group
d535a96e Fix api-ref link
b63d0251 Fit the StopIteration for py37
5f9b4327 Update api-ref location
0a5f0ed5 Imported Translations from Zanata
ddd6338b Update master for stable/stein
a0aba998 Switch to using stestr directly
1af2c91e Unblock gate failures
989d4567 Retire neutron-lbaas
e4aca928 Rename review.openstack.org to review.opendev.org
e52889fe Imported Translations from Zanata
c3d702a0 Dropping the py35 testing
d4730fa6 Fix Sphinx formating errors
8f934899 OpenDev Migration Patch
573fcc48 Replace openstack.org git:// URLs with https://
0a0599a9 Fix syntax errors
Diffstat (except docs and test files)
-------------------------------------
.gitignore | 1 +
.gitreview | 2 +-
.zuul.yaml | 12 +++----
README.rst | 6 +++-
lower-constraints.txt | 4 +--
.../legacy/grenade-devstack-zaqar-base/run.yaml | 12 +++----
playbooks/legacy/rally-dsvm-zaqar-zaqar/run.yaml | 40 ++++++++++------------
.../legacy/tempest-devstack-zaqar-base/run.yaml | 8 ++---
releasenotes/source/index.rst | 1 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po | 8 ++---
.../source/locale/id/LC_MESSAGES/releasenotes.po | 5 +--
releasenotes/source/stein.rst | 6 ++++
requirements.txt | 4 +--
setup.cfg | 4 ++-
test-requirements.txt | 3 +-
tox.ini | 32 ++++++++++-------
zaqar/common/api/schemas/v1_1/__init__.py | 0
zaqar/common/api/schemas/v1_1/flavors.py | 40 ++++++++++++++++++++++
zaqar/locale/de/LC_MESSAGES/zaqar.po | 21 ++++--------
zaqar/locale/en_GB/LC_MESSAGES/zaqar.po | 15 +-------
zaqar/locale/id/LC_MESSAGES/zaqar.po | 21 +++---------
zaqar/storage/mongodb/claims.py | 17 +++++----
zaqar/transport/wsgi/driver.py | 4 +++
zaqar/transport/wsgi/v1_1/flavors.py | 2 +-
35 files changed, 190 insertions(+), 165 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 98e0f843..10db9483 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,2 +8,2 @@ Babel!=2.4.0,>=2.3.4 # BSD
-falcon>=1.0.0 # Apache-2.0
-jsonschema<3.0.0,>=2.6.0 # MIT
+falcon>=1.1.0 # Apache-2.0
+jsonschema>=2.6.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index ed90ce82..1c0f3256 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -25 +24,0 @@ testscenarios>=0.4 # Apache-2.0/BSD
-testrepository>=0.0.18 # Apache-2.0/BSD
@@ -29 +27,0 @@ testresources>=2.0.0 # Apache-2.0/BSD
-os-testr>=1.0.0 # Apache-2.0
@@ -30,0 +29 @@ oslotest>=3.2.0 # Apache-2.0
+stestr>=2.0.0
More information about the Release-announce
mailing list